log src/search.c @ 29247:5f314b2ed494 v8.2.5142

age author description
Fri, 17 Jun 2022 19:45:02 +0200 Bram Moolenaar patch 8.2.5116: "limit" option of matchfuzzy() not always respected v8.2.5116
Thu, 16 Jun 2022 22:30:03 +0200 Bram Moolenaar patch 8.2.5114: time limit on searchpair() does not work properly v8.2.5114
Sun, 05 Jun 2022 18:00:08 +0200 Bram Moolenaar patch 8.2.5057: using gettimeofday() for timeout is very inefficient v8.2.5057
Wed, 01 Jun 2022 16:30:02 +0200 Bram Moolenaar patch 8.2.5050: using freed memory when searching for pattern in path v8.2.5050
Sat, 21 May 2022 21:30:04 +0200 Bram Moolenaar patch 8.2.4993: smart/C/lisp indenting is optional v8.2.4993
Wed, 11 May 2022 15:30:03 +0200 Bram Moolenaar patch 8.2.4939: matchfuzzypos() with "matchseq" does not have all positions v8.2.4939
Mon, 09 May 2022 21:15:04 +0200 Bram Moolenaar patch 8.2.4928: various white space and cosmetic mistakes v8.2.4928
Sat, 07 May 2022 21:15:06 +0200 Bram Moolenaar patch 8.2.4911: the mode #defines are not clearly named v8.2.4911
Sat, 16 Apr 2022 21:45:02 +0200 Bram Moolenaar patch 8.2.4765: function matchfuzzy() sorts too many items v8.2.4765
Sat, 16 Apr 2022 13:45:03 +0200 Bram Moolenaar patch 8.2.4760: using matchfuzzy() on a long list can take a while v8.2.4760
Sun, 10 Apr 2022 19:15:03 +0200 Bram Moolenaar patch 8.2.4732: duplicate code to free fuzzy matches v8.2.4732
Sun, 10 Apr 2022 12:30:05 +0200 Bram Moolenaar patch 8.2.4727: unused code v8.2.4727
Mon, 04 Apr 2022 16:30:04 +0200 Bram Moolenaar patch 8.2.4683: verbose check with dict_find() to see if a key is present v8.2.4683
Sun, 27 Feb 2022 13:15:03 +0100 Bram Moolenaar patch 8.2.4479: no fuzzy completieon for maps and abbreviations v8.2.4479
Fri, 25 Feb 2022 16:30:07 +0100 Bram Moolenaar patch 8.2.4465: fuzzy completion does not order matches properly v8.2.4465
Thu, 24 Feb 2022 14:30:05 +0100 Bram Moolenaar patch 8.2.4463: completion only uses strict matching v8.2.4463
Wed, 16 Feb 2022 20:30:03 +0100 Bram Moolenaar patch 8.2.4402: missing parenthesis may cause unexpected problems v8.2.4402
Mon, 14 Feb 2022 13:45:02 +0100 Bram Moolenaar patch 8.2.4378: incsearch HL broken when calling searchcount in 'tabLine' v8.2.4378
Tue, 04 Jan 2022 18:15:03 +0100 Bram Moolenaar patch 8.2.4001: insert complete code uses global variables v8.2.4001
Sun, 02 Jan 2022 20:30:04 +0100 Bram Moolenaar patch 8.2.3985: error messages are spread out v8.2.3985
Sat, 01 Jan 2022 17:30:02 +0100 Bram Moolenaar patch 8.2.3972: error messages are spread out v8.2.3972
Sat, 01 Jan 2022 15:30:05 +0100 Bram Moolenaar patch 8.2.3967: error messages are spread out v8.2.3967
Sat, 01 Jan 2022 00:00:04 +0100 Bram Moolenaar patch 8.2.3961: error messages are spread out v8.2.3961
Wed, 29 Dec 2021 19:15:03 +0100 Bram Moolenaar patch 8.2.3938: line comment start is also found in a string v8.2.3938
Sun, 12 Dec 2021 15:30:03 +0100 Bram Moolenaar patch 8.2.3787: no proper formatting of a C line comment after a statement v8.2.3787
Fri, 15 Oct 2021 14:00:06 +0200 Bram Moolenaar patch 8.2.3513: using freed memory when using a timer and searching v8.2.3513
Thu, 05 Aug 2021 15:30:04 +0200 Bram Moolenaar patch 8.2.3292: underscore in very magic pattern causes a hang v8.2.3292
Sun, 01 Aug 2021 12:45:03 +0200 Bram Moolenaar patch 8.2.3265: smartcase does not work correctly in very magic pattern v8.2.3265
Sat, 31 Jul 2021 13:45:03 +0200 Bram Moolenaar patch 8.2.3255: ci" finds following string but ci< and others don't v8.2.3255
Tue, 27 Jul 2021 22:15:06 +0200 Bram Moolenaar patch 8.2.3229: Vim9: runtime and compile time type checks are not the same v8.2.3229
Tue, 20 Jul 2021 21:15:05 +0200 Bram Moolenaar patch 8.2.3190: error messages are spread out v8.2.3190
Tue, 20 Jul 2021 18:00:06 +0200 Bram Moolenaar patch 8.2.3188: Vim9: argument types are not checked at compile time v8.2.3188
Wed, 02 Jun 2021 13:30:05 +0200 Bram Moolenaar patch 8.2.2922: computing array length is done in various ways v8.2.2922
Mon, 26 Apr 2021 21:30:04 +0200 Bram Moolenaar patch 8.2.2813: cannot grep using fuzzy matching v8.2.2813
Fri, 02 Apr 2021 19:00:06 +0200 Bram Moolenaar patch 8.2.2694: when 'matchpairs' is empty every character beeps v8.2.2694
Wed, 03 Feb 2021 23:15:04 +0100 Bram Moolenaar patch 8.2.2465: using freed memory in :psearch v8.2.2465
Mon, 04 Jan 2021 12:45:05 +0100 Bram Moolenaar patch 8.2.2295: incsearch does not detect empty pattern properly v8.2.2295
Sat, 02 Jan 2021 18:45:03 +0100 Bram Moolenaar patch 8.2.2280: fuzzy matching doesn't give access to the scores v8.2.2280
Mon, 21 Dec 2020 20:00:06 +0100 Bram Moolenaar patch 8.2.2182: Vim9: value of 'magic' is still relevant v8.2.2182
Fri, 18 Dec 2020 20:00:06 +0100 Bram Moolenaar patch 8.2.2160: various typos v8.2.2160
Thu, 29 Oct 2020 19:00:04 +0100 Bram Moolenaar patch 8.2.1921: fuzzy matching does not recognize path separators v8.2.1921
Sat, 24 Oct 2020 21:00:05 +0200 Bram Moolenaar patch 8.2.1898: command modifier parsing always uses global cmdmod v8.2.1898
Fri, 23 Oct 2020 17:00:04 +0200 Bram Moolenaar patch 8.2.1893: fuzzy matching does not support multiple words v8.2.1893
Tue, 20 Oct 2020 19:15:04 +0200 Bram Moolenaar patch 8.2.1872: matchfuzzy() does not prefer sequential matches v8.2.1872
Sun, 11 Oct 2020 20:45:03 +0200 Bram Moolenaar patch 8.2.1837: using "gn" after "gN" does not work v8.2.1837
Sat, 10 Oct 2020 17:00:03 +0200 Bram Moolenaar patch 8.2.1823: "gN" does not select the matched string v8.2.1823
Fri, 02 Oct 2020 20:45:03 +0200 Bram Moolenaar patch 8.2.1787: crash with 'incsearch' and very long line v8.2.1787
Tue, 22 Sep 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.1728: compiler warning for using uninitialized variable v8.2.1728
Tue, 22 Sep 2020 20:45:04 +0200 Bram Moolenaar patch 8.2.1726: fuzzy matching only works on strings v8.2.1726
Fri, 11 Sep 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1665: cannot do fuzzy string matching v8.2.1665
Sat, 05 Sep 2020 23:30:03 +0200 Bram Moolenaar patch 8.2.1620: searchcount() test fails v8.2.1620
Sat, 05 Sep 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1614: Vim9: cannot pass "true" to searchcount() v8.2.1614
Tue, 04 Aug 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1364: invalid memory access when searching for raw string v8.2.1364
Fri, 12 Jun 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.0967: unnecessary type casts for vim_strnsave() v8.2.0967
Thu, 04 Jun 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.0902: using searchcount() in 'statusline' causes an error v8.2.0902
Wed, 03 Jun 2020 23:00:03 +0200 Bram Moolenaar patch 8.2.0896: crash when calling searchcount() with a string v8.2.0896
Tue, 02 Jun 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.0887: searchcount().exact_match is 1 right after a match v8.2.0887
Mon, 01 Jun 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.0884: searchcount() test fails on slower systems v8.2.0884
Mon, 01 Jun 2020 19:15:03 +0200 Bram Moolenaar patch 8.2.0880: leaking memory when using searchcount() v8.2.0880
Mon, 01 Jun 2020 19:00:04 +0200 Bram Moolenaar patch 8.2.0879: compiler warning for unused function argument v8.2.0879
Mon, 01 Jun 2020 17:30:04 +0200 Bram Moolenaar patch 8.2.0877: cannot get the search statistics v8.2.0877
Fri, 29 May 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.0840: search match count wrong when only match is in fold v8.2.0840
Wed, 29 Apr 2020 21:15:05 +0200 Bram Moolenaar patch 8.2.0660: the search.c file is a bit big v8.2.0660
Sun, 12 Apr 2020 19:45:05 +0200 Bram Moolenaar patch 8.2.0559: clearing a struct is verbose v8.2.0559
Sat, 11 Apr 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.0544: memory leak in search test v8.2.0544
Thu, 02 Apr 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.0502: Vim9: some code is not tested v8.2.0502
Fri, 21 Feb 2020 21:45:04 +0100 Bram Moolenaar patch 8.2.0295: highlighting for :s wrong when using different separator v8.2.0295
Wed, 12 Feb 2020 22:30:04 +0100 Bram Moolenaar patch 8.2.0250: test_clear_search_pat() is unused v8.2.0250
Wed, 05 Feb 2020 20:45:04 +0100 Bram Moolenaar patch 8.2.0212: missing search/substitute pattern hardly tested v8.2.0212
Mon, 23 Dec 2019 23:00:03 +0100 Bram Moolenaar patch 8.2.0035: saving and restoring called_emsg is clumsy v8.2.0035
Thu, 05 Dec 2019 21:15:04 +0100 Bram Moolenaar patch 8.1.2394: using old C style comments v8.1.2394
Sat, 30 Nov 2019 23:00:05 +0100 Bram Moolenaar patch 8.1.2371: FEAT_TEXT_PROP is a confusing name v8.1.2371
Thu, 21 Nov 2019 22:30:03 +0100 Bram Moolenaar patch 8.1.2332: missing file in refactoring v8.1.2332
Thu, 21 Nov 2019 21:00:04 +0100 Bram Moolenaar patch 8.1.2330: vi' does not always work when 'selection' is exclusive v8.1.2330
Sun, 17 Nov 2019 17:45:03 +0100 Bram Moolenaar patch 8.1.2314: vi' sometimes does not select anything v8.1.2314
Sun, 17 Nov 2019 17:15:04 +0100 Bram Moolenaar patch 8.1.2313: debugging where a delay comes from is not easy v8.1.2313
Sat, 02 Nov 2019 23:30:04 +0100 Bram Moolenaar patch 8.1.2244: 'wrapscan' is not used for "gn" v8.1.2244
Sat, 26 Oct 2019 14:45:03 +0200 Bram Moolenaar patch 8.1.2218: "gN" is off by one in Visual mode v8.1.2218
Thu, 24 Oct 2019 15:30:03 +0200 Bram Moolenaar patch 8.1.2207: "gn" doesn't work quite right v8.1.2207
Sat, 19 Oct 2019 14:45:04 +0200 Bram Moolenaar patch 8.1.2178: accessing uninitialized memory in test v8.1.2178
Fri, 18 Oct 2019 21:00:04 +0200 Bram Moolenaar patch 8.1.2173: searchit() has too many arguments v8.1.2173
Wed, 09 Oct 2019 22:15:04 +0200 Bram Moolenaar patch 8.1.2126: viminfo not sufficiently tested v8.1.2126
Sun, 06 Oct 2019 22:15:04 +0200 Bram Moolenaar patch 8.1.2120: some MB_ macros are more complicated than necessary v8.1.2120
Sat, 28 Sep 2019 19:15:03 +0200 Bram Moolenaar patch 8.1.2096: too many #ifdefs v8.1.2096
Sat, 21 Sep 2019 21:00:07 +0200 Bram Moolenaar patch 8.1.2062: the mouse code is spread out v8.1.2062
Fri, 06 Sep 2019 20:45:04 +0200 Bram Moolenaar patch 8.1.1992: the search stat moves when wrapping at the end of the buffer v8.1.1992
Tue, 03 Sep 2019 22:30:03 +0200 Bram Moolenaar patch 8.1.1970: search stat space wrong, no test for 8.1.1965 v8.1.1970
Mon, 02 Sep 2019 22:00:03 +0200 Bram Moolenaar patch 8.1.1965: search count message is not displayed when using a mapping v8.1.1965
Wed, 21 Aug 2019 14:45:04 +0200 Bram Moolenaar patch 8.1.1901: the +insert_expand feature is not always available v8.1.1901
Sun, 18 Aug 2019 15:30:06 +0200 Bram Moolenaar patch 8.1.1880: cannot show extra info for completion in a popup window v8.1.1880
Tue, 06 Aug 2019 22:00:08 +0200 Bram Moolenaar patch 8.1.1823: command line history code is spread out
Mon, 05 Aug 2019 22:00:06 +0200 Bram Moolenaar patch 8.1.1819: :pedit does not work with a popup preview window v8.1.1819
Tue, 23 Jul 2019 22:30:07 +0200 Bram Moolenaar patch 8.1.1736: viminfo support is spread out v8.1.1736
Thu, 06 Jun 2019 13:00:05 +0200 Bram Moolenaar patch 8.1.1475: search string not displayed when 'rightleft' is set v8.1.1475
Tue, 28 May 2019 23:15:10 +0200 Bram Moolenaar patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts v8.1.1414
Sat, 25 May 2019 20:30:06 +0200 Bram Moolenaar patch 8.1.1393: unnecessary type casts v8.1.1393
Fri, 24 May 2019 22:15:05 +0200 Bram Moolenaar patch 8.1.1390: search stats are off when using count or offset v8.1.1390
Fri, 24 May 2019 19:45:05 +0200 Bram Moolenaar patch 8.1.1386: unessesary type casts for lalloc() v8.1.1386
Fri, 24 May 2019 18:00:06 +0200 Bram Moolenaar patch 8.1.1383: warning for size_t/int mixup v8.1.1383
Fri, 24 May 2019 13:30:06 +0200 Bram Moolenaar patch 8.1.1376: warnings for size_t/int mixups v8.1.1376
Fri, 24 May 2019 13:15:05 +0200 Bram Moolenaar patch 8.1.1375: without "TS" in 'shortmess' get a hit-enter prompt often v8.1.1375
Thu, 23 May 2019 21:45:07 +0200 Bram Moolenaar patch 8.1.1371: cannot recover from a swap file v8.1.1371
Sat, 18 May 2019 19:30:10 +0200 Bram Moolenaar patch 8.1.1350: "W" for wrapping not shown when more than 99 matches v8.1.1350
Tue, 07 May 2019 21:45:05 +0200 Bram Moolenaar patch 8.1.1289: may not have enough space to add "W" to search stats v8.1.1289
Tue, 07 May 2019 21:30:05 +0200 Bram Moolenaar patch 8.1.1288: search stats don't show for mapped command v8.1.1288
Mon, 06 May 2019 21:45:06 +0200 Bram Moolenaar patch 8.1.1283: delaying half a second after the top-bot message v8.1.1283
Sun, 05 May 2019 13:15:06 +0200 Bram Moolenaar patch 8.1.1271: compiler warnings for use of STRNCPY() v8.1.1271
Sat, 04 May 2019 21:15:05 +0200 Bram Moolenaar patch 8.1.1270: cannot see current match position v8.1.1270
Sat, 06 Apr 2019 14:30:04 +0200 Bram Moolenaar patch 8.1.1124: insert completion flags are mixed up v8.1.1124
Sat, 30 Mar 2019 14:00:07 +0100 Bram Moolenaar patch 8.1.1076: file for Insert mode is much too big v8.1.1076
Sun, 03 Mar 2019 14:45:06 +0100 Bram Moolenaar patch 8.1.0991: cannot build with a mix of features v8.1.0991
Fri, 22 Feb 2019 15:15:05 +0100 Bram Moolenaar patch 8.1.0971: failure for selecting quoted text object moves cursor v8.1.0971
Sun, 17 Feb 2019 17:45:08 +0100 Bram Moolenaar patch 8.1.0941: macros for MS-Windows are inconsistent v8.1.0941
Sat, 16 Feb 2019 15:15:07 +0100 Bram Moolenaar patch 8.1.0932: Farsi support is outdated and unused v8.1.0932
Sun, 10 Feb 2019 22:00:07 +0100 Bram Moolenaar patch 8.1.0886: compiler warning for NULL pointer and condition always true v8.1.0886
Thu, 31 Jan 2019 18:30:08 +0100 Bram Moolenaar patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff' v8.1.0864
Sat, 26 Jan 2019 17:30:15 +0100 Bram Moolenaar patch 8.1.0826: too many #ifdefs v8.1.0826
Thu, 24 Jan 2019 17:30:08 +0100 Bram Moolenaar patch 8.1.0810: too many #ifdefs v8.1.0810
Sun, 20 Jan 2019 15:45:07 +0100 Bram Moolenaar patch 8.1.0785: depending on the configuration some functions are unused v8.1.0785
Sat, 19 Jan 2019 17:45:07 +0100 Bram Moolenaar patch 8.1.0779: argument for message functions is inconsistent v8.1.0779