index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
Commit message (
Expand
)
Author
Age
...
*
|
|
Merge pull request #29303 from lewis6991/fix/wobuf
Lewis Russell
2024-06-12
|
\
\
\
|
*
|
|
fix(vim.wo): never allow non-zero bufnr
Lewis Russell
2024-06-12
*
|
|
|
refactor(terminal): move :terminal defaults to _defaults.lua
Gregory Anders
2024-06-12
*
|
|
|
feat(highlight): add StatusLineTerm and StatusLineTermNC groups
Gregory Anders
2024-06-12
|
/
/
/
*
|
|
vim-patch:210b39c: runtime(doc): clarify documentation for "v" position at li...
zeertzjq
2024-06-12
*
|
|
vim-patch:b4e648a: runtime(doc): fix typos in syntax.txt (#29293)
zeertzjq
2024-06-12
*
|
|
vim-patch:959c3c8: runtime(vim): Update base-syntax, configurable comment str...
zeertzjq
2024-06-12
*
|
|
vim-patch:059cbe8: runtime(vim): Update base-syntax, match multiline continue...
zeertzjq
2024-06-12
*
|
|
vim-patch:2e3b2a8: runtime(kdl): use shiftwidth() instead of &tabstop in inde...
Christian Clason
2024-06-12
*
|
|
feat(terminal): add support for copying with OSC 52 in embedded terminal (#29...
Gregory Anders
2024-06-11
*
|
|
fix(types): add some vim.fn type annotations
notomo
2024-06-11
*
|
|
fix(types): use vararg return type annotation
Will Hopkins
2024-06-11
*
|
|
vim-patch:2d88210: runtime(kdl): include syntax, indent and ftplugin files
Christian Clason
2024-06-11
*
|
|
vim-patch:b8076f9: runtime(deb822sources): add missing Enabled field in synta...
Christian Clason
2024-06-11
*
|
|
vim-patch:7e9a1a7: runtime(svelte): basic svelte ftplugin file
Christian Clason
2024-06-11
*
|
|
refactor(lua): improve type annotations
Lewis Russell
2024-06-11
|
|
/
|
/
|
*
|
fix(lsp): do not reset buf version when detaching client (#29242)
Ilia Choly
2024-06-10
*
|
Merge #29238 from clason/feat/help-toc
Justin M. Keyes
2024-06-10
|
\
\
|
*
|
docs: fix more treesitter parsing errors
Christian Clason
2024-06-09
|
*
|
feat(help): use treesitter for table of contents
Christian Clason
2024-06-09
|
*
|
build(deps): bump tree-sitter-vimdoc to v3.0.0
Christian Clason
2024-06-08
*
|
|
fix(glob): handle overlapping `{}` condition elements #29236
Jon Huhn
2024-06-10
*
|
|
feat(lsp): include end_col, end_lnum in vim.lsp.buf.locations_to_items #29164
Tom Praschan
2024-06-09
*
|
|
vim-patch:9c4389a: runtime(doc): Fix small style issues (#29263)
zeertzjq
2024-06-10
*
|
|
vim-patch:d6b4afb: runtime(java): Exclude lambda expressions from _when_ _swi...
Christian Clason
2024-06-10
*
|
|
fix(runtime): add commentstring for glsl ftplugin
Samuel Born
2024-06-09
*
|
|
feat(lua): add `vim._with`
dundargoc
2024-06-08
|
/
/
*
|
fix(man): filter OSC 8 hyperlink markup #29171
Lennard Hofmann
2024-06-07
*
|
feat: get/set namespace properties #28728
altermo
2024-06-07
*
|
fix(lsp): fix reverse sorting of same position text edits (#29212)
Al Colmenar
2024-06-07
*
|
fix(lsp): revert buf_versions deprecation/replacement (#29217)
Mathias Fußenegger
2024-06-07
*
|
docs: misc (#28837)
dundargoc
2024-06-07
*
|
vim-patch:ce47d32: runtime(cpp): Change 'cms' for C++ to '// %s'
Christian Clason
2024-06-07
*
|
feat(editorconfig): add support for spelling_language (#28638)
sus-domesticus
2024-06-06
*
|
vim-patch:92f4e91: runtime(vim): Update base-syntax, allow whitespace before ...
zeertzjq
2024-06-06
*
|
vim-patch:9.1.0469: Cannot have buffer-local value for 'completeopt'
zeertzjq
2024-06-06
*
|
fix(tui): move $COLORTERM check to _defaults.lua (#29197)
Gregory Anders
2024-06-05
*
|
fix(lua): don't clamp -1 or v:maxcol in vim.highlight.range() (#29203)
zeertzjq
2024-06-05
*
|
vim-patch:2a2c4ff: runtime(doc): clarify how fuzzy 'completeopt' should work
zeertzjq
2024-06-05
*
|
vim-patch:9.1.0463: no fuzzy-matching support for insert-completion
zeertzjq
2024-06-05
*
|
fix(diagnostic): fix float scope filtering (#29134)
Andre Toerien
2024-06-04
*
|
vim-patch:98b73eb: runtime(netrw): prevent accidental data loss
Christian Clason
2024-06-04
*
|
fix(lsp): check if buffer is valid before LspDetach autocmd (#29162)
Saltaformajo
2024-06-04
*
|
fix(lsp): remove superfluous on_detach callback from semantic tokens module (...
jdrouhard
2024-06-04
*
|
fix(lsp): account for changedtick version gap on modified reset (#29170)
Mathias Fußenegger
2024-06-04
*
|
refactor(lua): use tuple syntax everywhere #29111
Ilia Choly
2024-06-04
*
|
fix(runtime): remove obsolete ftplugin/calender.lua
Christian Clason
2024-06-04
*
|
fix(filetype): fix typos in filetype detection
Evgeni Chasnovski
2024-06-04
*
|
vim-patch:9.1.0464: no whitespace padding in commentstring option in ftplugins
Christian Clason
2024-06-04
*
|
fix(lsp): use client.id instead of pairs index (#29143)
ippachi
2024-06-03
[prev]
[next]