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
...
|
*
vim-patch:217d3c1: runtime(doc): capitalize correctly
zeertzjq
2024-08-06
|
*
vim-patch:c0f7505: runtime(lua): add/subtract a 'shiftwidth' after '('/')' in...
Christian Clason
2024-08-04
|
*
vim-patch:c5bdd66: runtime(zip): escape '[' on Unix as well
Christian Clason
2024-08-04
|
*
vim-patch:947f752: runtime(doc): fix typo in syntax.txt (#29974)
zeertzjq
2024-08-04
|
*
vim-patch:6228481: runtime(colors): update Todo highlight in habamax colorscheme
Christian Clason
2024-08-03
|
*
docs(filetype): consolidate comments in dev_vimpatch.txt
Christian Clason
2024-08-03
|
*
docs(filetype): add note about prefering explicit lists over pattern
Evgeni Chasnovski
2024-08-03
|
*
refactor(filetype): use extension match instead of pattern if possible
Evgeni Chasnovski
2024-08-03
|
*
refactor(filetype): use file name match instead of pattern if possible
Evgeni Chasnovski
2024-08-03
|
*
fix(lsp): redundant spaces in lsp log (#29970)
Jaehwang Jung
2024-08-03
|
*
feat(lsp): announce codeLens resolveSupport (#29956)
Mathias Fußenegger
2024-08-03
|
*
vim-patch:9.1.0655: filetype: goaccess config file not recognized
Christian Clason
2024-08-03
|
*
vim-patch:c527d90: runtime(netrw): honor `g:netrw_alt{o,v}` for `:{S,H,V}expl...
Christian Clason
2024-08-03
|
*
refactor(eval): treat v:lua call as simple function
zeertzjq
2024-08-02
|
*
vim-patch:9.0.0634: evaluating "expr" options has more overhead than needed
zeertzjq
2024-08-02
|
*
vim-patch:9.0.0632: calling a function from an "expr" option has overhead
zeertzjq
2024-08-02
|
*
vim-patch:8.2.4416: Vim9: using a script-local function requires using "s:" (...
zeertzjq
2024-08-02
|
*
fix(lsp): don't send foreign diagnostics to servers in buf.code_action (#29501)
Mathias Fußenegger
2024-08-01
|
*
fix(watch): exclude .git when using inotifywait (#29914)
Manuel
2024-08-01
|
*
vim-patch:30a8ad6: runtime(java): Document "g:java_space_errors" and "g:java_...
Christian Clason
2024-08-01
|
*
vim-patch:77b87c3: runtime(java): Cluster optional group definitions and thei...
Christian Clason
2024-08-01
|
*
vim-patch:9aabcef: runtime(java): Tidy up the syntax file
Christian Clason
2024-08-01
|
*
vim-patch:3749dff: runtime(java): Tidy up the documentation for "ft-java-syntax"
Christian Clason
2024-08-01
|
*
vim-patch:5b07213: runtime(doc): re-format tag example lines, mention ctags -...
zeertzjq
2024-08-01
|
*
vim-patch:partial:f10911e: Update runtime files (#29936)
zeertzjq
2024-08-01
|
*
vim-patch:d88ebcb: runtime(colors): update habamax scheme - tweak diff/search...
Christian Clason
2024-08-01
|
*
vim-patch:fcc5346: runtime(colors): update included colorschemes
Christian Clason
2024-08-01
|
*
vim-patch:5753d99: runtime(nohlsearch): add missing loaded_hlsearch guard
Christian Clason
2024-07-31
|
*
vim-patch:56e8ed6: runtime(kivy): Updated maintainer info for syntax script
Christian Clason
2024-07-31
|
*
fix(lsp): prevent desync due to empty buffer (#29904)
Jaehwang Jung
2024-07-31
|
*
feat(lsp): lsp.completion support set deprecated (#29882)
glepnir
2024-07-31
|
*
fix(scrollbind): properly take filler/virtual lines into account
Lewis Russell
2024-07-31
|
*
vim-patch:9.1.0645: regex: wrong match when searching multi-byte char case-in...
zeertzjq
2024-07-31
|
*
vim-patch:e34d0e3: runtime(netrw): removing trailing slash when copying files...
Christian Clason
2024-07-31
|
*
vim-patch:e6471b4: runtime(cuda): source c and cpp ftplugins
Christian Clason
2024-07-31
|
*
vim-patch:c4be066: runtime(zip): Opening a remote zipfile don't work
Christian Clason
2024-07-31
|
*
vim-patch:df9f67e: runtime(html): update syntax script to sync by 250 minline...
Christian Clason
2024-07-31
|
*
vim-patch:011f222: runtime(thrift): add ftplugin, indent and syntax scripts
Christian Clason
2024-07-30
|
*
vim-patch:49cdd62: runtime(doc): list of new/changed features in version9.txt
zeertzjq
2024-07-30
|
*
fix(treesitter): highlight anonymous nodes in inspect_tree
Riley Bruins
2024-07-29
|
*
feat(treesitter): allow get_node to return anonymous nodes
Riley Bruins
2024-07-29
|
*
feat(treesitter): add node_for_range function
Riley Bruins
2024-07-29
|
*
vim-patch:9.1.0636: filetype: ziggy files are not recognized
Christian Clason
2024-07-29
|
*
vim-patch:9.1.0635: filetype: SuperHTML template files not recognized
Christian Clason
2024-07-29
|
*
vim-patch:4c45425: runtime(debcopyright): Add support for Files-Included in s...
Christian Clason
2024-07-29
|
*
vim-patch:partial:52e7cc2: runtime(doc): tweak documentation style a bit (#29...
zeertzjq
2024-07-29
|
*
docs(treesitter): don't quote metadata
Christian Clason
2024-07-28
|
*
fix(runtime): sync bundled treesitter queries
Christian Clason
2024-07-28
|
*
fix(lsp): revert text edit application order change (#29877)
Mathias Fußenegger
2024-07-27
|
*
Merge pull request #29876 from glepnir/vim-patch
zeertzjq
2024-07-27
|
|
\
[prev]
[next]