aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/search.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.2465: using freed memory in :psearchSean Dewar2021-11-24
* vim-patch:8.2.3255: ci" finds following string but ci< and others don't (#16324)Michal Liszcz2021-11-21
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor(macros): delete multibyte macros which just are aliasesBjörn Linse2021-11-14
* refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2lenBjörn Linse2021-11-14
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* vim-patch:8.1.2394: using old C style commentsDundar Göc2021-10-21
* vim-patch:8.1.2394: using old C style commentsDundar Göc2021-10-06
* refactor: format with uncrustify #15778dundargoc2021-09-25
* refactor: format files with uncrustify #15607dundargoc2021-09-10
* refactor: replace TRUE/FALSE with true/false #15425dundargoc2021-08-22
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-08-12
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-30
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-26
* chore(PVS/V768): don't use enum as bool.Dundar Göc2021-07-19
* chore: use codespell to spell check #15016dundargoc2021-07-07
* STRLEN -> strlenshadmansaleh2021-05-09
* Use bool for boolean valuesshadmansaleh2021-05-09
* vim-patch:8.2.0896: crash when calling searchcount() with a stringshadmansaleh2021-05-09
* vim-patch:8.2.0887: searchcount().exact_match is 1 right after a matchshadmansaleh2021-05-09
* vim-patch:8.2.0880: leaking memory when using searchcount()shadmansaleh2021-05-09
* vim-patch:8.2.0877: cannot get the search statisticsshadmansaleh2021-05-09
* vim-patch:8.1.2313: debugging where a delay comes from is not easyJan Edmund Lazo2021-04-15
* vim-patch:8.2.0295: highlighting for :s wrong when using different separator ...Ghjuvan Lacambre2021-04-04
* vim-patch:8.2.2694: when 'matchpairs' is empty every character beeps (#14279)Jan Edmund Lazo2021-04-03
* pos: define MAXCOL to INT_MAXJan Edmund Lazo2021-02-23
* vim-patch:8.2.2361: Vim9: no highlight for "s///gc" when using 'opfunc'Jan Edmund Lazo2021-01-17
* vim-patch:8.2.1907: complete_info().selected may be wrongJan Edmund Lazo2020-12-03
* vim-patch:8.1.2332: missing file in refactoringJan Edmund Lazo2020-11-22
* vim-patch:8.1.0810: too many #ifdefsJan Edmund Lazo2020-11-12
* api: add API for themesBjörn Linse2020-11-01
* vim-patch:8.2.1850: "vat" does not select tags correctly over line breakJan Edmund Lazo2020-10-15
* vim-patch:8.2.1837: using "gn" after "gN" does not workJan Edmund Lazo2020-10-11
* vim-patch:8.2.1823: "gN" does not select the matched stringJan Edmund Lazo2020-10-11
* vim-patch:8.2.1787: crash with 'incsearch' and very long lineJan Edmund Lazo2020-10-02
* vim-patch:8.2.0840: search match count wrong when only match is in foldJan Edmund Lazo2020-09-29
* vim-patch:8.1.1992: the search stat moves when wrapping at the end of the bufferJan Edmund Lazo2020-09-29
* vim-patch:8.1.1970: search stat space wrong, no test for 8.1.1965Jan Edmund Lazo2020-09-29
* vim-patch:8.1.1965: search count message is not displayed when using a mappingJan Edmund Lazo2020-09-29
* vim-patch:8.2.0902: using searchcount() in 'statusline' causes an errorJan Edmund Lazo2020-09-13
* vim-patch:8.1.0556: saving/restoring search patterns share saved last_idxJan Edmund Lazo2020-09-13
* vim-patch:8.1.0555: crash when last search pat is set but not last substitute...Jan Edmund Lazo2020-09-13
* vim-patch:8.1.0552: saved last search pattern may not be restoredAufar Gilbran2020-09-11
* vim-patch:8.2.1364: invalid memory access when searching for raw stringJan Edmund Lazo2020-08-14
* vim-patch:8.2.0999: moving to next sentence gets stuck on quoteJan Edmund Lazo2020-06-18
* vim-patch:8.2.0544: memory leak in search testJan Edmund Lazo2020-04-13
* vim-patch:8.1.0864 Make 'scrolloff' and 'sidescrolloff' options window local ...Will Eccles2020-03-17
* search: fix pvs/v1048Jan Edmund Lazo2019-12-26