Hi Bram and list, I attached runtime/indent/javascript.vim that is changed 'cinkeys' option. How about that?
Note: - indent/javascript.vim has no maintainer. - I rarely write JavaScript. Or replace below? https://groups.google.com/d/msg/vim_dev/EBDKCCBl7F0/WrQOvo8GKwoJ Thanks. -- Best regards, Hirohito Higashi (a.k.a h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
diff --git a/runtime/indent/javascript.vim b/runtime/indent/javascript.vim --- a/runtime/indent/javascript.vim +++ b/runtime/indent/javascript.vim @@ -12,5 +12,7 @@ " C indenting is not too bad. setlocal cindent setlocal cinoptions+=j1,J1 +setlocal cinkeys-=0# +setlocal cinkeys+=0] let b:undo_indent = "setl cin<"
