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
Commit message (
Expand
)
Author
Age
*
po: Remove E145 error message.
Edwin Pujols
2020-11-22
*
runtime: Remove error handling for E145.
Edwin Pujols
2020-11-22
*
Merge pull request #13340 from janlazo/vim-8.2.2025
Jan Edmund Lazo
2020-11-21
|
\
|
*
eval: use VAR_UNLOCKED enum, not the direct value
Jan Edmund Lazo
2020-11-21
|
*
vim-patch:8.2.2027: Coverity warnts for uninitialized field
Jan Edmund Lazo
2020-11-21
|
*
vim-patch:8.2.2029: Coverity warns for not checking return value
Jan Edmund Lazo
2020-11-21
|
*
vim-patch:8.2.2028: Coverity warns for using an uninitialized variable
Jan Edmund Lazo
2020-11-21
|
/
*
Merge pull request #13307 from janlazo/vim-8.1.0777
Jan Edmund Lazo
2020-11-21
|
\
|
*
menu: remove winbar code
Jan Edmund Lazo
2020-11-20
|
*
test: rewrite powershell tests to remove timeout
Jan Edmund Lazo
2020-11-20
|
*
vim-patch:8.2.1608: Vim9: getchar() test fails with GUI
Jan Edmund Lazo
2020-11-20
*
|
Merge pull request #13250 from bfredl/missinglink
Björn Linse
2020-11-21
|
\
\
|
|
/
|
/
|
|
*
decorations: allow nvim_set_hl to break existing links
Björn Linse
2020-11-21
*
|
Merge pull request #12004 from erw7/fix-paste
James McCoy
2020-11-20
|
\
\
|
*
|
test: add functional test for segmented response from terminal
erw7
2020-11-20
|
*
|
test,unit: Change test according to change of bg color response processing
erw7
2020-11-20
|
*
|
TUI: fix processing of bg color response
erw7
2020-11-20
|
*
|
TUI: fix bracket paste getting stuck
erw7
2020-11-20
|
/
/
*
|
Merge pull request #12592 from jamessan/fix-mod-keys
James McCoy
2020-11-20
|
\
\
|
|
/
|
/
|
|
*
keymap: Preserve S- modifier when C- is present
James McCoy
2020-11-16
|
*
tui/input: Add S- modifier for chords with capital ASCII
James McCoy
2020-11-16
|
*
Understand Escape as another name for Esc
James McCoy
2020-11-16
*
|
Merge pull request #13321 from seandewar/vim-8.2.2011
Jan Edmund Lazo
2020-11-19
|
\
\
|
*
|
vim-patch:8.2.2011: "syn sync" reports a very large number
Sean Dewar
2020-11-19
|
*
|
vim-patch:8.2.2006: .pbtxt files are not recognized
Sean Dewar
2020-11-19
*
|
|
Merge pull request #13330 from adrian5/filetype-gitcommit
Jan Edmund Lazo
2020-11-19
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
gitcommit.vim: patch runtime/syntax to c08ee7476b1
adrian5
2020-11-20
|
*
|
gitcommit.vim: patch runtime/ftplugin to c08ee7476
adrian5
2020-11-20
|
/
/
*
|
Merge pull request #13319 from bfredl/bfredlpackages
Björn Linse
2020-11-19
|
\
\
|
*
|
startup: load files from &packpath . '/start/{pluginname}'
Björn Linse
2020-11-19
|
/
/
*
|
Merge pull request #13316 from bfredl/vim-8.2.2005
Björn Linse
2020-11-18
|
\
\
|
*
|
vim-patch:8.2.2005: redoing a mapping with <Cmd> doesn't work properly
Björn Linse
2020-11-18
*
|
|
Merge pull request #13318 from tjdevries/fix_vigouxs_segfaulting_mistakes
Thomas Vigouroux
2020-11-18
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fix: NULL segfaults brought to you by @vigoux
TJ DeVries
2020-11-18
|
/
/
*
|
Merge pull request #13308 from Shougo/vim-8.2.1995
Björn Linse
2020-11-17
|
\
\
|
*
|
vim-patch:8.2.1995: the popup menu can cause too much redrawing
Shougo Matsushita
2020-11-17
|
/
/
*
|
Merge pull request #13302 from blueyed/fix-deps-luv-static
James McCoy
2020-11-16
|
\
\
|
|
/
|
/
|
|
*
deps: fix BuildLuv without bundled libuv
Daniel Hahler
2020-11-16
*
|
Merge pull request #13303 from vigoux/fix-13298
Björn Linse
2020-11-16
|
\
\
|
*
|
fix(floatwin): don't always use winheight
Thomas Vigouroux
2020-11-16
|
|
/
*
|
Merge pull request #13304 from rockerBOO/docs-fix-nvim_lsp-lspconfig
Thomas Vigouroux
2020-11-16
|
\
\
|
|
/
|
/
|
|
*
docs: Change nvim_lsp to lspconfig
rockerBOO
2020-11-16
|
/
*
Merge pull request #13300 from rockerBOO/docs-nvim_lsp-to-lspconfig
Thomas Vigouroux
2020-11-16
|
\
|
*
docs: Update ISSUE_TEMPLATE for lsp_bug_report
rockerBOO
2020-11-16
|
*
docs: Follow conventions
rockerBOO
2020-11-16
|
*
docs: Update nvim_lsp to lspconfig
rockerBOO
2020-11-16
|
/
*
Merge pull request #13293 from janlazo/vim-8.2.1976
Matthieu Coudron
2020-11-15
|
\
|
*
globals: eliminate "enc_utf8" macro
Jan Edmund Lazo
2020-11-14
|
*
globals: eliminate "has_mbyte" macro
Jan Edmund Lazo
2020-11-14
|
*
vim-patch:8.2.1982: quickfix window now updated when adding invalid entries
Jan Edmund Lazo
2020-11-14
[next]