We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c8b58 commit 2a54696Copy full SHA for 2a54696
2 files changed
ChangeLog
@@ -1,3 +1,8 @@
1
+2006-05-07 Doug Kearns <djkea2@gus.gscit.monash.edu.au>
2
+
3
+ * autoload/rubycomplete.vim: set 'foldmethod' to marker in the
4
+ modeline
5
6
2006-05-03 Doug Kearns <djkea2@gus.gscit.monash.edu.au>
7
8
* ftplugin/ruby.vim: add patterns for braces, brackets and parentheses
autoload/rubycomplete.vim
@@ -495,4 +495,4 @@ endfunction
495
let g:rubycomplete_rails_loaded = 0
496
497
call s:DefRuby()
498
-" 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 commit comments