From ec1a2dc670584bcf8ccdf283477646bb1e66bc0e Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Sun, 16 Nov 2014 19:35:45 +0600 Subject: [PATCH] =?UTF-8?q?vim,=20sdcv:=20=D0=B2=D1=8B=D0=B4=D0=B5=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=86=D0=B2=D0=B5=D1=82=D0=BE=D0=BC?= =?UTF-8?q?=20=D1=81=D0=BB=D0=BE=D0=B2,=20=D0=BF=D1=80=D0=BE=D1=81=D0=BC?= =?UTF-8?q?=D0=BE=D1=82=D1=80=D0=B5=D0=BD=D0=BD=D1=8B=D1=85=20=D0=B2=20?= =?UTF-8?q?=D1=81=D0=BB=D0=BE=D0=B2=D0=B0=D1=80=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/soft/vim/vim/+plugins/help+src/plugin/help+src.vim | 2 +- etc/soft/vim/vimrc | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/etc/soft/vim/vim/+plugins/help+src/plugin/help+src.vim b/etc/soft/vim/vim/+plugins/help+src/plugin/help+src.vim index 4ff959f..add8970 100644 --- a/etc/soft/vim/vim/+plugins/help+src/plugin/help+src.vim +++ b/etc/soft/vim/vim/+plugins/help+src/plugin/help+src.vim @@ -55,7 +55,7 @@ command! -nargs=1 GoToSection call GoToSection() " {{{ Mappings nmap fs :call Src(expand("")) nmap fm :call Help(expand("")) -nmap fw :call Dict(expand("")) +" nmap fw :call Dict(expand("")) nmap :call Help(expand("")) nmap :call Dict(expand("")) imap :call Dict(expand("")) diff --git a/etc/soft/vim/vimrc b/etc/soft/vim/vimrc index e26ba03..0eb0a00 100644 --- a/etc/soft/vim/vimrc +++ b/etc/soft/vim/vimrc @@ -824,5 +824,9 @@ let g:figletFont = 'slant' vnoremap :EasyAlign " }}} +" Help/Src {{{ +nmap fw ,qq:call Dict(expand("")) +" }}} + " }}}###########################################################################