Skip to content

v0.4.0 Release Note

Compare
Choose a tag to compare
@jwu jwu released this 31 Aug 07:13
· 67 commits to master since this release

New Features

  • Add shader language highlight support
  • Add c,cpp,csharp,javascript,lua,makefile support exCommentLable highlighting
  • Add support for file_ignore_pattern
  • Newer version .exvim file settings will not reset older version settings during upgrade Issue #59
  • Add store and restore buffers when close and open Vim, this feature needs you turn on enable_restore_bufs in .exvim file

Changes

  • Set follow symlinks by default for ctrlp plugin.
  • Use id-lang-autogen.map file all the time. Issue #60
  • Disable vim-ariline tabline, I found this will slow down text typing when there have too many buffers opened
  • Disable vim-coffee plugin, the coffee plugin breaks the indent in javascript and html
  • Use TList instead of TagBar by default to improve the performance

Bug Fixes

  • Fix Issue #55: Vim startup errors with latest patches (1-324)