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
/
lua
/
executor.c
Commit message (
Expand
)
Author
Age
*
refactor: replace char_u with char 25 (#21838)
dundargoc
2023-01-19
*
refactor: replace char_u with char 24 (#21823)
dundargoc
2023-01-18
*
refactor: fix IWYU mapping file and use IWYU (#21802)
dundargoc
2023-01-15
*
refactor: replace char_u with char 18 (#21237)
dundargoc
2023-01-09
*
feat(lua): store "nvim -l" scriptname in _G.arg[0]
Justin M. Keyes
2023-01-07
*
fix(coverity/433537): don't call kv_concat_len() when read_size is 0 (#21664)
zeertzjq
2023-01-07
*
refactor: extract code to open stdin for reading
Justin M. Keyes
2023-01-05
*
refactor(lua): move _G.arg init to nlua_init()
Justin M. Keyes
2023-01-05
*
feat(lua): execute stdin ("-") as Lua
Justin M. Keyes
2023-01-05
*
feat(lua): exit 1 on Lua "-l" script error
Justin M. Keyes
2023-01-05
*
feat(lua): send "--" literally to Lua "-l" script
Justin M. Keyes
2023-01-05
*
feat(lua)!: execute Lua with "nvim -l"
Justin M. Keyes
2023-01-05
*
refactor(ui): devirtualize the ui layer
bfredl
2023-01-05
*
refactor(api): do not allocate temporaries for internal events
bfredl
2023-01-03
*
refactor: rename mch_msg => os_msg
Justin M. Keyes
2022-12-16
*
fix(secure): crash when hitting escape in prompt (#21283)
ii14
2022-12-05
*
refactor: make sure getting a callback doesn't modify argument
zeertzjq
2022-12-03
*
feat(secure): add `:trust` command and vim.secure.trust() (#21107)
Jlll1
2022-11-28
*
feat(exrc): use vim.secure.read() for 'exrc' option
Gregory Anders
2022-11-17
*
Merge pull request #20157 from dundargoc/build/iwyu
bfredl
2022-11-15
|
\
|
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
|
ci(windows): treat compiler warnings as errors
dundargoc
2022-11-14
|
/
*
feat(api): add command name to Lua command callback opts
Famiu Haque
2022-11-07
*
build(lint): remove clint.py rules for braces #20880
dundargoc
2022-11-01
*
refactor: replace char_u with char
Dundar Göc
2022-10-15
*
fix(lua): fix architecture-dependent behavior in usercmd "reg" (#20384)
zeertzjq
2022-09-28
*
fix(redraw): avoid unnecessary redraws and glitches with floats+messages
bfredl
2022-09-22
*
vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)
dundargoc
2022-09-18
*
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: replace char_u with char
Dundar Göc
2022-09-11
*
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
*
fix(api)!: correctly deal with number before :tab
zeertzjq
2022-09-02
*
feat(api): add support for :horizontal modifier
zeertzjq
2022-09-01
*
feat(lua): vim.ui_attach to get ui events from lua
bfredl
2022-08-31
*
fix(exceptions): restore `did_throw` (#20000)
Sean Dewar
2022-08-30
*
refactor: replace char_u with char
Dundar Goc
2022-08-25
*
test(treesitter): make internal lang test pending when necessary
Thomas Vigouroux
2022-08-24
*
Merge pull request #19906 from bfredl/bigstage
bfredl
2022-08-24
|
\
|
*
refactor(arena): use a shared block freelist
bfredl
2022-08-24
*
|
vim-patch:9.0.0206: redraw flags are not named specifically (#19913)
zeertzjq
2022-08-23
|
/
*
fix(api/command): fargs behavior when no arguments are passed (#19862)
Javier Lopez
2022-08-21
*
vim-patch:8.1.1886: command line expansion code is spread out (#19861)
zeertzjq
2022-08-21
*
vim-patch:8.1.2057: the screen.c file is much too big
Lewis Russell
2022-08-19
*
fix(source): fix expand('<sfile>') no longer works for Lua
zeertzjq
2022-08-16
*
fix(source): make changing 'shellslash' change expand() result
zeertzjq
2022-08-15
*
refactor: change remaining sourcing_name/sourcing_lnum to exestack
zeertzjq
2022-08-14
*
vim-patch:8.2.0056: execution stack is incomplete and inefficient
zeertzjq
2022-08-14
*
refactor: remove some unused includes (#19740)
zeertzjq
2022-08-12
[next]