summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/search.h
AgeCommit message (Expand)AuthorFiles
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-14vim-patch:9.1.1627: fuzzy matching can be improvedzeertzjq1
2025-07-11vim-patch:9.1.1535: the maximum search count uses hard-coded value 99 (#34873)zeertzjq1
2025-05-24feat(search): increase `MAX_COUNT` to 999Christian Clason1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-08-05refactor(shada): rework msgpack decoding without msgpack-cbfredl1
2024-05-31vim-patch:9.1.0451: No test for escaping '<' with shellescape()zeertzjq1
2024-05-22vim-patch:9.1.0426: too many strlen() calls in search.czeertzjq1
2024-01-02refactor: remove redundant struct namesdundargoc1
2023-12-21refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq1
2023-11-30refactor(IWYU): move typedefs out of globals.h (#26322)zeertzjq1
2023-11-29refactor(IWYU): create normal_defs.h (#26293)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
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-11-05refactor: the long goodbyedundargoc1
2023-05-13refactor: remove typval.h from most header files (#23601)zeertzjq1
2023-01-17vim-patch:8.2.4463: completion only uses strict matchingSean Dewar1
2022-11-19refactor: replace char_u with charDundar Göc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-07-22refactor: move FunPtr to types.h (#19466)zeertzjq1
2022-02-07vim-patch:8.2.2813: cannot grep using fuzzy matchingSean Dewar1
2021-10-31refactor: saner options for uncrustify #16196dundargoc1
2021-10-12refactor: format all C files under nvim/ #15977dundargoc1
2021-07-25refactor: replace TRUE/FALSE macros with C99 true/falseDundar Göc1
2021-05-09vim-patch:8.2.0884: searchcount() test fails on slower systemsshadmansaleh1
2021-05-09vim-patch:8.2.0877: cannot get the search statisticsshadmansaleh1
2019-10-27vim-patch:8.1.2173: searchit() has too many argumentsJaehwang Jerry Jung1
2018-08-19vim-patch:8.0.1148: gN doesn't work on last match with 'wrapscan' offJan Edmund Lazo1
2017-04-22refactor/single-include (#6563)Othon Briganó1
2016-03-02vim-patch:7.4.984watiko1
2015-10-08*: Fix lint errors found in new code in previously ignored filesZyX1
2015-10-08*: Make ShaDa code use VimL values for additional_\* dataZyX1
2015-10-08viminfo: First version of ShaDa file dumpingZyX1
2014-07-12move defines from vim.hBrandon Coleman1
2014-06-12move values for find_pattern_in_path() to search.hBrandon Coleman1
2014-06-02Fix some stylesZyX1
2014-06-02Add automatic generation of headersZyX1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1