mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 19:40:29 +01:00
Make refresh to expand syntax context for entire file
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -215,7 +215,7 @@ nmap ,cs :silent call <SID>CopyFileName(0)<CR>
|
||||
map ]b :call OpenInWebBrowser()<cr>
|
||||
|
||||
"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 {{{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user