Merge: doc: fixed some typos and other misc. corrections
[nit.git] / misc / vim /
2017-07-14 Alexis Laferrièrevim: improve NitGitGrep
2017-04-26 Jean Privatmisc: update highlighters and indenters
2016-03-18 Alexis Laferrièremisc/vim: do not show the preview window when using...
2015-09-24 Jean Privatvim: add the keyword `with`
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-07-30 Alexis Laferrièremisc/vim: highlight the new Int literals
2015-06-12 Jean Privatvim: rename `nitg` checker to `nitpick`
2015-05-08 Jean Privatvim: look for `{ in deciding to highlight ffi language...
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èrenitpick: generate metadata files for the Vim plugin
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
2014-12-10 Alexis Laferrièremisc: trigger for extern code blocks of Java, C++ and...
2014-12-10 Alexis Laferrièremisc: vim syntax recognize the Objective-C syntax
2014-11-30 Alexis Laferrièrevim/syntastic: show errors on EOF on the last line
2014-11-30 Alexis Laferrièrevim/syntastic: show "Documentation warning" as a style...
2014-09-22 Jean Privatvim: activate -W for syntactic
2014-09-08 Jean Privatvim: use nitpick for faster syntastic
2014-08-05 Jean Privatvim: allow spell check on string literals and comments.
2014-05-13 Jean PrivatMerge: misc: do not enforce shiftwidth to 8, let the...
2014-05-09 Jean Privatvim: try to color annotation.
2014-04-09 Alexandre Terrasamisc: do not enforce shiftwidth to 8, let the .vimrc...
2014-03-15 Alexis Laferrièremisc: add support for FFI with Java and C++ to vim...
2014-03-15 Alexis Laferrièremisc: use nitc instead of nitg in syntastic
2014-03-10 Jean Privatvim: update syntax for strings
2014-01-21 Alexis Laferrièremisc: update Vim syntastic plugin to use nitg
2014-01-14 Alexis Laferrièremisc: adds the option to specify the main nit module...
2014-01-13 Alexis Laferrièremisc: updates the vim syntastic config with correct...
2013-03-14 Alexis Laferrièremisc: update vim syntastic plugin to latest specification
2013-02-01 Alexis Laferrièremisc: extends Vim syntax highlighting for the FFI
2013-02-01 Alexis Laferrièremisc: adds extern class type to vim syntax highlighting
2012-05-30 Alexis Laferrièremisc: removes debug output from syntastic Nit syntax...
2012-05-30 Jean Privatvim: install syntastic file directly inside the vim...
2012-05-30 Jean Privatvim: move the function-once test before stuffs
2011-02-14 Jean Privatmisc: update syntax file with module and enum
2010-03-11 Jean Privatsyntax: "super" is a synonym of "special"
2009-08-06 Jean Privatsyntax: add 'loop' construction
2009-08-03 Jean Privatmisc: vim: better indentation of closures
2009-07-31 Jean Privatparser: closure syntax use '!' instead of 'with'
2009-07-30 Jean Privatparser: remove attr and meth alternatives
2009-07-27 Jean Privatmisc: update vim syntax
2009-06-26 Jean Privatmisc: add vim syntax and indent files