x10-lang / x10

Core implementation of X10 programming language including compiler, runtime, class libraries, sample programs and test suite
Eclipse Public License 1.0
70 stars 15 forks source link

Fix vim indentation file #31

Closed indocomsoft closed 5 years ago

indocomsoft commented 5 years ago

Also indent on pressing 'o' and 'O' in normal mode.

Note that o includes <CR> (reference: http://vimdoc.sourceforge.net/htmldoc/indent.html#indentkeys-format)