aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/search.c
Commit message (Expand)AuthorAge
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: migrate comment style (#20012)Lewis Russell2022-09-02
* refactor: replace char_u with charDundar Göc2022-09-01
* Merge pull request #20022 from dundargoc/refactor/char_u/6bfredl2022-09-01
|\
| * refactor: replace char_u with charDundar Göc2022-08-31
* | perf(messages): don't call ui_flush() per message line in various placesbfredl2022-09-01
|/
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* vim-patch:8.2.0660: the search.c file is a bit big (#19963)zeertzjq2022-08-27
* refactor: replace char_u with charDundar Göc2022-08-26
* refactor: change FALSE/TRUE to false/trueLewis Russell2022-08-26
* refactor: replace char_u with charDundar Goc2022-08-25
* refactor: pre-incr to post-incrLewis Russell2022-08-25
* vim-patch:8.2.1728: compiler warning for using uninitialized variablezeertzjq2022-08-25
* vim-patch:partial:8.2.4001: insert complete code uses global variableszeertzjq2022-08-25
* Merge pull request #19906 from bfredl/bigstagebfredl2022-08-24
|\
| * perf(api): allow to use an arena for return valuesbfredl2022-08-23
* | vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
|/
* refactor: move statusline code from buffer.c and [draw]screen.c to new filebfredl2022-08-19
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* refactor: change pre-decrement/increment to post (#19799)Lewis Russell2022-08-16
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* refactor: replace char_u with charDundar Goc2022-08-12
* vim-patch:8.1.1684: profiling functionality is spread outzeertzjq2022-08-12
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* vim-patch:8.1.1823: command line history code is spread out (#19688)zeertzjq2022-08-09
* refactor: enable -Wconversion warning for search.cDundar Goc2022-07-27
* refactor: move FunPtr to types.h (#19466)zeertzjq2022-07-22
* vim-patch:8.1.1076: file for Insert mode is much too bigzeertzjq2022-07-20
* vim-patch:8.2.0035: saving and restoring called_emsg is clumsy (#19335)zeertzjq2022-07-13
* vim-patch:8.2.5050: using freed memory when searching for pattern in pathzeertzjq2022-07-12
* vim-patch:7.4.212zeertzjq2022-07-06
* refactor: replace char_uDundar Goc2022-07-02
* vim-patch:8.2.4378: incsearch HL broken when calling searchcount in 'tabLine'...zeertzjq2022-06-29
* refactor: replace char_u #18429dundargoc2022-06-28
* vim-patch:8.2.5120: searching for quotes may go over the end of the linezeertzjq2022-06-18
* vim-patch:8.2.5116: "limit" option of matchfuzzy() not always respected (#19005)zeertzjq2022-06-18
* vim-patch:8.2.1898: command modifier parsing always uses global cmdmodzeertzjq2022-06-14
* refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* vim-patch:8.2.5012: cannot select one character inside () (#18731)zeertzjq2022-05-25
* vim-patch:8.2.4993: smart/C/lisp indenting is optional (#18684)zeertzjq2022-05-22
* refactor: move reverse_text to strings.c as it's a string operationDundar Goc2022-05-20
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* vim-patch:8.2.4939: matchfuzzypos() with "matchseq" does not have all positio...zeertzjq2022-05-11
* vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
* vim-patch:8.2.4925: trailing backslash may cause reading past end of line (#1...zeertzjq2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-07