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-02-07 17:20:49 +00:00
2022-01-31 15:27:01 +01:00
2022-01-04 11:07:40 -07:00
2022-02-07 06:48:10 +08:00
2021-11-02 16:24:05 +01:00
2021-09-23 06:59:30 -07:00
2022-01-04 11:07:40 -07:00
2022-01-11 16:46:42 -07:00
2022-01-23 18:38:41 +01:00
2021-07-07 18:51:40 -07:00
2022-02-01 17:08:40 +08:00
2022-02-06 00:02:30 +00: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
2021-07-07 18:51:40 -07:00
2022-01-29 15:19:29 -05:00
2022-01-27 14:56:18 +01:00
2022-01-11 14:14:17 +01:00
2021-09-15 21:19:22 +01:00
2022-01-29 19:49:37 +01:00
2021-07-07 18:51:40 -07:00
2022-01-31 18:09:51 +01:00
2022-01-31 15:27:01 +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
2022-01-29 15:19:29 -05:00
2021-04-28 21:29:57 -04:00
2022-01-30 22:25:08 +00:00
2022-01-11 14:14:17 +01:00
2022-02-04 09:23:54 +08:00
2021-05-09 17:08:21 -04:00
2021-09-10 08:48:27 +02:00
2022-01-23 18:38:41 +01:00
2022-02-04 22:17:25 +08:00
2022-01-11 14:14:17 +01:00
2021-10-05 15:37:39 -07:00
2022-01-29 23:15:22 +00:00
2021-09-13 06:05:27 -07:00
2021-02-17 23:54:40 -05:00
2021-11-17 10:02:59 +01:00
2021-10-05 14:12:16 +02:00
2022-01-29 19:49:37 +01:00
2022-01-29 19:49:37 +01:00
2021-12-25 11:31:54 +08:00
2021-04-29 21:08:09 -04:00
2021-12-18 08:54:07 -07:00
2021-09-10 08:48:27 +02:00
2021-07-07 18:51:40 -07:00
2019-08-02 16:20:22 +02:00
2021-12-22 15:03:32 -05: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
2021-07-07 18:51:40 -07:00
2022-01-04 11:07:40 -07:00
2022-01-29 23:15:22 +00:00
2021-11-08 00:10:44 +01:00
2022-01-17 18:28:23 +00:00
2021-04-27 09:21:31 -04:00
2021-06-27 15:30:09 -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
2022-01-03 14:52:01 +01: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
2020-01-26 17:30:47 -08:00
2021-10-17 22:04:53 +08:00
2021-05-01 22:29:03 -04:00
2021-04-27 09:21:33 -04:00
2019-11-01 13:43:20 +09: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
2022-02-07 17:20:49 +00:00
2021-05-18 22:47:17 +02:00
2021-04-27 09:21:34 -04:00
2021-07-07 18:51:40 -07:00
2022-01-03 14:52:01 +01:00
2022-01-17 11:58:36 +01:00
2021-05-01 23:19:57 -04:00
2022-02-05 14:01:00 +00:00
2022-01-22 11:57:06 +09:00
2022-01-11 14:14:17 +01:00