diff --git a/vim/config/shorcuts.vim b/vim/config/shorcuts.vim index de1753e..c904345 100644 --- a/vim/config/shorcuts.vim +++ b/vim/config/shorcuts.vim @@ -13,6 +13,7 @@ if has('x11') && has('clipboard') :imap "+pi endif +" Coloration syntaxique (debugage) :nmap :echo "id : '".synID(line("."), col("."), 0)."' - group : '".synIDattr(synID(line("."), col("."), 0), "name")."' - color : '".synIDattr(synIDtrans(synID(line("."), col("."), 0)), "name")."'" :nmap :echo "id : '".synID(line("."), col("."), 1)."' - group : '".synIDattr(synID(line("."), col("."), 1), "name")."' - color : '".synIDattr(synIDtrans(synID(line("."), col("."), 1)), "name")."'" @@ -99,8 +100,6 @@ endif :nmap :SyntasticReset:SyntasticCheck :nmap :SyntasticCheck -" Coloration syntaxique (debugage) -:nmap :echo 'id : '.synID(line('.'), col('.'), 0).' - rule : '.synIDattr(synID(line('.'), col('.'), 0), 'name').' - highlight : '.synIDattr(synIDtrans(synID(line('.'), col('.'), 0)), 'name') - " Autres +:nmap :e :nmap :w:e diff --git a/zsh/zsh-syntax-highlighting b/zsh/zsh-syntax-highlighting index 5320f1e..3dc5741 160000 --- a/zsh/zsh-syntax-highlighting +++ b/zsh/zsh-syntax-highlighting @@ -1 +1 @@ -Subproject commit 5320f1e18d5782e29a6637937e37a3aecf9327bb +Subproject commit 3dc574190071ef59054f6d693132410b37aa3ae4