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
/
test
Commit message (
Expand
)
Author
Age
*
Merge pull request #16294 from zeertzjq/test-fewest-iteration
James McCoy
2021-12-18
|
\
|
*
test: require fewest number of main loop iterations possible
zeertzjq
2021-11-15
*
|
Merge pull request #16707 from jamessan/filter-out-tests
James McCoy
2021-12-18
|
\
\
|
*
|
test: allow excluding functional/unit tests using TEST_FILTER_OUT
James McCoy
2021-12-18
*
|
|
feat(runtime): new checkhealth filetype (#16660)
matveyt
2021-12-18
|
/
/
*
|
autocmd: RecordingEnter, RecordingLeave (#16684)
Gregory Anders
2021-12-18
|
\
\
|
*
|
feat(autocmd): add Recording autocmds
Thomas Vigouroux
2021-12-18
*
|
|
fix(lsp): correctly align start and end range to codepoints during incrementa...
Rishikesh Vaishnav
2021-12-17
|
/
/
*
|
perf: pre-compile embedded Lua source into bytecode (#16631)
Gregory Anders
2021-12-16
*
|
Merge pull request #16134 from zeertzjq/screenpos-border
Björn Linse
2021-12-16
|
\
\
|
*
|
fix(screenpos, float): add top and left border adjustment
zeertzjq
2021-12-15
*
|
|
fix(terminal): fix resize crash with pending scrollback (#14891)
Sean Dewar
2021-12-15
|
/
/
*
|
test: expect the correct screen in TUI paste: big burst of input (#16656)
zeertzjq
2021-12-15
*
|
Merge pull request #16602 from zeertzjq/tui-end-streamed-paste
James McCoy
2021-12-13
|
\
\
|
*
|
fix(tui): end streamed paste correctly when key buffer is empty
zeertzjq
2021-12-10
*
|
|
feat(ts): add support for multiline nodes in get_node_text (#14999)
Mathias Fußenegger
2021-12-12
*
|
|
test: remove references to misc1.c
zeertzjq
2021-12-11
*
|
|
feat: add autocommand event when search wraps around (#8487)
Alejandro Exojo
2021-12-10
|
/
/
*
|
Merge pull request #16541 from jamessan/vim-8.2.3664
James McCoy
2021-12-09
|
\
\
|
*
|
test(fold): add test for CursorLineFold
Gregory Anders
2021-12-08
|
*
|
test(sign): add test for culhl option
Gregory Anders
2021-12-08
|
*
|
vim-patch:8.2.3664: cannot adjust sign highlighting for 'cursorline'
James McCoy
2021-12-08
*
|
|
Merge pull request #16414 from zeertzjq/terminal-no-invalid-rows
James McCoy
2021-12-09
|
\
\
\
|
*
|
|
fix(terminal): return early if there are no invalid rows
zeertzjq
2021-12-08
*
|
|
|
Merge pull request #16564 from glacambre/improve_test_harness_perf
James McCoy
2021-12-09
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
test(helpers): optimize read_file_list
glacambre
2021-12-08
|
|
/
/
*
|
|
Merge pull request #16418 from zeertzjq/terminal-coladvance
James McCoy
2021-12-08
|
\
\
\
|
*
|
|
fix(terminal): use coladvance() to calculate buffer cursor position
zeertzjq
2021-12-08
|
|
/
/
*
|
|
refactor(diagnostic): remove bufnr parameter from open_float (#16579)
Gregory Anders
2021-12-08
*
|
|
fix(api): allow nvim_buf_set_extmark to accept end_row key (#16548)
Gregory Anders
2021-12-08
*
|
|
Merge pull request #16421 from seandewar/vim-8.1.0035
Jan Edmund Lazo
2021-12-07
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
vim-patch:8.2.3671: restarting Insert mode in prompt buffer too often
Sean Dewar
2021-12-07
|
*
|
test(prompt_buffer_spec): include changes from v8.1.1984
Sean Dewar
2021-12-07
|
*
|
vim-patch:8.2.2014: using CTRL-O in a prompt buffer moves cursor to start
Sean Dewar
2021-12-07
|
*
|
vim-patch:8.2.1781: writing to prompt buffer interferes with insert mode
Sean Dewar
2021-12-07
*
|
|
Merge pull request #16556 from zeertzjq/hl-change-update
Björn Linse
2021-12-07
|
\
\
\
|
*
|
|
fix(highlight): always update window highlight if highlight changed
zeertzjq
2021-12-07
|
|
/
/
*
/
/
fix(screen): do not draw filler lines post eof if already at last row
zeertzjq
2021-12-07
|
/
/
*
|
Merge pull request #16194 from seandewar/vim-8.1.1925
Jan Edmund Lazo
2021-12-07
|
\
\
|
*
|
vim-patch:7.4.1777
Sean Dewar
2021-11-26
|
*
|
feat(eval/method): partially port v8.1.1993
Sean Dewar
2021-11-26
*
|
|
Merge pull request #16107 from zeertzjq/vim-8.1.1542
Jan Edmund Lazo
2021-12-06
|
\
\
\
|
*
|
|
vim-patch:8.1.1542: an OptionSet autocommand does not get enough info
zeertzjq
2021-11-22
*
|
|
|
fix(diagnostic): escape special chars in file names (#16527)
Matthew Toohey
2021-12-05
*
|
|
|
feat(api): add nvim_get_option_value
Gregory Anders
2021-12-04
*
|
|
|
chore: remove legacy/059_utf8_spell_checking.vim
James McCoy
2021-11-30
*
|
|
|
Merge pull request #16478 from jamessan/fragile-server-notifications-test
James McCoy
2021-11-30
|
\
\
\
\
|
*
|
|
|
test(api): mark "notify cancels stale events on channel close" fragile
James McCoy
2021-11-30
*
|
|
|
|
Merge pull request #15840 from vimpostor/vim-8.2.3430
Jan Edmund Lazo
2021-11-30
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
feat: trigger ModeChanged for terminal modes
Magnus Groß
2021-11-18
[next]