Skip to content

Commit 2a54696

Browse files
committed
set 'foldmethod' to marker in the modeline of completion script
1 parent 73c8b58 commit 2a54696

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2006-05-07 Doug Kearns <[email protected]>
2+
3+
* autoload/rubycomplete.vim: set 'foldmethod' to marker in the
4+
modeline
5+
16
2006-05-03 Doug Kearns <[email protected]>
27

38
* ftplugin/ruby.vim: add patterns for braces, brackets and parentheses

autoload/rubycomplete.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,4 +495,4 @@ endfunction
495495
let g:rubycomplete_rails_loaded = 0
496496

497497
call s:DefRuby()
498-
" vim:tw=78:sw=4:ts=8:et:ft=vim:norl:
498+
" vim:tw=78:sw=4:ts=8:et:fdm=marker:ft=vim:norl:

0 commit comments

Comments
 (0)