We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15bfbc3 commit 9f976bbCopy full SHA for 9f976bb
ftplugin/python/pymode.vim
@@ -28,7 +28,7 @@ endif
28
if !pymode#Default('g:pymode_options_other', 1) || g:pymode_options_other
29
setlocal complete+=t
30
setlocal formatoptions-=t
31
- if !&relativenumber
+ if v:version > 702 && !&relativenumber
32
setlocal number
33
endif
34
setlocal nowrap
0 commit comments