diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vimrc.symlink | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 2ffeda7..f862da5 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -118,3 +118,10 @@ command! -range Pv :silent :r !xsel -o -s cabbrev pz Pz cabbrev px Px cabbrev pv Pv + +" For syntax definition debugging +"function! SyntaxItem() +" return synIDattr(synID(line("."),col("."),1),"name") +"endfunction +"set statusline+=%{SyntaxItem()} +"set laststatus=2 |