diff --git a/.vimrc b/.vimrc index 3afe50d..be59eff 100644 --- a/.vimrc +++ b/.vimrc @@ -430,8 +430,8 @@ nmap :split =expand("%:h") . "/" " allow embedded man page runtime! ftplugin/man.vim " show vimrc with shift+F1 -nmap :sview ~/.vimrcgg -imap +"nmap :sview ~/.vimrcgg +"imap " show contextual help with F1 function Help() try @@ -441,7 +441,7 @@ function Help() endtry endfunction nmap :call Help() -imap +imap " show VIM help with alt+shift+F1 nmap :help =expand("") imap @@ -509,6 +509,7 @@ set tags=tags "for when programming in build dir set tags+=../tags set tags+=~/.vim/qttags +set tags+=~/.vim/qtembedded " Affichage du prototype d'une fonction sur le " plugin echofunc