Skip to content

Commit ac4dd94

Browse files
committed
Remove foldexpr from modeline
Resolves: #223
1 parent e0a3efb commit ac4dd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/pathogen.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,4 +261,4 @@ function! pathogen#runtime_findfile(file,count) abort
261261
endif
262262
endfunction
263263

264-
" vim:set et sw=2 foldmethod=expr foldexpr=getline(v\:lnum)=~'^\"\ Section\:'?'>1'\:getline(v\:lnum)=~#'^fu'?'a1'\:getline(v\:lnum)=~#'^endf'?'s1'\:'=':
264+
" vim:set et sw=2:

0 commit comments

Comments
 (0)