mirror of
https://github.com/notwa/rc
synced 2024-11-05 15:59:04 -08:00
update external vim stuff (superficial)
This commit is contained in:
parent
bad788a700
commit
6244c67e24
2 changed files with 4 additions and 4 deletions
|
@ -261,4 +261,4 @@ function! pathogen#runtime_findfile(file,count) abort
|
|||
endif
|
||||
endfunction
|
||||
|
||||
" vim:set et sw=2 foldmethod=expr foldexpr=getline(v\:lnum)=~'^\"\ Section\:'?'>1'\:getline(v\:lnum)=~#'^fu'?'a1'\:getline(v\:lnum)=~#'^endf'?'s1'\:'=':
|
||||
" vim:set et sw=2:
|
||||
|
|
|
@ -262,9 +262,9 @@ unlet s:exs_re
|
|||
"if s:Enabled('g:python_slow_sync')
|
||||
syn sync minlines=2000
|
||||
"else
|
||||
"" This is fast but code inside triple quoted strings screws it up. It
|
||||
"" is impossible to fix because the only way to know if you are inside a
|
||||
"" triple quoted string is to start from the beginning of the file.
|
||||
" This is fast but code inside triple quoted strings screws it up. It
|
||||
" is impossible to fix because the only way to know if you are inside a
|
||||
" triple quoted string is to start from the beginning of the file.
|
||||
"syn sync match pythonSync grouphere NONE '):$'
|
||||
"syn sync maxlines=200
|
||||
"endif
|
||||
|
|
Loading…
Reference in a new issue