aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/search.c
Commit message (Expand)AuthorAge
* replace fallthrough comment with macroJan Edmund Lazo2018-09-21
* lint: clean-up after parent commitsZviRackover2018-09-09
* Refactor: Remove occurences of mb_char2bytesZviRackover2018-09-09
* Merge #8863 'refactor: Remove mb_head_off() 'Justin M. Keyes2018-08-28
|\
| * lint: cleanup after parent commitsZviRackover2018-08-16
| * Remove has_mbyte from lines near changes in parent commitZviRackover2018-08-16
| * Remove occurences of mb_head_offZviRackover2018-08-15
* | search: fix types of findsent() variablesJan Edmund Lazo2018-08-23
* | vim-patch:8.1.0083: "is" and "as" have trouble with quoted punctuationJan Edmund Lazo2018-08-23
* | search: "include" in current_tagblock() is boolJan Edmund Lazo2018-08-20
* | vim-patch:8.1.0290: "cit" on an empty HTML tag changes the whole tagJan Edmund Lazo2018-08-20
* | lintJan Edmund Lazo2018-08-20
* | vim-patch:8.0.1487: test 14 failsJan Edmund Lazo2018-08-20
* | vim-patch:8.0.1486: accessing invalid memory with "it"Jan Edmund Lazo2018-08-20
* | vim-patch:8.0.1291: C indent wrong when * immediately follows commentJan Edmund Lazo2018-08-20
* | vim-patch:8.1.0018: using "gn" may select wrong text when wrappingJan Edmund Lazo2018-08-19
* | vim-patch:8.0.1148: gN doesn't work on last match with 'wrapscan' offJan Edmund Lazo2018-08-19
* | vim-patch:8.0.0762: ml_get error with :psearch in buffer without a nameJan Edmund Lazo2018-08-18
|/
* Remove some occrrences of enc_utf8 and has_mbyteZviRackover2018-08-06
* search: refactor variables in findmatchlimit()Jan Edmund Lazo2018-08-01
* search: start_in_quotes in findmatchlimit is TriStateJan Edmund Lazo2018-08-01
* vim-patch:8.0.0627: "gn" selects only one character with 'nowrapscan' (#8632)Jan Edmund Lazo2018-06-24
* vim-patch:8.0.0621: :stag does not respect 'switchbuf'Jan Edmund Lazo2018-06-21
* vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* vim-patch:8.0.0466: still macros that should be all-caps (#8510)Jan Edmund Lazo2018-06-10
* lintJan Edmund Lazo2018-06-07
* vim-patch:8.0.0523: dv} deletes part of a multi-byte character.Jan Edmund Lazo2018-06-07
* search: Fix PVS/V547: allocator never returns NULL nowZyX2018-04-22
* search: Fix PVS/V560: condition checked in previous if with gotoZyX2018-04-22
* search: Fix PVS/V547: condition already checked in surrounding ifZyX2018-04-22
* search: Fix PVS/V547: checking variable right after assigning itZyX2018-04-22
* vim-patch:8.0.0446: the ";" command does not work after some charactersJustin M. Keyes2018-02-11
* lintJustin M. Keyes2018-02-11
* vim-patch:8.0.0622: selecting quoted text fails with 'selection' "exclusive"Justin M. Keyes2018-02-11
* vim-patch:8.0.1483: searchpair() might return an invalid value on timeoutDaniel Hahler2018-02-10
* Merge #7463 'incsearch + hlsearch highlight all'Justin M. Keyes2018-02-01
|\
| * vim-patch:8.0.1304: CTRL-G/CTRL-T don't work with incsearch and empty patternÖmer Sinan Ağacan2018-01-26
| * vim-patch:8.0.1238Ömer Sinan Ağacan2018-01-26
* | vim-patch:8.0.0448: some macros are lower case (#7936)KunMing Xie2018-01-30
|/
* vim-patch:8.0.0398: illegal memory access with "t"ckelsel2018-01-15
* vim-patch:8.0.0339: illegal memory access with vi' (#7794)KunMing Xie2018-01-01
* vim-patch:8.0.0330ckelsel2017-09-24
* vim-patch:7.4.2356 (#6880)Shougo2017-06-19
* search: Fix V502: ?: ambiguityZyX2017-05-20
* *: Add comment to all C filesZyX2017-04-19
* lint: fix clint errors around mb_tolower callsBjörn Linse2017-04-10
* mbyte: replace vim_tolower with mb_tolower handling locale correctlyBjörn Linse2017-04-10
* eval: Split and move dict_add_nr_str to typval.cZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* mbyte: remove dead codeBjörn Linse2017-03-22