neovim/runtime/lua/vim
Christian Clason 19aba5916a
docs(options): add codeblock annotations to options.lua (#26696)
Also consistently remove leading colons in examples

Co-authored-by: zeertzjq <zeertzjq@outlook.com>
2023-12-22 10:55:39 +01:00
..
_meta docs(options): add codeblock annotations to options.lua (#26696) 2023-12-22 10:55:39 +01:00
filetype vim-patch:9.0.2179: no filetype detection for execline scripts 2023-12-19 23:48:02 +01:00
func feat(lua): add vim.func._memoize 2023-09-20 13:42:41 +01:00
lsp refactor(lsp): move changetracking to separate file (#26577) 2023-12-17 09:54:38 +00:00
treesitter refactor(treesitter): cleanup highlighter 2023-12-20 11:55:25 +00:00
ui/clipboard fix(osc52): use nvim_chan_send() to stderr for copying (#26690) 2023-12-21 11:47:04 +08:00
_defaults.lua refactor(defaults): always set options, even if value hasn't changed (#26595) 2023-12-15 16:35:55 -06:00
_editor.lua feat(lsp): more annotations 2023-12-14 12:39:18 +00:00
_init_packages.lua feat: add vim.text module (#26069) 2023-11-16 11:35:54 -06:00
_inspector.lua docs(lua): more improvements (#24387) 2023-07-18 15:42:30 +01:00
_meta.lua feat(defaults): enable 'termguicolors' by default when supported by terminal 2023-12-06 07:57:09 -08:00
_options.lua docs: do not use deprecated functions #25334 2023-09-24 21:39:59 -07:00
_system.lua fix: windows timeouts have exit code 1 2023-09-05 17:10:04 +01:00
_watch.lua perf(lsp): use async fs_stat for file watching on linux (#26123) 2023-11-21 17:46:19 +01:00
diagnostic.lua refactor: soft-deprecate diagnostic signs configured with :sign-define (#26618) 2023-12-18 11:04:44 -06:00
F.lua docs: replace <pre> with ``` (#25136) 2023-09-14 08:23:01 -05:00
filetype.lua vim-patch:9.0.2179: no filetype detection for execline scripts 2023-12-19 23:48:02 +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
health.lua feat(health): fold successful healthchecks #22866 2023-06-06 08:42:26 -07:00
highlight.lua docs: replace <pre> with ``` (#25136) 2023-09-14 08:23:01 -05:00
inspect.lua fix(inspect): escape identifiers that are lua keywords (#19898) 2022-08-23 13:02:55 +02:00
iter.lua feat(iter): add Iter.take (#26525) 2023-12-12 14:27:24 -06:00
keymap.lua docs: fix type warnings 2023-09-23 23:46:45 +01:00
loader.lua fix(lua): improve annotations for stricter luals diagnostics (#24609) 2023-08-09 11:06:13 +02:00
lsp.lua refactor(lsp): move changetracking to separate file (#26577) 2023-12-17 09:54:38 +00:00
re.lua build: bump lpeg to 1.1.0 (#25016) 2023-09-04 22:42:47 +02:00
secure.lua docs: fix type warnings 2023-09-23 23:46:45 +01:00
shared.lua docs: misc #24561 2023-09-20 04:15:23 -07:00
snippet.lua fix(snippet): remove misleading comment about TM_FILENAME_BASE (#26465) 2023-12-08 21:23:46 +01:00
termcap.lua fix(termcap): set 'nested' on TermResponse autocommand 2023-12-14 11:38:34 -06:00
text.lua feat: add vim.text module (#26069) 2023-11-16 11:35:54 -06:00
treesitter.lua fix(treesitter): allow passing lang to vim.treesitter.get_node() now correctly takes opts.lang (#26360) 2023-12-04 10:00:49 +01:00
ui.lua docs: replace <pre> with ``` (#25136) 2023-09-14 08:23:01 -05:00
uri.lua docs: fix type warnings 2023-09-23 23:46:45 +01:00
version.lua docs: replace <pre> with ``` (#25136) 2023-09-14 08:23:01 -05:00
vimhelp.lua docs: apply current colorscheme to default highlight groups 2023-12-20 18:58:40 +01:00