Manual: update the note about PowerShell.

This commit is contained in:
LCD 47 2016-09-01 10:04:42 +03:00
parent 631df935f6
commit 00ad38dd5e
2 changed files with 8 additions and 6 deletions

View File

@ -1077,11 +1077,13 @@ packaged with a syntastic segment. To customize this segment create a file
------------------------------------------------------------------------------
7.8. The PowerShell shell *syntastic-powershell*
At the time of this writing, syntastic is not compatible with using "Windows
PowerShell" (http://technet.microsoft.com/en-us/library/bb978526.aspx) as Vim's
'shell'. You may still run Vim from 'PowerShell', but you do have to point
Vim's 'shell' to a more traditional program, such as "cmd.exe": >
set shell=cmd.exe
At the time of this writing syntastic is not compatible with using
"PowerShell" (https://msdn.microsoft.com/en-us/powershell) as Vim's 'shell'.
You may still run Vim from "PowerShell", but you do have to point Vim's
'shell' to a more traditional program, such as "cmd.exe" on Windows, or
"/bin/sh" on UNIX: >
set shell=c:\Windows\system32\cmd.exe
set shell=/bin/sh
<
------------------------------------------------------------------------------
7.9 python-mode *syntastic-pymode*

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif
let g:_SYNTASTIC_VERSION = '3.7.0-203'
let g:_SYNTASTIC_VERSION = '3.7.0-204'
lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1