From a6340f6f1f88499ec8ec7eef8e7c1fb6820015b8 Mon Sep 17 00:00:00 2001 From: David Halter Date: Wed, 5 Sep 2012 23:39:40 +0200 Subject: [PATCH] added K to quit the help window, which makes it easy to toggle the help window --- plugin/jedi.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugin/jedi.vim b/plugin/jedi.vim index 77f7eef7..e51be90d 100644 --- a/plugin/jedi.vim +++ b/plugin/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