Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf32a512

Browse files
committed
Change paths.
1 parent0927035 commitf32a512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎autoload/pymode/path.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import sys, vim, os
55

66
pymode_lib='pylibs'
77

8-
if sys.version>= (3,0,0):
9-
pymode_lib='pylibs3'
8+
#if sys.version>= (3,0,0):
9+
# pymode_lib='pylibs3'
1010

1111
curpath=vim.eval("getcwd()")
1212
libpath= os.path.join(vim.eval("a:plugin_root"), pymode_lib)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp