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
/
nvim
/
eval
Commit message (
Expand
)
Author
Age
...
|
*
docs: fix typos
dundargoc
2022-11-02
|
*
vim-patch:9.0.0824: crash when using win_move_separator() in other tab page
zeertzjq
2022-11-02
|
*
build(lint): remove clint.py rules for braces #20880
dundargoc
2022-11-01
|
*
vim-patch:8.2.2343: Vim9: return type of readfile() is any (#20896)
zeertzjq
2022-11-01
|
*
vim-patch:9.0.0821: crash with win_move_statusline() in another tabpage (#20894)
zeertzjq
2022-11-01
|
*
vim-patch:8.2.3407: using uninitialized memory with "let g:['bar'] = 2"
zeertzjq
2022-10-28
|
*
vim-patch:8.2.1395: Vim9: no error if declaring a funcref with lower case letter
zeertzjq
2022-10-28
|
*
vim-patch:8.2.1544: cannot translate messages in a Vim script
zeertzjq
2022-10-28
|
*
vim-patch:8.2.2653: build failure
zeertzjq
2022-10-27
|
*
vim-patch:8.2.4070: using uninitialized memory when reading empty file
zeertzjq
2022-10-27
|
*
vim-patch:8.2.3408: can delete a numbered function
zeertzjq
2022-10-27
|
*
vim-patch:8.2.2726: confusing error message with white space before comma
zeertzjq
2022-10-27
|
*
vim-patch:8.2.0619: null dict is not handled like an empty dict
zeertzjq
2022-10-26
|
*
vim-patch:8.2.0610: some tests are still old style
zeertzjq
2022-10-26
|
*
vim-patch:8.2.0908: crash when changing the function table while listing it
zeertzjq
2022-10-24
|
*
refactor: fix uncrustify lint errors
dundargoc
2022-10-21
|
*
refactor(uncrustify): improved formatting rules
dundargoc
2022-10-21
|
*
refactor: clang-tidy fixes to silence clangd warning (#20683)
dundargoc
2022-10-21
|
*
refactor: replace char_u with char
Dundar Göc
2022-10-15
|
*
feat(cscope)!: remove
Lewis Russell
2022-10-13
|
*
docs: fix typos (#20509)
dundargoc
2022-10-13
|
*
refactor: clint (#20600)
Lewis Russell
2022-10-12
|
*
vim-patch:partial:9.0.0715: wrong argument for append() gives two error messages
zeertzjq
2022-10-10
|
*
vim-patch:9.0.0712: wrong column when calling setcursorcharpos() with zero lnum
zeertzjq
2022-10-10
|
*
vim-patch:8.2.2671: error for line number in legacy script
zeertzjq
2022-10-10
|
*
vim-patch:8.2.2184: Vim9: no error when using "2" for a line number
zeertzjq
2022-10-10
|
*
vim-patch:8.2.2316: Vim9: cannot list a lambda function
zeertzjq
2022-10-04
|
*
Merge pull request #20375 from famiu/refactor/get_option
bfredl
2022-09-28
|
|
\
|
|
*
refactor: replace unnecessary helper functions in optionstr.c
Famiu Haque
2022-09-28
|
*
|
fix: compiler warnings from clang 15 (#20321)
dundargoc
2022-09-28
|
*
|
fix(api): notify dict watchers on nvim_set_var and vim.g setter
smolck
2022-09-27
|
|
/
|
*
refactor: move klib out of src/nvim/ #20341
dundargoc
2022-09-25
|
*
vim-patch:9.0.0568: autocmd code is indented more than needed (#20318)
zeertzjq
2022-09-24
|
*
vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)
dundargoc
2022-09-18
|
*
fix(eval)!: make Lua Funcref work as method and in substitute() (#20217)
zeertzjq
2022-09-16
|
*
vim-patch:9.0.0476: varargs does not work for replacement function of substit...
zeertzjq
2022-09-16
|
*
vim-patch:8.2.3796: the funcexe_T struct members are not named consistently (...
zeertzjq
2022-09-16
|
*
vim-patch:8.2.0067: ERROR_UNKNOWN clashes on some systems (#20212)
zeertzjq
2022-09-16
|
*
refactor: move definitions from `typval.h` to `typval_defs.h` (#20194)
Famiu Haque
2022-09-14
|
*
vim-patch:9.0.0449: there is no easy way to translate a key code into a strin...
zeertzjq
2022-09-13
|
*
Merge pull request #20077 from dundargoc/refactor/char_u/11
bfredl
2022-09-12
|
|
\
|
|
*
refactor: replace char_u with char
Dundar Göc
2022-09-11
|
*
|
vim-patch:9.0.0299: error messages for setcmdline() could be better (#20169)
zeertzjq
2022-09-12
|
*
|
vim-patch:8.2.5034: there is no way to get the byte index from a virtual column
zeertzjq
2022-09-12
|
*
|
refactor: move f_screenpos() to move.c
zeertzjq
2022-09-12
|
*
|
vim-patch:8.2.2664: Vim9: not enough function arguments checked for string
zeertzjq
2022-09-12
|
*
|
vim-patch:8.2.2646: Vim9: error for not using string doesn't mention argument
zeertzjq
2022-09-12
|
|
/
|
*
refactor: replace char_u with char
Dundar Göc
2022-09-10
|
*
refactor: replace char_u with char
Dundar Göc
2022-09-09
|
*
refactor(typval): change FC_CFUNC abstraction into FC_LUAREF
bfredl
2022-09-07
[prev]
[next]