Skip to content

Releases: justmao945/vim-clang

Seems many new commits...

24 Apr 14:55
Compare
Choose a tag to compare
Merge pull request #92 from sighingnow/master

Support specific parameters in "g:clang_format_style".

I'm writing Golang now...

07 Sep 14:28
Compare
Choose a tag to compare
  • support CMake compile_commands.json [@c0r73x]
  • support for MinGW in Windows [@maxint]

Windows support

30 May 11:45
Compare
Choose a tag to compare
  • Windows support [@mattn]
  • bug fix

nice work =3=

09 May 06:29
Compare
Choose a tag to compare
  • improve job control for neovim [syswow]
  • support auto-close diagnostics window when leave
  • support syntax check when save source file
  • support neocomplete for header files completion
  • support clang-format

^.-

30 Apr 12:46
Compare
Choose a tag to compare
^.-
  • support job control for neovim [@syswow]
  • no need to write source file to disk before completion [@mlen]
  • fix init plugin when create new file
  • bug fix

bug fix

18 Mar 15:03
Compare
Choose a tag to compare
  • bug fix on var set and restore
  • refactor DiagnosticsWIndowClose

bug fix

16 Feb 09:44
Compare
Choose a tag to compare
  • fix restore global var when call ClangComplete

Bug fix and Improve

09 Dec 02:30
Compare
Choose a tag to compare
  • import include path from &path [thawk]
  • do not initialize plugin for non readable files [jreybert]
  • fix "can't remove clang warning #16" issue [jreybert]
  • add an option to load vim-clang only if .clang file is found [jreybert]

update doc

31 Aug 12:04
Compare
Choose a tag to compare
  • update doc