Releases: cjxgm/vimlight
Releases · cjxgm/vimlight
vimlight 0.19a
vimlight 0.19
- viewport: only show highlights of text inside current screen. Blazing fast to view large files now!
- lots of improvement in code structure and tidy up
- vim side clean up, better multi-buffer/window support
- functions can be highlighted better
- analyzer refactored. better architecture, more extensible, more maintainable.
- various bug fixes
- highlighting is less messy when inserting/deleting lines
- more (see git log)
vimlight 0.18
- lots of code refactoring
- use matchaddpos now. should provide better performance
- removed virtual functions (a.k.a. OOP). use template metaprogramming (i.e. variant) instead.
- support custom compiler flags now (thus support C now)
- more (see git log)
vimlight 0.17
requirement
vim must support lua.
features
accurately highlight c++'s templates, types, initializer-list's braces