Skip to content

Commit

Permalink
set 'foldmethod' to marker in the modeline of completion script
Browse files Browse the repository at this point in the history
  • Loading branch information
dkearns committed May 7, 2006
1 parent 73c8b58 commit 2a54696
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2006-05-07 Doug Kearns <djkea2@gus.gscit.monash.edu.au>

* autoload/rubycomplete.vim: set 'foldmethod' to marker in the
modeline

2006-05-03 Doug Kearns <djkea2@gus.gscit.monash.edu.au>

* ftplugin/ruby.vim: add patterns for braces, brackets and parentheses
Expand Down
2 changes: 1 addition & 1 deletion autoload/rubycomplete.vim
Original file line number Diff line number Diff line change
Expand Up @@ -495,4 +495,4 @@ endfunction
let g:rubycomplete_rails_loaded = 0

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

0 comments on commit 2a54696

Please sign in to comment.