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
*
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
|
*
vim-patch:8.2.0407: no early check if :find and :sfind have an argument
Jan Edmund Lazo
2021-01-02
|
*
vim-patch:8.1.1667: flags for Ex commands may clash with other symbols
Jan Edmund Lazo
2021-01-02
|
*
vim-patch:8.2.0917: quickfix entries do not suport a "note" type
Jan Edmund Lazo
2021-01-02
*
|
vim-patch:8.2.0470: Test_confirm_cmd_cancel() can fail on a slow system
Jan Edmund Lazo
2021-01-02
*
|
vim-patch:8.2.0461: confirm test fails on amd64 system
Jan Edmund Lazo
2021-01-02
*
|
vim-patch:8.2.0458: missing feature check in test function
Jan Edmund Lazo
2021-01-02
*
|
vim-patch:8.2.0456: Test_confirm_cmd is flaky
Jan Edmund Lazo
2021-01-02
|
/
*
Merge pull request #13655 from janlazo/vim-8.2.2255
Jan Edmund Lazo
2021-01-01
|
\
|
*
vim-patch:8.2.2269: not all :hardcopy code covered by tests
Jan Edmund Lazo
2021-01-01
|
*
vim-patch:8.2.0388: printmbcharset option not tested
Jan Edmund Lazo
2021-01-01
|
*
vim-patch:8.2.2260: window resize test fails in very wide terminal
Jan Edmund Lazo
2021-01-01
|
*
vim-patch:8.2.2258: not all OCaml related files are detected
Jan Edmund Lazo
2021-01-01
|
*
vim-patch:8.2.0934: lhelpgrep twice in help window doesn't jump to the help t...
Jan Edmund Lazo
2021-01-01
|
*
vim-patch:8.1.2360: quickfix test coverage can still be improved
Jan Edmund Lazo
2021-01-01
|
*
vim-patch:8.1.2411: function argument copied unnecessarily
Jan Edmund Lazo
2021-01-01
|
*
vim-patch:8.1.1281: cannot specify a count with :chistory
Jan Edmund Lazo
2021-01-01
|
*
vim-patch:8.1.1275: cannot navigate to errors before/after the cursor
Jan Edmund Lazo
2021-01-01
|
*
vim-patch:8.1.1261: no error for quickfix commands with negative range
erw7
2021-01-01
|
*
vim-patch:8.1.1241: Ex command info contains confusing information
Jan Edmund Lazo
2021-01-01
|
*
vim-patch:8.1.1549: quickfix test fails
Jan Edmund Lazo
2020-12-31
*
|
Merge pull request #11833 from bfredl/set_text
Björn Linse
2021-01-01
|
\
\
|
*
|
api: set_text: fix some byte count issues
Björn Linse
2021-01-01
|
*
|
api: set_text: more tests, and fixing lint
chentau
2021-01-01
|
*
|
api: set_text: rebase, update to new api, and add more tests
Tony Chen
2021-01-01
|
*
|
api: set_text: fix validation and some issues
Blaž Hrastnik
2021-01-01
|
*
|
api: set_text: first stab at nvim_buf_set_text
Björn Linse
2021-01-01
*
|
|
Merge pull request #13592 from bfredl/setmouse
Björn Linse
2021-01-01
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
ui: make 'mouse' handling in external UI more consistent
Björn Linse
2021-01-01
*
|
|
Revert "vim-patch:8.1.0822: peeking and flushing output slows down execution"
Jan Edmund Lazo
2020-12-31
*
|
|
Revert "vim-patch:8.1.1189: mode is not cleared when leaving Insert mode"
Jan Edmund Lazo
2020-12-31
*
|
|
Revert "vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with...
Jan Edmund Lazo
2020-12-31
*
|
|
vim-patch:8.1.1727: code for viminfo support is spread out
Jan Edmund Lazo
2020-12-30
*
|
|
vim-patch:8.1.0172: 'viminfofile' option does not behave like a file name
Jan Edmund Lazo
2020-12-30
*
|
|
fix(fold): highlight even in folds (#13643)
Matthieu Coudron
2020-12-30
*
|
|
vim-patch:8.1.2100: :mksession is not sufficiently tested
Jan Edmund Lazo
2020-12-29
*
|
|
vim-patch:8.1.0790: code for creating tabpages in session is too complex
Jan Edmund Lazo
2020-12-29
*
|
|
vim-patch:8.1.0151: mksession test fails on MS-Windows
Jan Edmund Lazo
2020-12-29
*
|
|
vim-patch:8.1.0149: session is wrong with multiple tabs when :lcd was used
Jan Edmund Lazo
2020-12-29
*
|
|
vim-patch:8.2.2244: crash when making the window width negative (#13633)
Jan Edmund Lazo
2020-12-29
|
|
/
|
/
|
*
|
Merge pull request #13624 from janlazo/vim-8.2.2234
Jan Edmund Lazo
2020-12-28
|
\
\
|
*
|
vim-patch:8.2.0429: no warning when test checks for option that never exists
Jan Edmund Lazo
2020-12-28
|
*
|
vim-patch:8.1.1032: warnings from clang static analyzer
Jan Edmund Lazo
2020-12-28
|
*
|
vim-patch:8.2.2234: command line wildmenu test often fails with Unix GUI
Jan Edmund Lazo
2020-12-28
[next]