aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tag.c
Commit message (Expand)AuthorAge
* vim-patch:partial:9.0.0364: clang static analyzer gives warnings (#23059)zeertzjq2023-04-13
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant const char * castsii142023-04-07
* refactor: make char * parameters const in message.cii142023-04-07
* refactor: make error message definitions constii142023-04-05
* refactor: add const and remove unnecessary casts (#22841)ii142023-04-01
* fix: invalid buffer size argument to snprintf #22729koeleck2023-03-19
* refactor: reduce scope of locals as per the style guide 3 (#22221)dundargoc2023-02-12
* refactor: reduce scope of locals as per the style guide (#22211)dundargoc2023-02-11
* vim-patch:9.0.1245: code is indented more than necessary (#21998)zeertzjq2023-01-26
* refactor(optionstr.c): break up did_set_string_option 26Lewis Russell2023-01-25
* revert: "refactor(win_close): remove "force", don't pass on "free_buf" (#2192...zeertzjq2023-01-24
* refactor(win_close): remove "force", don't pass on "free_buf" (#21921)zeertzjq2023-01-23
* refactor: replace char_u with char 25 (#21838)dundargoc2023-01-19
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* refactor: replace char_u with char 20 (#21714)dundargoc2023-01-13
* refactor: replace char_u with char 19 (#21241)dundargoc2023-01-10
* refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
* refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
* vim-patch:8.2.2295: incsearch does not detect empty pattern properlyzeertzjq2022-12-04
* vim-patch:8.2.2182: Vim9: value of 'magic' is still relevantzeertzjq2022-12-04
* refactor: replace char_u with chardundargoc2022-11-28
* refactor: replace char_u with charDundar Göc2022-11-26
* vim-patch:9.0.0925: two conditions are always falsezeertzjq2022-11-23
* refactor: replace char_u with charDundar Göc2022-11-19
* vim-patch:8.2.4562: linear tag search is not optimalzeertzjq2022-11-18
* vim-patch:8.2.4553: linear tag search is a bit slowzeertzjq2022-11-18
* vim-patch:8.2.4544: Coverity warnings for not using returned valuezeertzjq2022-11-18
* vim-patch:8.2.4543: Coverity warning for refactored tag search codezeertzjq2022-11-18
* vim-patch:8.2.4538: the find_tags_in_file() function is too longzeertzjq2022-11-18
* vim-patch:8.2.4512: the find_tags_in_file() function is much too longzeertzjq2022-11-18
* vim-patch:8.2.4496: Coverity gives warnings after tags code refactoringzeertzjq2022-11-18
* vim-patch:8.2.4494: the find_tags() function is much too longzeertzjq2022-11-18
* vim-patch:8.2.3776: when a tags file line is long a tag may not be found (#21...zeertzjq2022-11-18
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* Merge pull request #20821 from dundargoc/refactor/clang-tidybfredl2022-11-08
|\
| * refactor: fix clang-tidy warningsdundargoc2022-11-06
* | vim-patch:8.2.3788: lambda for option that is a function may be freedzeertzjq2022-11-07
* | vim-patch:8.2.3756: might crash when callback is not validzeertzjq2022-11-07
* | vim-patch:9.0.0389: crash when 'tagfunc' closes the windowzeertzjq2022-11-07
* | vim-patch:9.0.0246: using freed memory when 'tagfunc' deletes the bufferzeertzjq2022-11-07
* | vim-patch:8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc'zeertzjq2022-11-07
* | vim-patch:8.2.3665: cannot use a lambda for 'tagfunc'zeertzjq2022-11-07
|/
* vim-patch:8.2.0502: Vim9: some code is not testedzeertzjq2022-11-05
* vim-patch:8.2.0179: still a few places where range() does not workzeertzjq2022-10-26
* refactor(uncrustify): improved formatting rulesdundargoc2022-10-21
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* refactor: replace char_u with charDundar Göc2022-10-15