Skip to content

Commit 6a17799

Browse files
author
Diego Rabatone Oliveira
committed
Update warning message
1 parent a575760 commit 6a17799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftplugin/python/pymode.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ endif
55
if g:pymode_python == 'disable'
66

77
if g:pymode_warning
8-
call pymode#error("Pymode requires vim compiled with +python. Most of features will be disabled.")
8+
call pymode#error("Pymode requires vim compiled with +python3 (exclusively). Most of features will be disabled.")
99
endif
1010

1111
finish

0 commit comments

Comments
 (0)