Ignore no python warning in UltiSnips plugin

Sometimes, the system Vim opens which doesn't have python support
enabled. This change prevents UltiSnips from displaying an error message
on startup.
master
nirenjan 2014-07-17 14:12:06 -07:00
parent b7bce73a39
commit 0cc59f9dc8
1 changed files with 2 additions and 0 deletions

View File

@ -12,3 +12,5 @@ let g:UltiSnipsJumpBackwardTrigger="<s-tab>"
" Edit splits in a vertical split
let g:UltiSnipsEditSplit='vertical'
" Ignore the no python warning if Vim doesn't have python support enabled
let g:UltiSnipsNoPythonWarning=1