Skip to content

Commit

Permalink
Manual: update the note about PowerShell.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcd047 committed Sep 1, 2016
1 parent 631df93 commit 00ad38d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions doc/syntastic.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down
2 changes: 1 addition & 1 deletion plugin/syntastic.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00ad38d

Please sign in to comment.