neovim/runtime/doc
github-actions[bot] 5dcf2c77a9
refactor(diagnostic): remove bufnr parameter from open_float (#16587)
The overwhelming majority of use cases for `open_float` are to view
diagnostics from the current buffer in a floating window. Thus, most use
cases will just `0` or `nil` as the first argument, which makes the
argument effectively useless and wasteful.

In the cause of optimizing for the primary use case, make the `bufnr`
parameter an optional parameter in the options table. This still allows
using an alternative buffer for those that wish to do so, but makes the
"primary" use case much easier.

The old signature is preserved for backward compatibility, though it can
likely be fully deprecated at some point.
2021-12-08 18:46:30 -07:00
..
api.txt docs: regenerate (#16390) 2021-11-27 11:26:49 -05:00
arabic.txt vim-patch:4d8f476176ea (#15612) 2021-09-10 08:48:27 +02:00
autocmd.txt chore: fix typos (#16361) 2021-11-27 11:10:48 -05:00
change.txt vim-patch:2286304cdbba 2021-10-16 18:03:51 +02:00
channel.txt doc: port prompt-buffer section (#14342) 2021-04-14 20:39:37 +02:00
cmdline.txt vim-patch:partial 6aa57295cfbe (#15633) 2021-09-12 11:02:33 +02: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 docs(develop.txt): nvim_open_win is now in win_config.c (#15909) 2021-10-04 20:10:07 -06:00
diagnostic.txt refactor(diagnostic): remove bufnr parameter from open_float (#16587) 2021-12-08 18:46:30 -07:00
diff.txt vim-patch:d2ea7cf10a4d #15571 2021-09-08 07:24:12 -07:00
digraph.txt doc: remove mentions of compile-time flags #14935 2021-07-07 18:51:40 -07:00
editing.txt docs: clarify chdir/CWD behaviors #16083 2021-10-19 07:37:11 -07:00
eval.txt chore: fix typos 2021-11-30 09:03:41 +01:00
filetype.txt vim-patch:8.2.3686: filetype detection often mixes up Forth and F# 2021-11-27 19:21:57 +01:00
fold.txt vim-patch:partial 53f7fccc9413 (#15631) 2021-09-11 16:47:45 +02: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 docs: update missing help sections from main help page (#16578) 2021-12-08 10:00:25 -07:00
helphelp.txt vim-patch:88a4205f1cfb (#16399) 2021-11-22 10:53:57 +01:00
if_cscop.txt vim-patch:91f84f6e11cd 2018-10-29 09:55:07 +01:00
if_lua.txt doc: Lua [ci skip] #11378 2019-11-17 19:06:59 -08: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:519cc559b08b (#16340) 2021-11-17 10:02:59 +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:partial 113cb513f76d (#16260) 2021-11-08 00:10:44 +01:00
index.txt vim-patch:8.2.3389: cannot stop insert mode completion without side effects #15538 2021-09-10 17:14:32 -07:00
insert.txt vim-patch:8.2.3528: 'thesaurus' and 'thesaurusfunc' do not have the same scope 2021-11-06 14:24:46 +01:00
intro.txt docs(intro.txt): change vimhelp.appspot.com to vimhelp.org (#15915) 2021-10-05 06:49:15 -06:00
job_control.txt fix(doc): various fixes #15604 2021-09-09 00:37:59 -07:00
lsp-extension.txt lsp: vim.lsp.diagnostic (#12655) 2020-11-12 22:21:34 -05:00
lsp.txt docs(lsp): fix resolve_capabilities docstring (#16580) 2021-12-08 11:02:14 -07:00
lua.txt docs(lsp): add annotations for private functions 2021-11-30 09:03:41 +01: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 re-integrate runtime/ vim-patch:0 #938 2014-07-29 02:12:31 +00:00
map.txt vim-patch:88a4205f1cfb (#16399) 2021-11-22 10:53:57 +01:00
mbyte.txt fix(vim-patch): add missing nginx runtime files (#15916) 2021-10-05 15:19:16 +02:00
message.txt vim-patch:7e6a515ed14e 2021-05-01 22:29:03 -04: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
msgpack_rpc.txt doc: Lua [ci skip] #11378 2019-11-17 19:06:59 -08:00
nvim_terminal_emulator.txt fix: set cursorlineopt=number in terminal mode (#15493) 2021-10-06 16:31:14 -06:00
nvim.txt doc [ci skip] 2019-03-26 19:55:33 +01:00
options.txt vim-patch:8.2.3522: cannot use \x and \u when setting 'listchars' (#16049) 2021-11-17 20:55:59 -05:00
pattern.txt vim-patch:2286304cdbba 2021-10-16 18:03:51 +02: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: fix typos (#16361) 2021-11-27 11:10:48 -05: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 runtime: Include vim-tutor-mode 2015-08-15 15:25:30 -03:00
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 docs #15625 2021-09-10 06:59:17 -07:00
quickfix.txt vim-patch:d2ea7cf10a4d #15571 2021-09-08 07:24:12 -07:00
quickref.txt vim-patch:8.2.3520: cannot define a function for thesaurus completion 2021-10-23 22:30:50 +02: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 refactor(runtime): always use DIP_START when searching for runtime files 2021-09-18 13:53:50 +02: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:partial 6aa57295cfbe (#15633) 2021-09-12 11:02:33 +02:00
spell.txt vim-patch:d2ea7cf10a4d #15571 2021-09-08 07:24:12 -07:00
starting.txt feat(startup): load builtin plugins with --clean #15893 2021-10-04 07:01:49 -07:00
syntax.txt vim-patch:8.2.3686: filetype detection often mixes up Forth and F# 2021-11-27 19:21:57 +01: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 vim-patch:8024f9363683 2021-04-27 09:21:34 -04:00
testing.txt vim-patch:partial 6aa57295cfbe (#15633) 2021-09-12 11:02:33 +02:00
tips.txt vim-patch:partial 113cb513f76d (#16260) 2021-11-08 00:10:44 +01:00
treesitter.txt docs: regenerate (#16390) 2021-11-27 11:26:49 -05: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 #15625 2021-09-10 06:59:17 -07: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.1.1291: not easy to change directory and restore 2021-10-17 22:04:53 +08: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 vim-patch:e7b1ea0276cc 2021-04-29 20:42:16 -04:00
various.txt docs: update description for 'list' option (#16254) 2021-11-08 08:22:53 -07:00
vi_diff.txt vim-patch:98a29d00a48e 2021-05-01 23:19:57 -04:00
vim_diff.txt chore: fix typos (#16361) 2021-11-27 11:10:48 -05:00
visual.txt vim-patch:88a4205f1cfb (#16399) 2021-11-22 10:53:57 +01:00
windows.txt vim-patch:6c391a74fe90 (#15654) 2021-09-13 16:33:41 +02:00