neovim/runtime/lua/vim
altermo e2e63bd045
fix(lua): make highlight.on_yank use win-local highlight (#27349)
Currently, highlight.on_yank() does buffer-local highlighting, this PR
makes it window scoped.

Also fix the problem that when yanking in a buffer, moving to another
buffer, and yanking before the original buffer highlight disappears, the
original buffer highlight won't disappear on timeout.
2024-02-22 16:39:32 +08:00
..
_meta feat(extmark): window scoped extmark 2024-02-21 16:11:50 +01:00
filetype vim-patch:ef387c062bb1 (#27553) 2024-02-21 06:29:53 +08:00
func feat(lua): add vim.func._memoize 2023-09-20 13:42:41 +01:00
lsp fix(lsp): add parentheses to generated union array types (#27560) 2024-02-21 12:31:56 +01:00
provider refactor: rewrite ruby provider in lua 2024-01-24 19:26:53 +01:00
treesitter fix: fix iter_matches call in query linter (#27496) 2024-02-16 14:00:19 -06:00
ui/clipboard fix(osc52): use nvim_chan_send() to stderr for copying (#26690) 2023-12-21 11:47:04 +08:00
_defaults.lua feat(terminal): respond to OSC background and foreground request (#17197) 2024-01-15 10:12:07 -06:00
_editor.lua docs: correct on_key docs (#27429) 2024-02-12 20:03:53 +08:00
_init_packages.lua fix: type warnings in shared.lua 2024-02-15 11:32:50 +00:00
_inspector.lua docs(lua): more improvements (#24387) 2023-07-18 15:42:30 +01:00
_meta.lua refactor(lsp): resolve the config-client entanglement 2024-02-13 14:49:20 +00:00
_options.lua docs: do not use deprecated functions #25334 2023-09-24 21:39:59 -07:00
_system.lua fix(vim.system): don't process non-fast events during wait() (#27300) 2024-02-02 21:52:01 +08:00
_watch.lua refactor: fix luals warnings 2023-12-30 17:40:53 +01:00
diagnostic.lua fix(lsp): send back diagnostic tags to the server 2024-02-06 12:35:31 +00:00
F.lua fix(diagnostic): typing 2024-01-16 09:33:10 +00:00
filetype.lua vim-patch:9.1.0111: filetype: no support for bats files 2024-02-15 10:01:16 +01:00
fs.lua docs: replace <pre> with ``` (#25136) 2023-09-14 08:23:01 -05:00
func.lua feat(lua): add vim.func._memoize 2023-09-20 13:42:41 +01:00
glob.lua refactor(lua): refactored glob 2024-01-19 11:54:04 +00:00
health.lua fix(doc): improve doc generation of types using lpeg 2024-01-11 16:24:12 +00:00
highlight.lua fix(lua): make highlight.on_yank use win-local highlight (#27349) 2024-02-22 16:39:32 +08:00
inspect.lua fix(inspect): escape identifiers that are lua keywords (#19898) 2022-08-23 13:02:55 +02:00
iter.lua docs(vim.iter): correct bool to boolean (#27018) 2024-01-18 07:01:57 -06:00
keymap.lua feat(lua): add noref to deepcopy 2024-01-03 19:17:52 +00:00
loader.lua fix(loader): remove cyclic dependency on vim.fs (when --luamod-dev) 2024-02-13 10:29:22 +00:00
lsp.lua refactor(lsp): resolve the config-client entanglement 2024-02-13 14:49:20 +00:00
provider.lua refactor: create function for deferred loading 2024-02-03 16:53:41 +01:00
re.lua docs: auto-generate docs for vim.lpeg and vim.re 2024-01-14 11:08:33 +00:00
secure.lua docs: fix type warnings 2023-09-23 23:46:45 +01:00
shared.lua fix: type warnings in shared.lua 2024-02-15 11:32:50 +00:00
snippet.lua fix(lsp): handle adjacent snippet tabstops 2024-02-05 15:03:46 +00:00
termcap.lua fix(termcap): set 'nested' on TermResponse autocommand 2023-12-14 11:38:34 -06:00
text.lua fix(docs): clean up non-docstring comments for vimdoc gen 2024-01-02 11:16:48 -05:00
treesitter.lua refactor: create function for deferred loading 2024-02-03 16:53:41 +01:00
ui.lua fix(vim.ui.open): use explorer.exe instead of wslview #26947 2024-02-20 09:14:50 -08:00
uri.lua docs: small fixes (#27213) 2024-02-06 19:30:02 +08:00
version.lua feat(vim.version): add vim.version.le and vim.version.ge 2024-01-21 11:41:50 +01:00
vimhelp.lua docs: apply current colorscheme to default highlight groups 2023-12-20 18:58:40 +01:00