aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tag.c
Commit message (Expand)AuthorAge
* lintJames McCoy2016-12-07
* vim-patch:7.4.1751James McCoy2016-12-07
* vim-patch:8.0.0035 (#5609)Shougo2016-11-15
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* vim-patch:7.4.1552James McCoy2016-07-08
* os/fs: Rename os_file_exists to os_path_exists (#4973)Daniel Xu2016-07-06
* *: Fix new linter errorsZyX2016-05-01
* Merge pull request #4273 from watiko/vim-7.4.957Justin M. Keyes2016-04-25
|\
| * vim-patch:7.4.941watiko2016-03-06
* | *: Make set_vim_var_\* functions have proper argument typesZyX2016-04-18
|/
* Fix linter errors.Jurica Bradaric2016-01-30
* vim-patch:7.4.746Jurica Bradaric2016-01-30
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25
* src: README.txt -> README.mdMichael Reed2015-11-23
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* Remove char_u: message:smsg()Michael Reed2015-05-13
* Remove char_u: ex_docmd:do_cmdline_cmd()Michael Reed2015-05-13
* Remove char_u: FullName_save()Mark Bainter2015-05-06
* Replace vim_isspace() with ascii_isspace() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Merge pull request #2353 from jszakmeister/fix-unused-var-warnings-in-releaseJohn Szakmeister2015-04-16
|\
| * Fix several unused variable warnings in the release build.John Szakmeister2015-04-16
* | memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
|/
* Un-mch mch_has_(exp_)wildcard().Scott Prager2015-03-31
* Remove redundant parenthesesAnton Ovchinnikov2015-03-16
* Remove redundant castsAnton Ovchinnikov2015-03-09
* Macro cleanup: HAVE_SANDBOXMichael Reed2015-03-05
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* Enable -Wconversion: mark.c.Eliseo Martínez2015-02-18
* Macro cleanup: PROTOMichael Reed2015-01-14
* ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
* ui: Remove ui_delay, ui_breakcheck and ui_set_shellsizeThiago de Arruda2014-11-27
* Fix warnings: tag.c: get_tags(): Uninitialized arg: RI.Eliseo Martínez2014-11-18
* Fix warnings: tag.c: jumpto_tag(): Np dereference: MI.Eliseo Martínez2014-11-18
* Fix warnings: tag.c: test_for_static()/get_tags(): Various (2): FP.Eliseo Martínez2014-11-18
* Convert some values from buffer_defs.h to boolsWayne Rowcliffe2014-11-12
* Remove FEAT_TAG_ANYWHITEPavel Platto2014-08-02
* Include stdbool.h in some files which use itPavel Platto2014-07-11
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* Replaced most TRUE/FALSE macros in arabic, mbyte and spell. #645Klemen Košir2014-07-08
* Replace int with bool in some files. #654Klemen Košir2014-07-08
* Introduce GA_APPEND()Felipe Oliveira Carvalho2014-06-30
* No OOM in dict_alloc() and rettv_dict_alloc()Felipe Oliveira Carvalho2014-06-16
* Replace vim_strncpy calls: tag.cDouglas Schneider2014-06-13
* spelling fixes #827Will Stamper2014-06-12
* Declare garray iterators in the for() scope where possible #819Felipe Oliveira Carvalho2014-06-10