1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00

Make refresh to expand syntax context for entire file

This commit is contained in:
2011-09-21 21:33:48 +02:00
parent 105798fea3
commit 177790640d

2
.vimrc
View File

@@ -215,7 +215,7 @@ nmap ,cs :silent call <SID>CopyFileName(0)<CR>
map ]b :call OpenInWebBrowser()<cr> map ]b :call OpenInWebBrowser()<cr>
"remove search highlight and refresh "remove search highlight and refresh
nnoremap <silent> <C-l> :nohl<CR><C-l> nnoremap <silent> <C-l> :nohl<CR>:syn sync fromstart<CR><C-l>
" }}} " }}}
" FUNCTIONS: usefull functions for all of th files {{{ " FUNCTIONS: usefull functions for all of th files {{{