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
*
refactor: remove redundant check for w_p_cole (#17944)
zeertzjq
2022-04-01
*
vim-patch:8.2.3122: with 'nowrap' cursor position is unexected in narrow wind...
zeertzjq
2022-04-01
*
Merge pull request #17938 from ggandor/autocmd-api-names
bfredl
2022-04-01
|
\
|
*
refactor(api)!: use singular/plural consistently in the autocmd API
György Andorka
2022-03-31
*
|
vim-patch:8.2.4658: org-mode files are not recognized (#17939)
Christian Clason
2022-03-31
*
|
Merge pull request #17929 from lewis6991/autocmd
bfredl
2022-03-31
|
\
\
|
*
|
fix(api): improve autocmd error handling
Lewis Russell
2022-03-31
*
|
|
docs(extmark): fix nvim_buf_get_extmarks example (#17934)
dundargoc
2022-03-31
|
|
/
|
/
|
*
|
feat(api): nvim_clear_autocmd
TJ DeVries
2022-03-31
*
|
Merge pull request #17890 from zeertzjq/conceal-virtcol-changed
bfredl
2022-03-31
|
\
\
|
|
/
|
/
|
|
*
perf: only redraw concealed line if cursor has moved horizontally
zeertzjq
2022-03-28
|
*
revert: "Fix redraw regression with w_p_cole in visual mode"
zeertzjq
2022-03-28
*
|
vim-patch:8.2.4577: message test is flaky
zeertzjq
2022-03-31
*
|
vim-patch:8.2.4200: some tests do not clean up properly
zeertzjq
2022-03-31
*
|
vim-patch:8.2.4156: fileinfo message overwrites echo'ed message
zeertzjq
2022-03-31
*
|
vim-patch:8.2.2515: memory access error when truncating an empty message
zeertzjq
2022-03-31
*
|
vim-patch:8.2.1844: using "q" at the more prompt doesn't stop a long message
zeertzjq
2022-03-31
*
|
vim-patch:8.2.4645: 'shortmess' changed when session does not store options (...
zeertzjq
2022-03-31
*
|
fix: correct vertical dragging room calculation with global statusline (#17928)
zeertzjq
2022-03-31
*
|
fix: set nested before executing callback (#17801)
TJ DeVries
2022-03-30
*
|
vim-patch:8.2.4649: various formatting problems
zeertzjq
2022-03-30
*
|
vim-patch:8.2.4349: FileChangedShell test fails on MS-Windows
zeertzjq
2022-03-30
*
|
vim-patch:8.2.4592: search continues after giving E1204
zeertzjq
2022-03-30
*
|
vim-patch:8.2.3110: a pattern that matches the cursor position is complicated
zeertzjq
2022-03-30
*
|
vim-patch:8.1.0439: recursive use of getcmdline() still not protected (#17726)
zeertzjq
2022-03-30
*
|
vim-patch:8.2.4646: using buffer line after it has been freed (#17907)
zeertzjq
2022-03-30
*
|
vim-patch:8.2.4473: Coverity warns for not checking return value of ftell() (...
dundargoc
2022-03-30
*
|
fix(event-loop): duplicate display updating logic in vgetorpeek() (#17913)
zeertzjq
2022-03-30
*
|
vim-patch:8.2.3449: sort fails if the sort compare function returns 999 (#17909)
dundargoc
2022-03-30
*
|
vim-patch:8.2.3551: checking first character of url twice (#17910)
dundargoc
2022-03-30
*
|
build(clint): link to wiki when accessing list_T internals directly (#17876)
dundargoc
2022-03-29
*
|
fix(decorations): do not put empty virt_text (#17872)
zeertzjq
2022-03-29
*
|
vim-patch:8.2.4644: redrawing too often when 'relativenumber' is set (#17756)
Lewis Russell
2022-03-29
*
|
vim-patch:8.2.4640: some boolean options use "long" instead of "int" (#17896)
zeertzjq
2022-03-29
|
/
*
vim-patch:8.2.4630: 'cursorline' not always updated with 'culopt' is "screenl...
zeertzjq
2022-03-28
*
vim-patch:8.2.4638: superfluous check if a redraw is needed for 'cursorline'
zeertzjq
2022-03-28
*
feat(test): use nvim_exec in helpers.source() #16064
Justin M. Keyes
2022-03-27
*
refactor: assume `STATUS_HEIGHT` to be 1 (#17804)
Famiu Haque
2022-03-27
*
fix(tabpage): correct check for failure to close window
zeertzjq
2022-03-27
*
vim-patch:8.2.4631: crash when switching window in BufWipeout autocommand
zeertzjq
2022-03-27
*
refactor!: rename nvim_do_autocmd to nvim_exec_autocmd (#17854)
Javier Lopez
2022-03-26
*
Merge pull request #17869 from dundargoc/vim-8.2.3943
zeertzjq
2022-03-26
|
\
|
*
vim-patch:8.2.3943: compiler warning from gcc for uninitialized variable
Dundar Göc
2022-03-26
*
|
docs(api): fix wrong documentation of `nvim_create_autocmd` (#17870)
かわえもん
2022-03-26
|
/
*
Merge pull request #17839 from zeertzjq/vim-8.2.4281
zeertzjq
2022-03-26
|
\
|
*
vim-patch:8.2.4327: may end up with no current buffer
zeertzjq
2022-03-26
|
*
vim-patch:8.2.4281: using freed memory with :lopen and :bwipe
zeertzjq
2022-03-26
*
|
fix(tui): avoid using uninitialized memory in kitty (#17866)
zeertzjq
2022-03-26
|
/
*
vim-patch:8.2.4626: Visual area not updated when removing sign in Visual mode...
zeertzjq
2022-03-26
*
vim-patch:8.2.3453: autocmd not executed when editing a directory (#17846)
zeertzjq
2022-03-26
[next]