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 add8970..28027d3 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,6 @@ command! -nargs=1 GoToSection call GoToSection() " {{{ Mappings nmap fs :call Src(expand("")) nmap fm :call Help(expand("")) -" nmap fw :call Dict(expand("")) nmap :call Help(expand("")) nmap :call Dict(expand("")) imap :call Dict(expand("")) @@ -147,17 +146,6 @@ fun! Man(page, ...) endif endfun " }}} -" {{{ The Dict(word) function call a dict command for word -fun! Dict(word) - if filereadable(expand('%:p')) - let dict = expand('%:p') . ".dict" - call writefile(readfile(dict)+[a:word], dict) - endif - - call OpenHelpWin("sdcv -n --data-dir ~/.shellrc/etc/soft/sdcv/dictionaries/ ".a:word." 2>/dev/null", 'dict', a:word) - normal G2kzvztk0 -endfun -" }}} " {{{ The Pydoc(word) function gets a python documentation for word fun! Pydoc(word) let move_to_pattern = ''