diff --git a/jedi.vim b/jedi.vim index 77f7eef..e51be90 100644 --- a/jedi.vim +++ b/jedi.vim @@ -137,7 +137,11 @@ PYTHONEOF endif execute "resize ".l:doc_lines + " quit comands nnoremap q ZQ + nnoremap K ZQ + + " highlight python code within rst unlet! b:current_syntax let l:pythonpath = fnameescape(globpath(&rtp,"syntax/python.vim")) exe "syn include @rstPythonScript ".l:pythonpath