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
*
refactor(filetype): change some patterns to extensions (#29472)
zeertzjq
2024-06-24
*
perf(treesitter): remove unnecessary foldexpr loop
Riley Bruins
2024-06-24
*
fix(treesitter): do not modify highlight state for _on_spell_nav
Luuk van Baal
2024-06-24
*
vim-patch:01a4fb1: runtime(java): Compose "g:java_highlight_signature" and "g...
Christian Clason
2024-06-23
*
fix(filetype): source ftdetect/* after creating scripts.vim autocmds (#29445)
zeertzjq
2024-06-22
*
vim-patch:fc64ac0: runtime(vim): Update base-syntax, fix function tail commen...
zeertzjq
2024-06-22
*
vim-patch:9.1.0506: filetype: .envrc & .prettierignore not recognized
Christian Clason
2024-06-21
*
vim-patch:17e0a19: runtime(scheme): update runtime files
Christian Clason
2024-06-21
*
vim-patch:beb02ed: runtime(java): Optionally highlight parameterised types
Christian Clason
2024-06-21
*
vim-patch:9.1.0511: CursorMovedC triggered wrongly with setcmdpos()
zeertzjq
2024-06-21
*
vim-patch:9.1.0507: hard to detect cursor movement in the command line
zeertzjq
2024-06-21
*
vim-patch:6ccf6da: runtime(gomod): add gomod filetype plugin (#29433)
yuyk
2024-06-21
*
fix(treesitter): don't open fold when o/O adds a line below #28709
Jaehwang Jung
2024-06-20
*
build(vim-patch.sh): don't ignore changes to version*.txt (#29425)
zeertzjq
2024-06-20
*
vim-patch:9.1.0505: filetype: Faust files are not recognized (#29426)
zeertzjq
2024-06-20
*
vim-patch:94c5d8a: runtime(java): Remove the group exclusion list from @javaTop
Christian Clason
2024-06-20
*
Merge pull request #29413 from jiangyinzuo/vim-patch-9.1.0497
zeertzjq
2024-06-20
|
\
|
*
vim-patch:partial:9.1.0497: termdebug can be further improved
Yinzuo Jiang
2024-06-19
*
|
vim-patch:aeca717: runtime(nohlsearch): simplify mapping
Christian Clason
2024-06-19
*
|
fix(gen_help_html): handle delimiter, heading #29415
Justin M. Keyes
2024-06-19
*
|
fix(diagnostics): don't apply extmarks to invalid lines #29321
Riley Bruins
2024-06-19
|
/
*
vim-patch:1ce65e3: runtime(csv): include a simple csv filetype and syntax plu...
Christian Clason
2024-06-19
*
vim-patch:8.2.4724: current instance of last search pattern not easily spotted
zeertzjq
2024-06-19
*
vim-patch:9718ed7: runtime(filetype): update htmldjango detection
Christian Clason
2024-06-19
*
vim-patch:26de90c: runtime(nohlsearch): include the the simple nohlsearch pac...
Christian Clason
2024-06-18
*
vim-patch:ca47114: runtime(doc): improve the vim-shebang example (#29382)
zeertzjq
2024-06-18
*
docs(lsp): format the handwritten part #29295
Yi Ming
2024-06-17
*
docs(news): fix inconsistencies (#29381)
zeertzjq
2024-06-18
*
vim-patch:9.1.0495: Matched text isn't highlighted in cmdline pum
zeertzjq
2024-06-18
*
Merge #28775 fix(man.vim): signcolumn causes broken wrap
Justin M. Keyes
2024-06-17
|
\
|
*
fix(ftplugin/man.vim): hide signcolumn (auto)
belkka
2024-06-11
|
*
refactor(ftplugin/man.vim): rearrange `setlocal` commands
belkka
2024-06-11
*
|
Merge pull request #29357 from luukvbaal/statuscol
zeertzjq
2024-06-17
|
\
\
|
*
|
feat(column)!: rework 'statuscolumn' %r/l items
Luuk van Baal
2024-06-16
*
|
|
vim-patch:0ddab58: runtime(java): Add a config variable for commonly used com...
Christian Clason
2024-06-16
*
|
|
vim-patch:917ff8a: runtime(html): bump length of character references in synt...
Christian Clason
2024-06-16
*
|
|
vim-patch:79da22d: runtime(kdl): fix KdlIndent and kdlComment in indent scrip...
Christian Clason
2024-06-16
*
|
|
vim-patch:371bab0: runtime(java): Fold multi-line comments with the syntax ki...
Christian Clason
2024-06-16
*
|
|
vim-patch:9.1.0492: filetype: Vim-script files not detected by shebang line
Christian Clason
2024-06-16
*
|
|
docs: document 'list' behavior when 'listchars' excludes "tab" (#29360)
zeertzjq
2024-06-16
*
|
|
vim-patch:52f2ff0: runtime(zip): revert unintended change to zip#Write()
zeertzjq
2024-06-16
*
|
|
vim-patch:1c67342: runtime(zip): MS-Windows: handle files with spaces properly
zeertzjq
2024-06-16
*
|
|
vim-patch:f4bc59c: runtime(doc): add another tag for vim-shebang feature (#29...
zeertzjq
2024-06-15
|
/
/
*
|
vim-patch:ae321b5: runtime(vim): Update base-syntax, match shebang lines (vim...
zeertzjq
2024-06-15
*
|
vim-patch:9.1.0486: filetype: Snakemake files are not recognized
Christian Clason
2024-06-15
*
|
fix(defaults): default @/Q broken when 'ignorecase' is set (#29343)
Jerry
2024-06-15
*
|
docs: misc (#29229)
dundargoc
2024-06-15
*
|
vim-patch:c509c00: runtime(doc): fix wrong helptag for :defer
zeertzjq
2024-06-15
*
|
vim-patch:262e25e: runtime(vim): Update base-syntax, match :sleep arg
zeertzjq
2024-06-15
*
|
vim-patch:d6d4e13: runtime(doc): rewrite mkdir() doc and simplify {flags} mea...
zeertzjq
2024-06-15
[next]