neovim/runtime/doc
2022-09-22 14:17:49 +01:00
..
api.txt docs(autocmds): re-add buffer param to docstring (#20204) 2022-09-16 09:18:42 +02:00
arabic.txt feat: add support for global statusline 2022-03-18 00:21:41 +06:00
autocmd.txt vim-patch:partial 0daafaa7d99e (#20083) 2022-09-06 08:57:53 +02:00
builtin.txt vim-patch:9.0.0449: there is no easy way to translate a key code into a string (#20168) 2022-09-13 06:23:33 +08:00
change.txt vim-patch:9712ff1288f9 (#20240) 2022-09-18 15:20:20 +02:00
channel.txt vim-patch:partial 1588bc8ebee2 (#17657) 2022-03-09 08:44:28 +01:00
cmdline.txt vim-patch:8.2.4726: cannot use expand() to get the script name 2022-08-23 17:47:46 +08:00
debug.txt
deprecated.txt docs(deprecated): alternatives for $NVIM_LISTEN_ADDRESS 2022-06-21 10:25:44 +02:00
dev_style.txt docs: documenting struct members inline #18783 2022-06-06 05:30:48 -07:00
develop.txt docs: update dev-api to include "create" 2022-04-10 20:45:17 -06:00
diagnostic.txt feat(diagnostic): pass diagnostics as data to DiagnosticChanged autocmd (#20173) 2022-09-13 08:33:39 -06:00
diff.txt vim-patch:c51cf0329809 (#17530) 2022-02-27 11:56:30 +01:00
digraph.txt vim-patch:8.2.3226: new digraph functions use old naming scheme 2022-04-12 21:26:46 +08:00
editing.txt vim-patch:8.2.3888: the argument list may contain duplicates (#19795) 2022-08-16 15:29:36 +08:00
eval.txt vim-patch:partial 0daafaa7d99e (#20083) 2022-09-06 08:57:53 +02:00
filetype.txt feat(Man): port to Lua (#19912) 2022-09-02 15:20:29 +01:00
fold.txt vim-patch:c51cf0329809 (#17530) 2022-02-27 11:56:30 +01:00
ft_ada.txt vim-patch:47c532e2bc55 (#17780) 2022-03-20 10:48:10 +01:00
ft_ps1.txt vim-patch:4d8f476176ea (#15612) 2021-09-10 08:48:27 +02:00
ft_raku.txt vim-patch:c51cf0329809 (#17530) 2022-02-27 11:56:30 +01:00
ft_rust.txt vim-patch:c51cf0329809 (#17530) 2022-02-27 11:56:30 +01:00
ft_sql.txt vim-patch:b529cfbd04c0 (#19501) 2022-07-26 11:26:23 +02:00
gui.txt vim-patch:8.2.0385: menu functionality insufficiently tested 2022-08-05 06:47:24 +08:00
hebrew.txt
help.txt vim-patch:partial 0daafaa7d99e (#20083) 2022-09-06 08:57:53 +02: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 vim-patch:c51cf0329809 (#17530) 2022-02-27 11:56:30 +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:fd999452adaf (#19929) 2022-08-25 00:49:33 +02:00
index.txt vim-patch:8.2.3888: the argument list may contain duplicates (#19795) 2022-08-16 15:29:36 +08:00
insert.txt vim-patch:b529cfbd04c0 (#19501) 2022-07-26 11:26:23 +02:00
intro.txt vim-patch:9712ff1288f9 (#20240) 2022-09-18 15:20:20 +02: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(lsp): update rpc.start stdio limitations (#20120) 2022-09-08 10:25:16 -07:00
lua.txt docs(lua): correct docs for option accessor metatables (#20256) 2022-09-22 14:17:49 +01:00
luaref.txt docs(lua): add Lua 5.1 reference manual (#19663) 2022-08-08 18:58:32 +02:00
luvref.txt docs(lua): add luv (vim.loop) reference manual (#19679) 2022-08-09 13:21:50 +02:00
Makefile
makehtml.awk vim-patch:388a5d4f20b4 2021-04-28 21:29:57 -04:00
maketags.awk
map.txt vim-patch:9.0.0346: :horizontal modifier not fully supported 2022-09-01 20:28:23 +08:00
mbyte.txt vim-patch:2f0936cb9a2e (#17007) 2022-01-11 14:14:17 +01:00
message.txt chore: fix typos (#17755) 2022-03-25 19:57:59 +01: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:e1f3fd1d02e3 (#19796) 2022-08-16 09:53:04 +02:00
nvim_terminal_emulator.txt feat(terminal): implement <c-\><c-o> for terminal mode 2022-08-02 13:54:41 +02:00
nvim.txt
options.txt feat(ui): use msg_grid based implementation for cmdheight=0 2022-09-15 12:13:43 +02:00
pattern.txt feat(defaults): search selection by * and # in visual mode (#18538) 2022-05-13 08:28:10 +08:00
pi_gzip.txt
pi_health.txt refactor(checkhealth)!: rename to vim.health, move logic to Lua #18720 2022-05-31 11:10:18 -07:00
pi_msgpack.txt chore: typo fixes (#16921) 2022-01-29 23:15:22 +00:00
pi_netrw.txt vim-patch:b529cfbd04c0 (#19501) 2022-07-26 11:26:23 +02:00
pi_paren.txt
pi_spec.txt
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:c51cf0329809 (#17530) 2022-02-27 11:56:30 +01:00
provider.txt feat(provider)!: remove support for python2 and python3.[3-5] 2022-01-29 19:49:37 +01:00
quickfix.txt vim-patch:0d878b95d8f9 (#19197) 2022-07-02 11:06:03 +02:00
quickref.txt vim-patch:088e8e344352 2022-09-04 18:39:55 +08:00
recover.txt refactor: remove cpo-& behavior (#17745) 2022-03-23 19:52:50 +08:00
remote_plugin.txt
remote.txt chore: fix typos (#17670) 2022-03-17 13:21:24 +08:00
repeat.txt feat(test): use nvim_exec in helpers.source() #16064 2022-03-27 10:25:55 -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 feat: add 'mousescroll' option (#12355) 2022-07-06 19:34:24 +08:00
sign.txt vim-patch:c51cf0329809 (#17530) 2022-02-27 11:56:30 +01:00
spell.txt vim-patch:9712ff1288f9 (#20240) 2022-09-18 15:20:20 +02:00
starting.txt feat(defaults): mouse=nvi #19290 2022-07-17 04:14:04 -07:00
syntax.txt feat(highlight)!: error on invalid names and allow '.' and '@' 2022-08-24 17:13:18 +01:00
tabpage.txt vim-patch:partial:8a3b805c6c9c (#19104) 2022-06-27 10:23:09 +02:00
tagsrch.txt vim-patch:71b6d3397649 (#20144) 2022-09-10 14:54:13 +02:00
term.txt test: add tests for keypad keys from kitty keyboard protocol 2022-07-04 22:37:45 +08:00
testing.txt chore: typo fixes (#16921) 2022-01-29 23:15:22 +00:00
tips.txt vim-patch:c51cf0329809 (#17530) 2022-02-27 11:56:30 +01:00
treesitter.txt fix(treesitter): return full metadata for get_captures_at_position (#20203) 2022-09-16 09:05:05 +02:00
uganda.txt vim-patch:partial 1588bc8ebee2 (#17657) 2022-03-09 08:44:28 +01:00
ui.txt feat(ui-ext): make 'mousemoveevent' a ui_option 2022-09-04 21:18:22 +08:00
undo.txt vim-patch:b529cfbd04c0 (#19501) 2022-07-26 11:26:23 +02:00
userfunc.txt vim-patch:9712ff1288f9 (#20240) 2022-09-18 15:20:20 +02: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 docs: update explanation of Y to reflect new defaults 2022-02-24 18:13:44 +08:00
usr_05.txt docs: fix typos (#18269) 2022-06-04 11:56:36 +08:00
usr_06.txt docs: fix typos (#19024) 2022-07-31 16:46:38 +08:00
usr_07.txt docs: update explanation of Y to reflect new defaults 2022-02-24 18:13:44 +08:00
usr_08.txt feat: add support for global statusline 2022-03-18 00:21:41 +06:00
usr_09.txt vim-patch:d2ea7cf10a4d #15571 2021-09-08 07:24:12 -07:00
usr_10.txt docs: update explanation of Y to reflect new defaults 2022-02-24 18:13:44 +08: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 feat(defaults): session data in $XDG_STATE_HOME #15583 2022-05-12 07:13:45 -07: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
usr_26.txt
usr_27.txt vim-patch:2547aa930b59 2021-04-29 09:27:19 -04:00
usr_28.txt
usr_29.txt vim-patch:47c532e2bc55 (#17780) 2022-03-20 10:48:10 +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
usr_40.txt vim-patch:8cc5b559f700 (#19066) 2022-06-23 15:57:51 +02:00
usr_41.txt vim-patch:9.0.0449: there is no easy way to translate a key code into a string (#20168) 2022-09-13 06:23:33 +08:00
usr_42.txt vim-patch:8.1.0487: no menus specifically for the terminal window 2022-07-01 10:17:39 +08:00
usr_43.txt
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 feat(terminal): implement <c-\><c-o> for terminal mode 2022-08-02 13:54:41 +02:00
vi_diff.txt vim-patch:98a29d00a48e 2021-05-01 23:19:57 -04:00
vim_diff.txt feat(Man): port to Lua (#19912) 2022-09-02 15:20:29 +01:00
visual.txt fix(input): do no reinterpret mouse keys with ALT modifiers 2022-07-25 09:47:28 +08:00
windows.txt vim-patch:partial 0daafaa7d99e (#20083) 2022-09-06 08:57:53 +02:00