aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/regexp_defs.h
Commit message (Expand)AuthorAge
* refactor: move structs from regexp_defs.h to regexp.c (#26899)zeertzjq2024-01-05
* refactor: eliminate cyclic includesdundargoc2023-12-20
* refactor(IWYU): move typedefs out of globals.h (#26322)zeertzjq2023-11-30
* refactor: fix runtime_defs.h (#26259)zeertzjq2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor: the long goodbyedundargoc2023-10-09
* refactor: replace char_u with char or uint8_t (#22400)dundargoc2023-03-04
* refactor: use flexible arrays instead of the length-of-one trick (#22072)dundargoc2023-02-02
* 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
* vim-patch:9.0.0951: trying every character position for a match is inefficien...zeertzjq2022-11-26
* refactor: more clint (#20910)Lewis Russell2022-11-07
* refactor: replace char_u with charDundar Göc2022-09-10
* refactor: replace char_u with charDundar Göc2022-09-06
* vim-patch:8.1.1684: profiling functionality is spread outzeertzjq2022-08-12
* vim-patch:8.2.5046: vim_regsub() can overwrite the destination (#18812)zeertzjq2022-05-31
* vim-patch:8.2.4808: unused item in engine structzeertzjq2022-04-24
* vim-patch:8.2.4639: not sufficient parenthesis in preprocessor macrosBrian Leung2022-04-03
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* vim-patch:8.1.0192: executing regexp recursively fails with a crashJan Edmund Lazo2020-08-02
* vim-patch:8.1.2366: using old C style commentsJan Edmund Lazo2020-04-12
* vim-patch:8.1.1194: typos and small problems in source filesJan Edmund Lazo2019-04-26
* vim-patch:8.0.0643: when a pattern search is slow Vim becomes unusableBilly Su2019-03-07
* lintrelnod2017-10-19
* refactor/single-include: regexp_defs.hrelnod2017-10-19
* vim-patch:7.4.497 #2295David Bürgin2015-04-05
* vim-patch:7.4.455Marco Hinz2014-12-20
* Include stdbool.h in some files which use itPavel Platto2014-07-11
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15