vim: improve NitGitGrep
[nit.git] / misc / vim / plugin / nit.vim
2017-07-14 Alexis Laferrièrevim: improve NitGitGrep
2016-03-18 Alexis Laferrièremisc/vim: do not show the preview window when using...
2015-09-15 Alexis Laferrièremisc/vim: intro NitExecute to interpret the current...
2015-09-10 Alexis Laferrièremisc/vim: update the vim plugin to use core instead...
2015-04-28 Alexis Laferrièremisc/vim: add option to disable omnifunc
2015-04-13 Alexis Laferrièremisc/vim: inform the user when no results are found
2015-04-11 Alexis Laferrièremisc/vim: delete the first empty line of the preview...
2015-04-11 Alexis Laferrièremisc/vim: the Nitdoc command search with priorities
2015-04-11 Alexis Laferrièremisc/vim: make Nitdoc a command
2015-04-11 Alexis Laferrièremisc/vim: fix omnifunc order of results found in the...
2015-04-11 Alexis Laferrièremisc/vim: make private functions local to the script
2015-03-10 Alexis Laferrièremisc/vim: nitdoc function search for a precise word
2015-03-09 Alexis Laferrièremisc/vim: search in synopsis and full doc for matches
2015-03-09 Alexis Laferrièremisc/vim: use case insensitive search for entity names
2015-03-09 Alexis Laferrièremisc/vim: add a function to search for instances of...
2015-03-09 Alexis Laferrièremisc/vim: add a function to show the doc of the entity...
2015-03-09 Alexis Laferrièremisc/vim: extract the service to find metadata files...
2015-02-08 Alexis Laferrièremisc/vim: use shorter … char
2015-02-08 Alexis Laferrièremisc/vim: use separately class types, constructors...
2015-02-06 Alexis Laferrièremisc/vim: use the metadata files for a better autocompl...
2015-02-06 Alexis Laferrièremisc/vim: always use the standard library for autocompl...
2015-02-03 Alexis Laferrièremisc: intro a vim plugin with better autocomplete