1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-05 21:03:24 -07:00

update external vim stuff (superficial)

This commit is contained in:
Connor Olding 2023-07-06 02:43:21 -07:00
parent bad788a700
commit 6244c67e24
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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