neovim/runtime
bfredl 68cb4a7405 feat(extmarks): add "undo_restore" flag to opt out of undo-restoring
It is a design goal of extmarks that they allow precise tracking
of changes across undo/redo, including restore the exact positions
after a do/undo or undo/redo cycle. However this behavior is not useful
for all usecases. Many plugins won't keep marks around for long after
text changes, but uses them more like a cache until some external source
(like LSP semantic highlights) has fully updated to changed text and
then will explicitly readjust/replace extmarks as needed.

Add a "undo_restore" flag which is true by default (matches existing
behavior) but can be set to false to opt-out of this behavior.

Delete dead u_extmark_set() code.
2023-11-05 12:18:29 +01:00
..
autoload vim-patch:650dcfc8d12e 2023-10-28 00:24:40 +02:00
colors vim-patch:dbf749bd5aae (#25665) 2023-10-16 16:36:25 +08:00
compiler vim-patch:fc93594d562d 2023-09-13 17:23:45 +02:00
doc feat(extmarks): add "undo_restore" flag to opt out of undo-restoring 2023-11-05 12:18:29 +01:00
ftplugin vim-patch:7b7cda67a124 2023-10-27 10:06:52 +02:00
indent vim-patch:dbf749bd5aae (#25665) 2023-10-16 16:36:25 +08:00
keymap vim-patch:dbf749bd5aae (#25665) 2023-10-16 16:36:25 +08:00
lua docs(treesitter): add disclaimer about needing to parse before get_node() 2023-11-04 14:55:44 +01:00
macros vim-patch:e8d6f03f6a61 2023-08-23 20:36:16 +01:00
pack/dist/opt docs: small fixes (#25831) 2023-11-03 07:22:02 +08:00
plugin vim-patch:d3e277f279ed (#25734) 2023-10-21 18:04:08 +08:00
queries feat(lsp): use treesitter for stylize markdown 2023-09-19 14:47:37 +01:00
spell
syntax vim-patch:ce3b0136c6d9 2023-11-04 12:55:54 +01:00
tools
tutor fix(tutor): Tutor steps don't work on Windows #25251 2023-09-26 06:31:35 -07:00
CMakeLists.txt refactor(build): move the last generator from scripts/ to src/nvim/generators 2023-04-21 16:46:35 +02:00
delmenu.vim vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
filetype.lua fix(filetype): make sure buffer is valid before call nvim_buf_call (#24922) 2023-08-30 10:14:58 -05:00
ftoff.vim vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
ftplugin.vim vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
ftplugof.vim vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
indent.vim vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
indoff.vim vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
macmap.vim
makemenu.vim vim-patch:dbf749bd5aae (#25665) 2023-10-16 16:36:25 +08:00
menu.vim vim-patch:e059fae10044 2023-08-24 11:33:06 +09:00
mswin.vim vim-patch:e978b4534a5e (#24697) 2023-08-13 13:25:10 +01:00
neovim.ico
nvim.appdata.xml NVIM v0.9.0 2023-04-07 13:26:29 +02:00
nvim.desktop
nvim.png
optwin.vim vim-patch:0b8b145bf8bf 2023-08-31 10:58:54 +02:00
synmenu.vim vim-patch:dbf749bd5aae (#25665) 2023-10-16 16:36:25 +08:00