neovim/runtime/doc
Sean Dewar fba00b5e7e
vim-patch:8.2.1665: cannot do fuzzy string matching
Problem:    Cannot do fuzzy string matching.
Solution:   Add matchfuzzy(). (Yegappan Lakshmanan, closes vim/vim#6932)
635414dd2f

Adjust Test_matchfuzzy's 2nd assert to expect the last error thrown, as
v8.2.1183 hasn't been ported yet (to be honest, the error message is kinda weird
if the 2nd argument is not convertible to string). We can still port this fully
as porting v8.2.1183 would require removing this change to pass CI.
2022-02-07 17:19:59 +00:00
..
api.txt docs: regenerate [skip ci] 2022-01-17 18:28:23 +00:00
arabic.txt vim-patch:4d8f476176ea (#15612) 2021-09-10 08:48:27 +02:00
autocmd.txt vim-patch:fd31be29b822 (#17114) 2022-01-17 11:58:36 +01:00
builtin.txt vim-patch:8.2.1665: cannot do fuzzy string matching 2022-02-07 17:19:59 +00:00
change.txt vim-patch:partial:f10911e5db16 (#17248) 2022-01-31 15:27:01 +01:00
channel.txt chore: fix typos (#16816) 2022-01-04 11:07:40 -07:00
cmdline.txt vim-patch:8.2.0208: fnamemodify() does not apply ":~" when followed by ":." 2022-02-07 06:48:10 +08:00
debug.txt vim-patch:8.1.1306: Borland support is outdated and doesn't work 2019-05-09 20:27:11 -04:00
deprecated.txt docs: mention replacement for deprecated vim.lsp.diagnostic.show_* (#16211) 2021-11-02 16:24:05 +01:00
dev_style.txt doc(dev_style.txt): misc updates 2021-09-23 06:59:30 -07:00
develop.txt chore: fix typos (#16816) 2022-01-04 11:07:40 -07:00
diagnostic.txt feat(diagnostic): allow retrieving current diagnostic config 2022-01-11 16:46:42 -07:00
diff.txt vim-patch:6f4754b9f725 (#17179) 2022-01-23 18:38:41 +01:00
digraph.txt doc: remove mentions of compile-time flags #14935 2021-07-07 18:51:40 -07:00
editing.txt vim-patch:8.2.3219: :find searches non-existing directories 2022-02-01 17:08:40 +08:00
eval.txt Merge pull request #16862 from seandewar/vim-8.2.2658 2022-02-06 00:02:30 +00:00
filetype.txt vim-patch:6f4754b9f725 (#17179) 2022-01-23 18:38:41 +01:00
fold.txt vim-patch:6f4754b9f725 (#17179) 2022-01-23 18:38:41 +01:00
ft_ada.txt vim-patch:d2f3a8b87873 2018-10-29 09:32:29 +01:00
ft_ps1.txt vim-patch:4d8f476176ea (#15612) 2021-09-10 08:48:27 +02:00
ft_raku.txt vim-patch:4d8f476176ea (#15612) 2021-09-10 08:48:27 +02:00
ft_rust.txt vim-patch:d473c8c10126 2018-10-29 10:01:44 +01:00
ft_sql.txt vim-patch:d2ea7cf10a4d #15571 2021-09-08 07:24:12 -07:00
gui.txt doc: remove mentions of compile-time flags #14935 2021-07-07 18:51:40 -07:00
hebrew.txt vim-patch:91f84f6e11cd 2018-10-29 09:55:07 +01:00
help.txt vim-patch:8.2.3917: the eval.txt help file is way too big 2022-01-29 15:19:29 -05:00
helphelp.txt docs(helphelp): remove extra backtick interference (#17201) 2022-01-27 14:56:18 +01:00
if_cscop.txt vim-patch:2f0936cb9a2e (#17007) 2022-01-11 14:14:17 +01:00
if_perl.txt vim-patch:8.1.0735: cannot handle binary data 2021-09-15 21:19:22 +01:00
if_pyth.txt feat(provider)!: remove support for python2 and python3.[3-5] 2022-01-29 19:49:37 +01:00
if_ruby.txt doc: remove mentions of compile-time flags #14935 2021-07-07 18:51:40 -07:00
indent.txt vim-patch:c4573eb12dba (#17258) 2022-01-31 18:09:51 +01:00
index.txt vim-patch:partial:f10911e5db16 (#17248) 2022-01-31 15:27:01 +01:00
insert.txt vim-patch:2f0936cb9a2e (#17007) 2022-01-11 14:14:17 +01:00
intro.txt refactor: remove the <xCSI> key 2022-01-21 18:08:56 +08:00
job_control.txt fix(doc): various fixes #15604 2021-09-09 00:37:59 -07:00
lsp-extension.txt chore: fix typos (#16816) 2022-01-04 11:07:40 -07:00
lsp.txt docs: regenerate [skip ci] 2022-01-17 18:28:23 +00:00
lua.txt vim-patch:8.2.3917: the eval.txt help file is way too big 2022-01-29 15:19:29 -05:00
Makefile build/doc: generate vimindex.html 2018-08-25 15:25:49 +02:00
makehtml.awk vim-patch:388a5d4f20b4 2021-04-28 21:29:57 -04:00
maketags.awk
map.txt vim-patch:8.2.3433: :delcommand does not take a -buffer option 2022-01-30 22:25:08 +00:00
mbyte.txt vim-patch:2f0936cb9a2e (#17007) 2022-01-11 14:14:17 +01:00
message.txt vim-patch:8.2.3797: no good reason to limit the message history in tiny version 2022-02-04 09:23:54 +08:00
mlang.txt Merge pull request #14403 from seandewar/vim-8.2.1933 2021-05-09 17:08:21 -04:00
motion.txt vim-patch:4d8f476176ea (#15612) 2021-09-10 08:48:27 +02:00
nvim_terminal_emulator.txt vim-patch:6f4754b9f725 (#17179) 2022-01-23 18:38:41 +01:00
nvim.txt doc [ci skip] 2019-03-26 19:55:33 +01:00
options.txt vim-patch:8.2.1128: the write message mentions characters, but it's bytes 2022-02-04 22:17:25 +08:00
pattern.txt vim-patch:2f0936cb9a2e (#17007) 2022-01-11 14:14:17 +01:00
pi_gzip.txt vim-patch:91f84f6e11cd 2018-10-29 09:55:07 +01:00
pi_health.txt fix(checkhealth): mitigate issues with duplicate healthchecks #15919 2021-10-05 15:37:39 -07:00
pi_msgpack.txt chore: typo fixes (#16921) 2022-01-29 23:15:22 +00:00
pi_netrw.txt vim-patch:89a9c159f23f #15641 2021-09-13 06:05:27 -07:00
pi_paren.txt vim-patch:91f84f6e11cd 2018-10-29 09:55:07 +01:00
pi_spec.txt vim-patch:91f84f6e11cd 2018-10-29 09:55:07 +01:00
pi_tar.txt runtime/tar: 8024f936368336241406137a2fa78ed5ee9000a6 2021-02-17 23:54:40 -05:00
pi_tutor.txt
pi_zip.txt vim-patch:519cc559b08b (#16340) 2021-11-17 10:02:59 +01:00
print.txt vim-patch:6e649224926b (#15911) 2021-10-05 14:12:16 +02:00
provider.txt feat(provider)!: remove support for python2 and python3.[3-5] 2022-01-29 19:49:37 +01:00
quickfix.txt feat(provider)!: remove support for python2 and python3.[3-5] 2022-01-29 19:49:37 +01:00
quickref.txt vim-patch:8.2.3780: ":cd" works differently on MS-Windows 2021-12-25 11:31:54 +08:00
recover.txt vim-patch:3d1cde8a2f28 2021-04-29 21:08:09 -04:00
remote_plugin.txt doc [ci skip] 2019-03-26 19:55:33 +01:00
repeat.txt docs(autocmd): update docs to match implementation 2021-12-18 08:54:07 -07:00
rileft.txt vim-patch:4d8f476176ea (#15612) 2021-09-10 08:48:27 +02:00
russian.txt doc: remove mentions of compile-time flags #14935 2021-07-07 18:51:40 -07:00
scroll.txt vim-patch:68e6560b84f1 2019-08-02 16:20:22 +02:00
sign.txt vim-patch:8.2.3874: cannot highlight the number column for a sign 2021-12-22 15:03:32 -05:00
spell.txt vim-patch:d2ea7cf10a4d #15571 2021-09-08 07:24:12 -07:00
starting.txt vim-patch:6f4754b9f725 (#17179) 2022-01-23 18:38:41 +01:00
syntax.txt chore: typo fixes (#16921) 2022-01-29 23:15:22 +00:00
tabpage.txt vim-patch:ebdf3c964a90 2021-04-27 09:21:35 -04:00
tagsrch.txt doc: remove mentions of compile-time flags #14935 2021-07-07 18:51:40 -07:00
term.txt chore: fix typos (#16816) 2022-01-04 11:07:40 -07:00
testing.txt chore: typo fixes (#16921) 2022-01-29 23:15:22 +00:00
tips.txt vim-patch:partial 113cb513f76d (#16260) 2021-11-08 00:10:44 +01:00
treesitter.txt docs: regenerate [skip ci] 2022-01-17 18:28:23 +00:00
uganda.txt vim-patch:664f3cf3f21d 2021-04-27 09:21:31 -04:00
ui.txt [RDY] Add buffer information to tabline_update (#12481) 2021-06-27 15:30:09 -04:00
undo.txt vim-patch:1b884a005398 2021-05-01 22:29:03 -04:00
usr_01.txt vim-patch:0c0734d527a1 2021-04-27 09:21:30 -04:00
usr_02.txt vim-patch:4c295027a426 2021-05-02 13:00:38 -04:00
usr_03.txt vim-patch:82be4849eed0 2021-05-01 23:19:57 -04:00
usr_04.txt vim-patch:9faec4e3d439 2021-05-02 10:23:35 -04:00
usr_05.txt docs(usr_05): fix section numbers (#16886) 2022-01-03 14:52:01 +01:00
usr_06.txt vim-patch:61da1bfa6c6b 2019-08-02 16:20:22 +02:00
usr_07.txt vim-patch:191acfdecabf 2021-04-27 21:47:42 -04:00
usr_08.txt vim-patch:d2ea7cf10a4d #15571 2021-09-08 07:24:12 -07:00
usr_09.txt vim-patch:d2ea7cf10a4d #15571 2021-09-08 07:24:12 -07:00
usr_10.txt vim-patch:7ceefb35c811 2021-04-28 21:29:56 -04:00
usr_11.txt vim-patch:cb80aa2d53e5 2021-05-01 22:29:02 -04:00
usr_12.txt vim-patch:11e3c5ba8203 2021-05-02 12:53:49 -04:00
usr_20.txt vim-patch:88a4205f1cfb (#16399) 2021-11-22 10:53:57 +01:00
usr_21.txt mksession: always unix slashes "/" for filepaths 2020-01-26 17:30:47 -08:00
usr_22.txt vim-patch:8.1.1291: not easy to change directory and restore 2021-10-17 22:04:53 +08:00
usr_23.txt vim-patch:4072ba571bab 2021-05-01 22:29:03 -04:00
usr_24.txt vim-patch:5666fcd0bd79 2021-04-27 09:21:33 -04:00
usr_25.txt vim-patch:8.1.2231: introduce gM command #11321 2019-11-01 13:43:20 +09:00
usr_26.txt vim-patch:d473c8c10126 2018-10-29 10:01:44 +01:00
usr_27.txt vim-patch:2547aa930b59 2021-04-29 09:27:19 -04:00
usr_28.txt vim-patch:d473c8c10126 2018-10-29 10:01:44 +01:00
usr_29.txt vim-patch:d473c8c10126 2018-10-29 10:01:44 +01:00
usr_30.txt vim-patch:e7b1ea0276cc 2021-04-29 20:42:16 -04:00
usr_31.txt vim-patch:e7b1ea0276cc 2021-04-29 20:42:16 -04:00
usr_32.txt vim-patch:d473c8c10126 2018-10-29 10:01:44 +01:00
usr_40.txt vim-patch:e7b1ea0276cc 2021-04-29 20:42:16 -04:00
usr_41.txt vim-patch:8.2.1665: cannot do fuzzy string matching 2022-02-07 17:19:59 +00:00
usr_42.txt docs: fix some remanining cases of gender pronoun for "the user" 2021-05-18 22:47:17 +02:00
usr_43.txt doc [ci skip] 2019-03-26 19:55:33 +01:00
usr_44.txt vim-patch:8024f9363683 2021-04-27 09:21:34 -04:00
usr_45.txt doc: remove mentions of compile-time flags #14935 2021-07-07 18:51:40 -07:00
usr_toc.txt docs(usr_05): fix section numbers (#16886) 2022-01-03 14:52:01 +01:00
various.txt vim-patch:fd31be29b822 (#17114) 2022-01-17 11:58:36 +01:00
vi_diff.txt vim-patch:98a29d00a48e 2021-05-01 23:19:57 -04:00
vim_diff.txt vim-patch:8.2.0233: crash when using garbagecollect() in between rand() 2022-02-05 14:01:00 +00:00
visual.txt vim-patch:8.2.4160: cannot change the register used for Select mode delete 2022-01-22 11:57:06 +09:00
windows.txt vim-patch:2f0936cb9a2e (#17007) 2022-01-11 14:14:17 +01:00