Better python diags

This commit is contained in:
Ben Jackson 2020-07-22 09:53:03 +01:00 committed by GitHub
commit 43d438dfc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ paste here
paste here
```
* Output of `:py3 pass`:
* Output of `:py3 print( __import__( 'sys' ).version )`:
```
paste here
@ -66,6 +66,13 @@ paste here
paste here
```
* Output of `:py3 import vimspector`:
```
paste here
```
* For neovim: output of `:checkhealth`
```