diff options
Diffstat (limited to 'after')
-rw-r--r-- | after/ftplugin/python.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/after/ftplugin/python.vim b/after/ftplugin/python.vim index 642e1c0..a5c454a 100644 --- a/after/ftplugin/python.vim +++ b/after/ftplugin/python.vim | |||
@@ -8,3 +8,5 @@ for p in sys.path: | |||
8 | # Command 'set' needs backslash before each space. | 8 | # Command 'set' needs backslash before each space. |
9 | vim.command(r"set path+=%s" % (p.replace(" ", r"\ "))) | 9 | vim.command(r"set path+=%s" % (p.replace(" ", r"\ "))) |
10 | EOF | 10 | EOF |
11 | |||
12 | hi link pythonDecoratorName pythonDecorator | ||