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
...
*
|
ci(clint): remove "Inner expression indentation should be 4" rule (#20047)
dundargoc
2022-09-03
*
|
vim-patch:9.0.0362: expanding ":e %" does not work for remote files
zeertzjq
2022-09-03
*
|
vim-patch:9.0.0360: crash when invalid line number on :for is ignored
zeertzjq
2022-09-03
*
|
vim-patch:8.2.1505: not all file read and writecode is tested
zeertzjq
2022-09-03
*
|
refactor: migrate comment style (#20012)
Lewis Russell
2022-09-02
*
|
Merge pull request #20026 from dundargoc/refactor/char_u/7
bfredl
2022-09-02
|
\
\
|
|
/
|
/
|
|
*
refactor: replace char_u with char
Dundar Göc
2022-09-01
*
|
feat(Man): port to Lua (#19912)
Lewis Russell
2022-09-02
*
|
fix(ui): ui compositor does not correctly free event callbacks
Famiu Haque
2022-09-02
*
|
vim-patch:9.0.0349: filetype of *.sil files not well detected (#20050)
Jonas Strittmatter
2022-09-02
*
|
feat(api): add support for :horizontal modifier
zeertzjq
2022-09-01
*
|
vim-patch:9.0.0346: :horizontal modifier not fully supported
zeertzjq
2022-09-01
*
|
vim-patch:9.0.0342: ":wincmd =" equalizes in two directions
zeertzjq
2022-09-01
*
|
fix(lua): make ui_attach()/ui_detach() take effect immediately (#20037)
zeertzjq
2022-09-01
|
/
*
Merge pull request #20022 from dundargoc/refactor/char_u/6
bfredl
2022-09-01
|
\
|
*
refactor: replace char_u with char
Dundar Göc
2022-08-31
*
|
Merge pull request #20038 from bfredl/unflush
bfredl
2022-09-01
|
\
\
|
*
|
perf(messages): don't call ui_flush() per message line in various places
bfredl
2022-09-01
*
|
|
Merge pull request #20023 from bfredl/hlarena
bfredl
2022-09-01
|
\
\
\
|
*
|
|
refactor(highlight): make hlattrs2dict always use pre-allocated dict
bfredl
2022-08-31
|
|
|
/
|
|
/
|
*
|
|
fix(maparg): remove double allocation (#20033)
zeertzjq
2022-09-01
*
|
|
vim-patch:9.0.0343: ColorScheme autocommand triggered when colorscheme not fo...
zeertzjq
2022-09-01
*
|
|
feat(mapset): support restoring Lua callback (#20024)
zeertzjq
2022-09-01
|
|
/
|
/
|
*
|
Merge pull request #16396 from bfredl/luaevent
bfredl
2022-08-31
|
\
\
|
|
/
|
/
|
|
*
feat(lua): vim.ui_attach to get ui events from lua
bfredl
2022-08-31
*
|
Merge pull request #20007 from dundargoc/refactor/char_u/5
bfredl
2022-08-31
|
\
\
|
*
|
refactor: replace char_u with char
Dundar Göc
2022-08-31
|
|
/
*
|
refactor(mappings)!: mapblock_fill_dict() use API Dictionary (#20020)
zeertzjq
2022-08-31
*
|
fix(api): nvim_set_hl bail out on invalid group name (#20021)
zeertzjq
2022-08-31
|
/
*
vim-patch:8.2.3102: test for crash fix does not fail without the fix (#20018)
zeertzjq
2022-08-31
*
vim-patch:8.2.0301: insufficient testing for exception handling (#20016)
zeertzjq
2022-08-31
*
vim-patch:8.1.2037: can call win_gotoid() in cmdline window (#20015)
zeertzjq
2022-08-31
*
vim-patch:9.0.0332: overwrite check may block BufWriteCmd (#20014)
zeertzjq
2022-08-31
*
fix(exceptions): restore `did_throw` (#20000)
Sean Dewar
2022-08-30
*
Vim 9.0.{0314,0319}: some filetypes are not recognized (#20005)
Christian Clason
2022-08-30
*
refactor: replace char_u with char 4 (#19987)
dundargoc
2022-08-30
*
fix(highlight): set the window namespace when redrawing statusline
bfredl
2022-08-30
*
feat(tui): recognize sidescroll events (#19992)
zeertzjq
2022-08-30
*
vim-patch:9.0.0320: command line type of CmdlineChange differs from getcmdtype()
zeertzjq
2022-08-30
*
refactor: move cmdline functions to ex_getln.c
zeertzjq
2022-08-30
*
vim-patch:9.0.0318: clearing screen causes flicker (#19993)
zeertzjq
2022-08-30
*
fix(redraw): handle switching to a tabpage with larger p_ch value
bfredl
2022-08-29
*
refactor: replace char_u with char
Dundar Göc
2022-08-29
*
vim-patch:9.0.0316: screen flickers when 'cmdheight' is zero (#19991)
zeertzjq
2022-08-29
*
Merge pull request #19971 from dundargoc/refactor/remove-casts
bfredl
2022-08-29
|
\
|
*
refactor: remove redundant casts
Dundar Göc
2022-08-27
*
|
Merge pull request #19961 from dundargoc/refactor/char_u/2
bfredl
2022-08-29
|
\
\
|
*
|
refactor: replace char_u with char
Dundar Göc
2022-08-27
|
|
/
*
|
Merge pull request #19975 from bfredl/chartabsize
bfredl
2022-08-29
|
\
\
|
*
|
refactor(plines): use a struct for chartabsize state
bfredl
2022-08-29
[prev]
[next]