We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0927035 commit f32a512Copy full SHA for f32a512
1 file changed
autoload/pymode/path.vim
@@ -5,8 +5,8 @@ import sys, vim, os
5
6
pymode_lib = 'pylibs'
7
8
-if sys.version >= (3, 0, 0):
9
- pymode_lib = 'pylibs3'
+# if sys.version >= (3, 0, 0):
+# pymode_lib = 'pylibs3'
10
11
curpath = vim.eval("getcwd()")
12
libpath = os.path.join(vim.eval("a:plugin_root"), pymode_lib)
0 commit comments