I have never cared about updates to this software for a long time. From 5.5 to 6.4, the calculation is also 6 years.
Every major upgrade of VIM will bring us a few surprises. 5. X to 6.x. the fold function, vsplit function, and diff function are added.
This time is no exception, tabpage, smartCodeCompletion is a bright spot. Script capabilities are also improved a lot, more like python.
The knowledge of VIM has always been on the surface. A lot of functions are forced to learn. It feels quite good.
The following example shows how to change _ gvimrc after several years :)
Set nu
Set et
Set Sw = 4
Set Tw = 4
Set STS = 4
Set cindent
Set nocompatible
"Set guifont = Terminal
Set guifont = MS/gothic
"Colorschem darkblue
Source $ vimruntime/vimrc_example.vim
Source $ vimruntime/mswin. Vim
Filetype on
AU guienter * simalt ~ X
NMAP <c-[>: tlisttoggle <CR>
Imap <m-P> <C-X> <C-O>
Behave mswin
As an excellent text editor, I will continue to use it.