VIM: Difference between revisions

Jump to navigation Jump to search
156 bytes added ,  10 September 2018
add New developments with v8
mNo edit summary
add New developments with v8
Line 1: Line 1:
= New developments with v8 =
With the dawn of Neovim in 2014, there were some new developments.
* non-blocking, asynchronous execution
= vimscript =
= vimscript =


Line 124: Line 130:
<code>set ruler</code> - information such as line number and current position in the file are displayed on the status line
<code>set ruler</code> - information such as line number and current position in the file are displayed on the status line


<code>set foldmethod=indent</code> - another foldmethod I use regularly is marker ({{{ & }}}) when documenting code, but indent is a good start for reading through long lines of code
<code>set foldmethod=indent</code> - another foldmethod I use regularly is marker <nowiki>({{{ & }}})</nowiki> when documenting code, but indent is a good start for reading through long lines of code


<code>set foldnestmax=15</code> - the nest level for the code folding
<code>set foldnestmax=15</code> - the nest level for the code folding
Line 241: Line 247:
== Check VIM version ==
== Check VIM version ==


{{Testedon|2013-08-10|VIM 7.4}}
{{testedon|2013-08-10|VIM 7.4}}


<source lang="vim">
<source lang="vim">

Navigation menu