From d9b43bd98ae0338c646901c830ac5677697328c9 Mon Sep 17 00:00:00 2001 From: marvim Date: Thu, 9 Nov 2023 05:29:44 +0000 Subject: [PATCH] user docu: Automatic update --- user/api.html | 10 ++++++++-- user/arabic.html | 2 +- user/autocmd.html | 2 +- user/builtin.html | 2 +- user/change.html | 2 +- user/channel.html | 2 +- user/cmdline.html | 2 +- user/debug.html | 2 +- user/deprecated.html | 2 +- user/dev_style.html | 2 +- user/develop.html | 2 +- user/diagnostic.html | 2 +- user/diff.html | 2 +- user/digraph.html | 2 +- user/editing.html | 2 +- user/editorconfig.html | 2 +- user/eval.html | 2 +- user/filetype.html | 2 +- user/fold.html | 2 +- user/ft_ada.html | 2 +- user/ft_ps1.html | 2 +- user/ft_raku.html | 2 +- user/ft_rust.html | 2 +- user/ft_sql.html | 2 +- user/gui.html | 2 +- user/hebrew.html | 2 +- user/helphelp.html | 2 +- user/if_perl.html | 2 +- user/if_pyth.html | 2 +- user/if_ruby.html | 2 +- user/indent.html | 2 +- user/index.html | 2 +- user/insert.html | 2 +- user/intro.html | 2 +- user/job_control.html | 2 +- user/lsp.html | 2 +- user/lua-guide.html | 2 +- user/lua.html | 2 +- user/luaref.html | 2 +- user/luvref.html | 2 +- user/map.html | 2 +- user/mbyte.html | 2 +- user/message.html | 2 +- user/mlang.html | 2 +- user/motion.html | 2 +- user/news-0.9.html | 2 +- user/news.html | 7 ++++++- user/nvim.html | 2 +- user/nvim_terminal_emulator.html | 23 ++++++++++++++++------- user/options.html | 6 ++---- user/pattern.html | 2 +- user/pi_gzip.html | 2 +- user/pi_health.html | 2 +- user/pi_msgpack.html | 2 +- user/pi_netrw.html | 2 +- user/pi_paren.html | 2 +- user/pi_spec.html | 2 +- user/pi_tar.html | 2 +- user/pi_tutor.html | 2 +- user/pi_zip.html | 2 +- user/provider.html | 2 +- user/quickfix.html | 2 +- user/quickref.html | 2 +- user/recover.html | 2 +- user/remote.html | 2 +- user/remote_plugin.html | 2 +- user/repeat.html | 2 +- user/rileft.html | 2 +- user/russian.html | 2 +- user/scroll.html | 2 +- user/sign.html | 2 +- user/spell.html | 2 +- user/starting.html | 2 +- user/support.html | 2 +- user/syntax.html | 2 +- user/tabpage.html | 2 +- user/tagsrch.html | 2 +- user/term.html | 2 +- user/testing.html | 2 +- user/tips.html | 2 +- user/treesitter.html | 2 +- user/uganda.html | 2 +- user/ui.html | 2 +- user/undo.html | 2 +- user/userfunc.html | 2 +- user/usr_01.html | 2 +- user/usr_02.html | 2 +- user/usr_03.html | 2 +- user/usr_04.html | 2 +- user/usr_05.html | 2 +- user/usr_06.html | 2 +- user/usr_07.html | 2 +- user/usr_08.html | 2 +- user/usr_09.html | 2 +- user/usr_10.html | 2 +- user/usr_11.html | 2 +- user/usr_12.html | 2 +- user/usr_20.html | 2 +- user/usr_21.html | 2 +- user/usr_22.html | 2 +- user/usr_23.html | 2 +- user/usr_24.html | 2 +- user/usr_25.html | 2 +- user/usr_26.html | 2 +- user/usr_27.html | 2 +- user/usr_28.html | 2 +- user/usr_29.html | 2 +- user/usr_30.html | 2 +- user/usr_31.html | 2 +- user/usr_32.html | 2 +- user/usr_40.html | 2 +- user/usr_41.html | 2 +- user/usr_42.html | 2 +- user/usr_43.html | 2 +- user/usr_44.html | 2 +- user/usr_45.html | 2 +- user/usr_toc.html | 2 +- user/various.html | 2 +- user/vi_diff.html | 2 +- user/vim_diff.html | 5 +---- user/vimindex.html | 2 +- user/visual.html | 2 +- user/windows.html | 2 +- 123 files changed, 151 insertions(+), 136 deletions(-) diff --git a/user/api.html b/user/api.html index 85b71926f26e..c078882e750a 100644 --- a/user/api.html +++ b/user/api.html @@ -3829,6 +3829,12 @@

Extmark Functions undo_restore : Restore the exact position of the mark if + text around the mark was deleted and then restored by + undo. Defaults to true. +
invalidate : boolean that indicates whether to hide the + extmark if the entirety of its range is deleted. If + "undo_restore" is false, the extmark is deleted instead.
priority: a priority value for the highlight group or sign attribute. For example treesitter highlighting uses a value of 100. @@ -3921,7 +3927,7 @@

Extmark Functionsnvim_buf_set_extmark() can be called to add marks on a per-window or per-lines basis. Use the ephemeral key to only use the mark for the current screen redraw (the callback will be called again for the next - redraw ). + redraw).

@@ -5177,7 +5183,7 @@

UI Functions
- Generated at 2023-11-08 05:23 from 3d8f0cb + Generated at 2023-11-09 05:29 from 43b0e27
parse_errors: 0 (report docs bug...) | Introduction