neovim/runtime/doc
zeertzjq e7020306a1
feat(jumplist): allow opting out of removing unloaded buffers (#29347)
Problem:  Cannot opt out of removing unloaded buffers from the jumplist.
Solution: Only enable that with "unload" flag in 'jumpoptions'.
2024-06-30 06:40:31 +08:00
..
api.txt docs: misc (#29229) 2024-06-15 07:04:27 +08:00
arabic.txt
autocmd.txt vim-patch:9.1.0511: CursorMovedC triggered wrongly with setcmdpos() 2024-06-21 14:13:33 +08:00
backers.txt
builtin.txt refactor(typval)!: remove distinction of binary and nonbinary strings 2024-06-27 11:04:04 +02:00
change.txt vim-patch:ecd642a: runtime(doc): clarify, that register 1-9 will always be shifted (#29476) 2024-06-25 06:18:57 +08:00
channel.txt
cmdline.txt
debug.txt
deprecated.txt fix(lsp): revert buf_versions deprecation/replacement (#29217) 2024-06-07 11:36:46 +02:00
dev_style.txt docs: news 2024-05-15 23:19:26 +02:00
dev_theme.txt docs: news 2024-05-15 23:19:26 +02:00
dev_tools.txt docs: how to get core dump files #28826 2024-05-21 09:31:28 -07:00
dev_vimpatch.txt refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422) 2024-04-20 19:31:00 +08:00
develop.txt docs: extract health to its own file 2024-05-24 11:07:30 +02:00
diagnostic.txt refactor(lua): improve type annotations 2024-06-11 12:45:43 +01:00
diff.txt
digraph.txt
editing.txt vim-patch:83424105cb42 (#28298) 2024-04-12 16:56:22 +08:00
editorconfig.txt feat(editorconfig): add support for spelling_language (#28638) 2024-06-06 09:16:43 -05:00
eval.txt vim-patch:53753f6a4925 (#28647) 2024-05-06 06:43:01 +08:00
faq.txt docs: nvim.appdata.xml, set faq to "flow" layout #28769 2024-05-16 01:53:33 -07:00
filetype.txt vim-patch:9.1.0505: filetype: Faust files are not recognized (#29426) 2024-06-20 17:45:41 +08:00
fold.txt
ft_ada.txt
ft_hare.txt vim-patch:9.1.0442: hare runtime files outdated (#29011) 2024-05-26 07:11:50 +08:00
ft_ps1.txt
ft_raku.txt
ft_rust.txt
ft_sql.txt docs: fix more treesitter parsing errors 2024-06-09 13:54:34 +02:00
gui.txt docs: misc (#28837) 2024-06-07 10:55:14 +08:00
health.txt docs: extract health to its own file 2024-05-24 11:07:30 +02:00
hebrew.txt
help.txt feat(help): use treesitter for table of contents 2024-06-09 13:54:34 +02:00
helphelp.txt vim-patch:c9ec20d94ea5 (#28267) 2024-04-11 07:39:29 +08:00
if_perl.txt
if_pyth.txt
if_ruby.txt
indent.txt vim-patch:53753f6a4925 (#28647) 2024-05-06 06:43:01 +08:00
index.txt docs: fix more treesitter parsing errors 2024-06-09 13:54:34 +02:00
insert.txt
intro.txt vim-patch:c9ec20d94ea5 (#28267) 2024-04-11 07:39:29 +08:00
job_control.txt
lsp.txt feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323 2024-06-24 07:54:56 -07:00
lua-guide.txt docs: misc (#28837) 2024-06-07 10:55:14 +08:00
lua.txt docs(news): fix inconsistencies (#29381) 2024-06-18 07:00:32 +08:00
luaref.txt
luvref.txt
map.txt docs: misc (#28837) 2024-06-07 10:55:14 +08:00
mbyte.txt vim-patch:9c4389a: runtime(doc): Fix small style issues (#29263) 2024-06-10 06:47:30 +08:00
message.txt
mlang.txt
motion.txt
news-0.9.txt build(vim-patch.sh): don't ignore changes to version*.txt (#29425) 2024-06-20 20:16:53 +08:00
news-0.10.txt feat: get/set namespace properties #28728 2024-06-07 08:33:40 -07:00
news.txt refactor(typval)!: remove distinction of binary and nonbinary strings 2024-06-27 11:04:04 +02:00
nvim_terminal_emulator.txt vim-patch:partial:9.1.0497: termdebug can be further improved 2024-06-19 21:23:21 +08:00
nvim.txt
options.txt feat(jumplist): allow opting out of removing unloaded buffers (#29347) 2024-06-30 06:40:31 +08:00
pattern.txt vim-patch:26de90c: runtime(nohlsearch): include the the simple nohlsearch package 2024-06-18 23:59:39 +02:00
pi_gzip.txt
pi_msgpack.txt
pi_netrw.txt vim-patch:1c5728e0c4a9 (#28703) 2024-05-11 18:14:03 +08:00
pi_paren.txt
pi_spec.txt
pi_tar.txt vim-patch:1c5728e0c4a9 (#28703) 2024-05-11 18:14:03 +08:00
pi_tutor.txt
pi_zip.txt
provider.txt
quickfix.txt vim-patch:0ddab58: runtime(java): Add a config variable for commonly used compiler options 2024-06-16 23:24:55 +02:00
quickref.txt docs: misc (#28837) 2024-06-07 10:55:14 +08:00
recover.txt
remote_plugin.txt docs: misc #24163 2024-04-30 04:30:21 -07:00
remote.txt
repeat.txt fix(defaults): only repeat macro for each selected line if linewise (#28289) 2024-04-15 03:43:33 +08:00
rileft.txt
russian.txt
scroll.txt
sign.txt docs: misc (#28837) 2024-06-07 10:55:14 +08:00
spell.txt vim-patch:9.1.0418: Cannot move to previous/next rare word (#28822) 2024-05-18 07:09:05 +08:00
starting.txt
support.txt docs: update supported platforms 2024-04-18 23:39:26 +02:00
syntax.txt vim-patch:01a4fb1: runtime(java): Compose "g:java_highlight_signature" and "g:java_highlight_functions" 2024-06-23 12:20:08 +02:00
tabpage.txt vim-patch:fed01960d2b0 (#28764) 2024-05-16 06:07:17 +08:00
tagsrch.txt feat(defaults): use vim.diagnostic.jump() for default mappings (#29066) 2024-05-28 13:24:16 -05:00
term.txt
testing.txt
tips.txt
treesitter.txt docs: misc (#29229) 2024-06-15 07:04:27 +08:00
uganda.txt vim-patch:f7a38650eaf6 (#28465) 2024-04-23 08:20:36 +08:00
ui.txt docs: misc #24163 2024-04-30 04:30:21 -07:00
undo.txt
userfunc.txt
usr_01.txt vim-patch:1c5728e0c4a9 (#28703) 2024-05-11 18:14:03 +08:00
usr_02.txt
usr_03.txt
usr_04.txt
usr_05.txt vim-patch:aeca717: runtime(nohlsearch): simplify mapping 2024-06-19 22:50:54 +02:00
usr_06.txt
usr_07.txt
usr_08.txt
usr_09.txt
usr_10.txt
usr_11.txt
usr_12.txt
usr_20.txt
usr_21.txt fix(gen_help_html): handle delimiter, heading #29415 2024-06-19 09:45:40 -07:00
usr_22.txt
usr_23.txt
usr_24.txt
usr_25.txt
usr_26.txt
usr_27.txt
usr_28.txt
usr_29.txt docs: fix more treesitter parsing errors 2024-06-09 13:54:34 +02:00
usr_30.txt vim-patch:04e1aaa94e3b (#28570) 2024-04-30 05:54:03 +08:00
usr_31.txt
usr_32.txt
usr_40.txt
usr_41.txt vim-patch:9.1.0394: Cannot get a list of positions describing a region 2024-05-20 20:50:08 +08:00
usr_42.txt
usr_43.txt
usr_44.txt
usr_45.txt
usr_toc.txt
various.txt vim-patch:ca47114: runtime(doc): improve the vim-shebang example (#29382) 2024-06-18 07:11:17 +08:00
vi_diff.txt
vim_diff.txt feat(jumplist): allow opting out of removing unloaded buffers (#29347) 2024-06-30 06:40:31 +08:00
visual.txt fix(defaults): only repeat macro for each selected line if linewise (#28289) 2024-04-15 03:43:33 +08:00
vvars.txt feat(complete): specify reason for CompleteDone 2024-05-24 11:57:46 +02:00
windows.txt