Files
neovim/runtime/doc
Sean Dewar 960ea01972 vim-patch:8.2.1726: fuzzy matching only works on strings
Problem:    Fuzzy matching only works on strings.
Solution:   Support passing a dict.  Add matchfuzzypos() to also get the match
            positions. (Yegappan Lakshmanan, closes vim/vim#6947)
4f73b8e9cc

Also remove some N/A and seemingly useless NULL checks -- Nvim allocs can't
return NULL. I'm not sure why the retmatchpos stuff in match_fuzzy checks for
NULL too, given that Vim checks for NULL alloc in do_fuzzymatch; assert that the
li stuff is not NULL as that's the one check I'm ever-so-slightly unsure about.

Adjust tests. Note that the text_cb tests actually throw E6000 in Nvim, but we
also can't assert that error due to v8.2.1183 not being ported yet.
2022-02-07 17:20:49 +00:00
..
2022-01-17 18:28:23 +00:00
2021-09-10 08:48:27 +02:00
2022-01-17 11:58:36 +01:00
2022-01-04 11:07:40 -07:00
2021-09-23 06:59:30 -07:00
2022-01-04 11:07:40 -07:00
2022-01-23 18:38:41 +01:00
2022-01-23 18:38:41 +01:00
2022-01-23 18:38:41 +01:00
2021-09-10 08:48:27 +02:00
2021-09-10 08:48:27 +02:00
2021-09-08 07:24:12 -07:00
2022-01-11 14:14:17 +01:00
2022-01-31 18:09:51 +01:00
2022-01-11 14:14:17 +01:00
2022-01-21 18:08:56 +08:00
2021-09-09 00:37:59 -07:00
2022-01-04 11:07:40 -07:00
2022-01-17 18:28:23 +00:00
2021-04-28 21:29:57 -04:00
2022-01-11 14:14:17 +01:00
2021-09-10 08:48:27 +02:00
2022-01-11 14:14:17 +01:00
2022-01-29 23:15:22 +00:00
2021-09-13 06:05:27 -07:00
2021-11-17 10:02:59 +01:00
2021-10-05 14:12:16 +02:00
2021-04-29 21:08:09 -04:00
2021-09-10 08:48:27 +02:00
2019-08-02 16:20:22 +02:00
2021-09-08 07:24:12 -07:00
2022-01-23 18:38:41 +01:00
2022-01-29 23:15:22 +00:00
2021-04-27 09:21:35 -04:00
2022-01-04 11:07:40 -07:00
2022-01-29 23:15:22 +00:00
2022-01-17 18:28:23 +00:00
2021-04-27 09:21:31 -04:00
2021-05-01 22:29:03 -04:00
2021-04-27 09:21:30 -04:00
2021-05-02 13:00:38 -04:00
2021-05-01 23:19:57 -04:00
2021-05-02 10:23:35 -04:00
2019-08-02 16:20:22 +02:00
2021-04-27 21:47:42 -04:00
2021-09-08 07:24:12 -07:00
2021-09-08 07:24:12 -07:00
2021-04-28 21:29:56 -04:00
2021-05-01 22:29:02 -04:00
2021-05-02 12:53:49 -04:00
2021-11-22 10:53:57 +01:00
2021-05-01 22:29:03 -04:00
2021-04-27 09:21:33 -04:00
2021-04-29 09:27:19 -04:00
2021-04-29 20:42:16 -04:00
2021-04-29 20:42:16 -04:00
2021-04-29 20:42:16 -04:00
2021-04-27 09:21:34 -04:00
2022-01-17 11:58:36 +01:00
2021-05-01 23:19:57 -04:00
2022-01-11 14:14:17 +01:00