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
*
docs(vim_diff.txt): document SearchWrapped (#16612)
zeertzjq
2021-12-10
*
refactor: replace deprecated lua functions with their new versions (#16603)
dundargoc
2021-12-10
*
runtime: support once on s:GetAutocmdPrefix (#16457)
Koichi Shiraishi
2021-12-10
*
feat: add autocommand event when search wraps around (#8487)
Alejandro Exojo
2021-12-10
*
fix(lsp): create lsp requests with position offsets considering client encodi...
Rishikesh Vaishnav
2021-12-10
*
Merge pull request #16597 from bfredl/nomisc1
Björn Linse
2021-12-10
|
\
|
*
refactor(misc1): move preserve_exit() to related functions in main.c
Björn Linse
2021-12-09
|
*
refactor(misc1): move out misc functions which obviously belong elsewhere
Björn Linse
2021-12-09
|
*
refactor(misc1): move out autocmd related functions
Björn Linse
2021-12-09
|
*
refactor(misc1): move line_breakcheck family of functions to os/input.c
Björn Linse
2021-12-09
*
|
Merge pull request #16541 from jamessan/vim-8.2.3664
James McCoy
2021-12-09
|
\
\
|
*
|
vim-patch:8.2.3757: an overlong highlight group name is silently truncated
James McCoy
2021-12-08
|
*
|
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:partial 6304be625ce4
James McCoy
2021-12-08
|
*
|
vim-patch:8.2.3748: giving an error for an empty sign argument breaks a plugin
James McCoy
2021-12-08
|
*
|
vim-patch:8.2.3747: cannot remove highlight from an existing sign
James McCoy
2021-12-08
|
*
|
vim-patch:8.2.3743: ":sign" can add a highlight group without a name
James McCoy
2021-12-08
|
*
|
vim-patch:8.2.3664: cannot adjust sign highlighting for 'cursorline'
James McCoy
2021-12-08
*
|
|
Merge pull request #16524 from dundargoc/ci/optimize-brew
James McCoy
2021-12-09
|
\
\
\
|
*
|
|
ci: remove "brew upgrade" from macos jobs
Dundar Göc
2021-12-04
*
|
|
|
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 #16547 from pekdon/sunos
James McCoy
2021-12-09
|
\
\
\
\
\
|
*
|
|
|
|
fix: don't use cfsetspeed, use i and o variants
Claes Nästén
2021-12-07
|
*
|
|
|
|
fix: don't include pty.h on SunOS
Claes Nästén
2021-12-07
|
*
|
|
|
|
fix: add STRNLEN compatability macro
Claes Nästén
2021-12-06
|
*
|
|
|
|
fix: define NAME_MAX from _XOPEN_NAME_MAX
Claes Nästén
2021-12-06
|
*
|
|
|
|
fix: skip libutil on SunOS
Claes Nästén
2021-12-06
*
|
|
|
|
|
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
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
vim-patch:8.2.3769: zig files are not recognized (#16598)
Christian Clason
2021-12-09
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #16582 from dundargoc/docs/remove-redundant-help-files
James McCoy
2021-12-09
|
\
\
\
\
\
|
*
|
|
|
|
docs: remove redundant help files
Dundar Göc
2021-12-08
*
|
|
|
|
|
fix(diagnostic): set effective buffer number in autocmd (again) (#16589)
Gregory Anders
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
|
|
/
/
/
|
/
|
|
|
*
|
|
|
docs(lsp): fix resolve_capabilities docstring (#16577)
Gregory Anders
2021-12-08
*
|
|
|
docs: update missing help sections from main help page (#16573)
dundargoc
2021-12-08
*
|
|
|
fix: check for interrupt in nvim_echo, write_msg and nlua_print (#16537)
ii14
2021-12-08
*
|
|
|
ci: install doxygen with conda instead of apt (#16517)
dundargoc
2021-12-08
*
|
|
|
refactor(diagnostic): add warning to deprecated functions (#16536)
dundargoc
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.1976: cannot backspace in prompt buffer after using cursor-left
Sean Dewar
2021-12-07
|
*
|
|
vim-patch:8.2.1783: try-catch test fails
Sean Dewar
2021-12-07
[next]