summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/regexp_defs.h
AgeCommit message (Expand)AuthorFiles
2024-01-05refactor: move structs from regexp_defs.h to regexp.c (#26899)zeertzjq1
2023-12-20refactor: eliminate cyclic includesdundargoc1
2023-11-30refactor(IWYU): move typedefs out of globals.h (#26322)zeertzjq1
2023-11-28refactor: fix runtime_defs.h (#26259)zeertzjq1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-12refactor: replace manual header guards with #pragma oncedundargoc1
2023-10-09refactor: the long goodbyedundargoc1
2023-03-04refactor: replace char_u with char or uint8_t (#22400)dundargoc1
2023-02-02refactor: use flexible arrays instead of the length-of-one trick (#22072)dundargoc1
2022-12-04vim-patch:8.2.2295: incsearch does not detect empty pattern properlyzeertzjq1
2022-12-04vim-patch:8.2.2182: Vim9: value of 'magic' is still relevantzeertzjq1
2022-11-26vim-patch:9.0.0951: trying every character position for a match is inefficien...zeertzjq1
2022-11-07refactor: more clint (#20910)Lewis Russell1
2022-09-10refactor: replace char_u with charDundar Göc1
2022-09-06refactor: replace char_u with charDundar Göc1
2022-08-12vim-patch:8.1.1684: profiling functionality is spread outzeertzjq1
2022-05-31vim-patch:8.2.5046: vim_regsub() can overwrite the destination (#18812)zeertzjq1
2022-04-24vim-patch:8.2.4808: unused item in engine structzeertzjq1
2022-04-03vim-patch:8.2.4639: not sufficient parenthesis in preprocessor macrosBrian Leung1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2020-08-02vim-patch:8.1.0192: executing regexp recursively fails with a crashJan Edmund Lazo1
2020-04-12vim-patch:8.1.2366: using old C style commentsJan Edmund Lazo1
2019-04-26vim-patch:8.1.1194: typos and small problems in source filesJan Edmund Lazo1
2019-03-07vim-patch:8.0.0643: when a pattern search is slow Vim becomes unusableBilly Su1
2017-10-19lintrelnod1
2017-10-19refactor/single-include: regexp_defs.hrelnod1
2015-04-05vim-patch:7.4.497 #2295David Bürgin1
2014-12-20vim-patch:7.4.455Marco Hinz1
2014-07-11Include stdbool.h in some files which use itPavel Platto1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Fix project-local includes.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1