1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 17:53:23 -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 endif
endfunction 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') "if s:Enabled('g:python_slow_sync')
syn sync minlines=2000 syn sync minlines=2000
"else "else
"" This is fast but code inside triple quoted strings screws it up. It " 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 " 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. " triple quoted string is to start from the beginning of the file.
"syn sync match pythonSync grouphere NONE '):$' "syn sync match pythonSync grouphere NONE '):$'
"syn sync maxlines=200 "syn sync maxlines=200
"endif "endif