aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/search.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.2330: vi' does not always work when 'selection' is exclusiveJan Edmund Lazo2019-11-22
* vim-patch:8.1.2314: vi' sometimes does not select anythingJan Edmund Lazo2019-11-17
* vim-patch:8.1.2244: 'wrapscan' is not used for "gn"Jan Edmund Lazo2019-11-09
* vim-patch:8.1.2218: "gN" is off by one in Visual modeJaehwang Jerry Jung2019-10-27
* vim-patch:8.1.2207: "gn" doesn't work quite rightJaehwang Jerry Jung2019-10-27
* vim-patch:8.1.2173: searchit() has too many argumentsJaehwang Jerry Jung2019-10-27
* vim-patch:8.1.2178: accessing uninitialized memory in testJan Edmund Lazo2019-10-19
* vim-patch:8.1.2120: some MB_ macros are more complicated than necessaryJan Edmund Lazo2019-10-06
* vim-patch:8.1.1371: cannot recover from a swap file #11081Jurica Bradarić2019-10-05
* vim-patch:8.0.1768: SET_NO_HLSEARCH() used in a wrong wayJan Edmund Lazo2019-09-02
* vim-patch:8.1.1124: insert completion flags are mixed upJan Edmund Lazo2019-08-21
* clang/"Null passed as a nonnull parameter" #10718Ihor Antonov2019-08-09
* vim-patch:8.1.1383: warning for size_t/int mixup (#10694)Jan Edmund Lazo2019-08-05
* PVS/V507: suppress false positive #10647Ihor Antonov2019-07-29
* pvs/V560: part of conditional expression is always true (#10629)Ihor Antonov2019-07-28
* cleanup: remove mch_fopen in favor of os_fopenJustin M. Keyes2019-07-25
* PVS/V590: redundant condition #10510Ihor Antonov2019-07-15
* vim-patch:8.0.1688: some macros are used without a semicolonJan Edmund Lazo2019-06-26
* vim-patch:8.0.1479: insert mode completion state is confusingJan Edmund Lazo2019-06-23
* lintJan Edmund Lazo2019-06-23
* vim-patch:8.0.1239: cannot use a lambda for the skip argument to searchpair()Jan Edmund Lazo2019-06-23
* messages: support shortmess-=S in ext_messagesBjörn Linse2019-06-16
* search_stat: show "??/?" dual in right-to-left case #10170Santos Gallegos2019-06-09
* vim-patch:8.1.1475: search string not displayed when 'rightleft' is seterw72019-06-07
* vim-patch:8.1.1375: without "TS" in 'shortmess' get a hit-enter prompt oftenerw72019-06-07
* vim-patch:8.1.1390: search stats are off when using count or offseterw72019-06-05
* vim-patch:8.1.1350: "W" for wrapping not shown when more than 99 matcheserw72019-06-05
* vim-patch:8.1.1289: may not have enough space to add "W" to search statserw72019-06-05
* vim-patch:8.1.1288: search stats don't show for mapped commanderw72019-06-05
* vim-patch:8.1.1283: delaying half a second after the top-bot messageerw72019-06-05
* vim-patch:8.1.1271: compiler warnings for use of STRNCPY()erw72019-06-05
* vim-patch:8.1.1270: cannot see current match positionerw72019-06-05
* vim-patch:8.1.0629: "gn" selects the wrong text with a multi-line matcherw72019-06-04
* lintAndrej Zieger2019-05-26
* lintJustin M. Keyes2019-05-25
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* vim-patch:8.1.0528: various typos in commentsJan Edmund Lazo2019-03-26
* Merge #9662 'vim-patch:8.0.{0643-0646}'Justin M. Keyes2019-03-08
|\
| * vim-patch:8.0.0643: when a pattern search is slow Vim becomes unusableBilly Su2019-03-07
|/
* test: multibyte env var names #9655Justin M. Keyes2019-03-03
* vim-patch:8.1.0971: failure to select quoted text obj moves cursor #9658Pierre2019-03-03
* search.c: remove dead code #5307Justin M. Keyes2019-03-02
* cleanup: remove legacy `enc_dbcs` global #9660Justin M. Keyes2019-03-02
* vim-patch:8.1.0932: remove Farsi support (#9622)Justin M. Keyes2019-02-17
* window/ui: reorganize size variables, fix terminal window size with multigrid.Björn Linse2019-01-27
* multigrid: Fix lint errorsUtkarsh Maheshwari2018-12-31
* multigrid: Allow UIs to set grid size different from window sizeUtkarsh Maheshwari2018-12-31
* 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