aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tag.c
Commit message (Expand)AuthorAge
* refactor(message): smsg_attr -> smsgbfredl2023-09-29
* refactor(messages): fold msg_attr into msgbfredl2023-09-27
* refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl2023-09-27
* perf(rtp): reduce rtp scans (#24191)Lewis Russell2023-07-13
* refactor: remove longdundargoc2023-07-03
* fix(helptags): make multibyte help tags work properly (#23975)zeertzjq2023-06-11
* refactor: use xstrl{cpy,cat} on IObuff (#23648)ii142023-05-16
* vim-patch:9.0.1554: code for handling 'switchbuf' is repeated (#23632)zeertzjq2023-05-15
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* vim-patch:9.0.1330: handling new value of an option has a long "else if" chainLewis Russell2023-04-28
* refactor: uncrustifydundargoc2023-04-26
* 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