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
/
src
Commit message (
Expand
)
Author
Age
*
Merge pull request #13807 from spywhere/min-size-auto-sign
Matthieu Coudron
2021-01-23
|
\
|
*
opt: address linting issues (#13783)
Sirisak Lueangsaksri
2021-01-20
|
*
opt: better handling number bounds (#13783)
Sirisak Lueangsaksri
2021-01-20
|
*
opt: reduce hardcoded values (#13783)
Sirisak Lueangsaksri
2021-01-20
|
*
opt: minimum sign size for auto (#13783)
Sirisak Lueangsaksri
2021-01-20
*
|
Merge pull request #13818 from janlazo/vim-8.2.2379
Jan Edmund Lazo
2021-01-22
|
\
\
|
*
|
vim-patch:8.2.2385: "gj" and "gk" do not work correctly when inside a fold
Jan Edmund Lazo
2021-01-22
|
*
|
vim-patch:8.2.2375: test for RGB color skipped in the terminal
Jan Edmund Lazo
2021-01-21
|
*
|
vim-patch:8.2.2384: turtle filetype not recognized
Jan Edmund Lazo
2021-01-21
|
*
|
vim-patch:8.2.2379: do spell suggestions twice if 'spellsuggest' contains number
Jan Edmund Lazo
2021-01-21
*
|
|
Missing argument for package.loadlib()
matveyt
2021-01-22
*
|
|
Merge pull request #13813 from notomo/fix-nvim-echo-clear
Björn Linse
2021-01-22
|
\
\
\
|
*
|
|
api(echo): should clear cmdline before echo
notomo
2021-01-21
*
|
|
|
Merge pull request #13679 from chentau/gravity
Björn Linse
2021-01-22
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
change end_right_gravity error behavior
chentau
2021-01-12
|
*
|
|
change gravity to be a boolean flag, and add corresponding flag for end posit...
chentau
2021-01-05
|
*
|
|
allow for extmark gravity to be set through api
chentau
2021-01-03
*
|
|
|
Update Ukrainian translation (#13785)
Anatolii Sakhnik
2021-01-21
|
|
/
/
|
/
|
|
*
|
|
api: nvim_echo
notomo
2021-01-20
|
|
/
|
/
|
*
|
Merge pull request #13767 from srafi1/rm-restricted-mode-docs
Jan Edmund Lazo
2021-01-18
|
\
\
|
*
|
remove -Z line translations
srafi1
2021-01-15
|
*
|
remove -Z entry from --help
srafi1
2021-01-15
*
|
|
api: add vim.version (#13762)
Michael Lingelbach
2021-01-18
*
|
|
vim-patch:8.2.2368: insufficient tests for setting options
Jan Edmund Lazo
2021-01-17
*
|
|
vim-patch:8.2.2361: Vim9: no highlight for "s///gc" when using 'opfunc'
Jan Edmund Lazo
2021-01-17
*
|
|
vim-patch:8.2.2366: when using ":sleep" the cursor is always displayed
Jan Edmund Lazo
2021-01-17
*
|
|
vim-patch:8.2.2360: test leaves file behind
Jan Edmund Lazo
2021-01-17
*
|
|
vim-patch:8.2.2355: stray test failure on Appveyor
Jan Edmund Lazo
2021-01-17
*
|
|
vim-patch:8.2.2353: spartql files are not detected
Jan Edmund Lazo
2021-01-17
*
|
|
log.c: warn instead of error on failed stdpath('cache') creation
Michael Lingelbach
2021-01-16
*
|
|
logs: make kXDGCacheHome if it doesn't exist (#13758)
Michael Lingelbach
2021-01-16
|
/
/
*
|
Merge pull request #13750 from janlazo/vim-8.2.2329
Jan Edmund Lazo
2021-01-14
|
\
\
|
*
|
vim-patch:8.2.2334: Pascal-like filetypes not always detected
Jan Edmund Lazo
2021-01-13
|
*
|
vim-patch:8.2.2329: not all ways Vim can be started are tested
Jan Edmund Lazo
2021-01-13
*
|
|
logging: move to XDG_CACHE_HOME (#13739)
Michael Lingelbach
2021-01-13
|
/
/
*
|
Use uv_os_homedir and current directory as backup when $HOME is not set (#13657)
ffanzhang
2021-01-10
*
|
Merge pull request #13704 from teto/fix-fold-list
Matthieu Coudron
2021-01-10
|
\
\
|
*
|
screen.c: fix an issue with wrap and folds
Matthieu Coudron
2021-01-07
|
*
|
screen.c: fix last character on foldtext
Matthieu Coudron
2021-01-06
*
|
|
Merge pull request #13689 from janlazo/vim-8.2.0050
Matthieu Coudron
2021-01-06
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
vim-patch:8.2.0590: no 'backspace' value allows ignoring the insertion point
Jan Edmund Lazo
2021-01-05
|
*
|
test/old: restore test_backspace_opt.vim
Jan Edmund Lazo
2021-01-05
|
*
|
vim-patch:8.2.0050: after deleting a file mark it is still in viminfo
Jan Edmund Lazo
2021-01-05
*
|
|
screen.c: fix display of signcolumn=auto in diffs (#13688)
Matthieu Coudron
2021-01-05
|
/
/
*
|
input: consider "-- more --" state to be blocking, fixes #11899
Björn Linse
2021-01-04
*
|
vim-patch:8.2.0861: cannot easily get all the current marks (#13676)
Jan Edmund Lazo
2021-01-03
*
|
fix: check for valid buffer handles in modify_keymap (#13543)
Thomas Vigouroux
2021-01-03
*
|
buffer updates: mark sorted region as changed.
Björn Linse
2021-01-03
*
|
Merge pull request #13665 from janlazo/vim-8.2.0917
Matthieu Coudron
2021-01-03
|
\
\
|
*
|
vim-patch:8.1.1822: confusing error message when range is not allowed
Jan Edmund Lazo
2021-01-02
[next]