We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64c71f commit a92bfa4Copy full SHA for a92bfa4
plugin/pymode.vim
@@ -19,7 +19,7 @@ filetype plugin on
19
" OPTIONS: {{{
20
21
" Vim Python interpreter. Set to 'disable' for remove python features.
22
-call pymode#default('g:pymode_python', '')
+call pymode#default('g:pymode_python', 'python3')
23
24
" Disable pymode warnings
25
call pymode#default('g:pymode_warning', 1)
@@ -274,10 +274,6 @@ if &compatible
274
endif
275
filetype plugin on
276
277
-" Disable python-related functionality
278
-" let g:pymode_python = 'disable'
279
-" let g:pymode_python = 'python3'
280
-
281
" UltiSnips Fixes
282
if !len(g:pymode_python)
283
if exists('g:_uspy') && g:_uspy == ':py'
0 commit comments