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
...
|
*
|
vim-patch:8.1.0060: crash when autocommands delete the current buffer
Jan Edmund Lazo
2019-06-06
|
*
|
vim-patch:8.0.1784: gvim test gets stuck in dialog
Jan Edmund Lazo
2019-06-06
|
*
|
vim-patch:8.0.1669: :vimgrep may add entries to the wrong quickfix list
Jan Edmund Lazo
2019-06-06
|
*
|
vim-patch:8.0.1414: accessing freed memory in :lfile.
Jan Edmund Lazo
2019-06-06
|
*
|
vim-patch:8.0.1412: using free memory using setloclist()
Jan Edmund Lazo
2019-06-06
|
*
|
vim-patch:8.0.1384: not enough quickfix help; confusing winid
Jan Edmund Lazo
2019-06-06
|
/
/
*
|
vim-patch:8.1.1470: new doublewidth Unicode character U32FF #10126
Jan Edmund Lazo
2019-06-06
*
|
Merge pull request #10120 from bfredl/lua_schedule
Björn Linse
2019-06-05
|
\
\
|
*
|
lua: docs and tests for vim.schedule
Björn Linse
2019-06-05
|
*
|
lua: add vim.schedule(cb)
Andrey Popp
2019-06-05
|
/
/
*
|
Merge pull request #10117 from bfredl/ctrl-o_event
Björn Linse
2019-06-04
|
\
\
|
*
|
normal: Don't exit CTRL-O mode after processing K_EVENT
Björn Linse
2019-06-04
*
|
|
Merge pull request #9170 from bfredl/lua_cb
Björn Linse
2019-06-04
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
api: allow nvim_buf_attach from lua using callbacks
Björn Linse
2019-06-04
*
|
|
version.c: update [ci skip] #10072
Marvim the Paranoid Android
2019-06-04
*
|
|
Merge #10113 from janlazo/vim-8.0.1518
Justin M. Keyes
2019-06-04
|
\
\
\
|
*
|
|
vim-patch:8.1.0002: :stopinsert changes the message position
Jan Edmund Lazo
2019-06-03
|
*
|
|
vim-patch:8.1.0804: crash when setting v:errmsg to empty list
Jan Edmund Lazo
2019-06-03
|
*
|
|
vim-patch:8.0.1518: error messages suppressed after ":silent! try"
Jan Edmund Lazo
2019-06-03
|
|
|
/
|
|
/
|
*
|
|
Merge #9829 'startup: remove TUI init special-case'
Justin M. Keyes
2019-06-04
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
main.c: Change to use redraw_later(VALID)
erw7
2019-06-04
|
*
|
Fix issue where test fails
erw7
2019-06-04
|
*
|
[skip appveyor] Fix clint issue
erw7
2019-06-04
|
*
|
main.c: Change TUI to initialize like GUI
erw7
2019-06-04
|
*
|
tui/input.c: Fix problem when stdin is not TTY
erw7
2019-06-04
|
*
|
main.c: fixes #7967
erw7
2019-06-04
|
/
/
*
|
Merge #9338 from janlazo/vim-8.1.0569
Justin M. Keyes
2019-06-04
|
\
\
|
*
|
Merge #9338 'vim-patch:8.1.{569,571}'
Justin M. Keyes
2019-06-03
|
/
|
|
|
*
|
oldtests: set laststatus=1
Jan Edmund Lazo
2019-06-03
|
*
|
functionaltests: fix new execute() tests
Jan Edmund Lazo
2019-06-03
|
*
|
update functional test for "places cursor correctly #6035"
Sha Liu
2019-06-03
|
*
|
UI: Fix wrong msg_col after execute()
Sha Liu
2019-06-03
|
*
|
vim-patch:8.1.0571: non-silent execute() resets display column to zero
Jan Edmund Lazo
2019-06-03
|
*
|
vim-patch:8.1.0569: execute() always resets display column to zero
Jan Edmund Lazo
2019-06-03
*
|
|
Merge #10109 from erw7/fix-screenchar-on-headless-mode
Justin M. Keyes
2019-06-03
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
msg_puts_attr_len: check default_grid.chars if headless
Björn Linse
2019-06-03
|
*
|
Fix screenchar() problem in headless mode
erw7
2019-06-03
|
/
/
*
|
Merge pull request #10112 from bfredl/noautobuf
Björn Linse
2019-06-03
|
\
\
|
*
|
api/buffer: create new buffers in the "opened" state
Björn Linse
2019-06-03
|
/
/
*
|
Merge pull request #10107 from gelguy/c_ctrl_d
Björn Linse
2019-06-03
|
\
\
|
|
/
|
/
|
|
*
test: don't detach screen just to change the size
Björn Linse
2019-06-03
|
*
Add test
Jit Yao Yap
2019-06-03
|
*
Fix multiple c_CTRL-D showing statusline
Jit Yao Yap
2019-06-03
|
/
*
build: fix some warnings
Justin M. Keyes
2019-06-03
*
test: avoid some boilerplate
Justin M. Keyes
2019-06-03
*
Make sure msg_clear is sent after confirm message (#10065)
Ville Hakulinen
2019-06-02
*
Merge #10086 'vim-patch:8.1.{902,1114}'
Justin M. Keyes
2019-06-02
|
\
|
*
vim-patch:8.1.1114: confusing overloaded operator "." for string concatenation
erw7
2019-05-29
|
*
vim-patch:8.1.0902: incomplete set of assignment operators
erw7
2019-05-29
*
|
[RDY] Fix wildmode=list,full and display+=msgsep interaction (#10103)
Jit
2019-06-02
[prev]
[next]