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
*
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
*
refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)
zeertzjq
2022-08-11
*
vim-patch:8.1.1210: support for user commands is spread out (#19653)
zeertzjq
2022-08-06
*
feat(lua): print source locations of lua callbacks (#19597)
ii14
2022-08-03
*
Merge pull request #19437 from dundargoc/refactor/char_u-to-char
bfredl
2022-07-31
|
\
|
*
refactor: replace char_u with char
Dundar Goc
2022-07-31
*
|
docs: fix typos (#19024)
dundargoc
2022-07-31
|
/
*
refactor: move FunPtr to types.h (#19466)
zeertzjq
2022-07-22
*
fix(lua): make it possible to cancel vim.wait() with Ctrl-C (#19217)
JP
2022-07-19
*
feat(lua): measure require in --startuptime
ii14
2022-07-09
*
feat(api): add `unsilent` to command APIs
zeertzjq
2022-07-03
*
vim-patch:8.2.1900: Vim9: command modifiers do not work
zeertzjq
2022-07-03
*
fix(lua): clear got_int when calling vim.on_key() callback (#18979)
zeertzjq
2022-06-16
*
Merge pull request #18947 from zeertzjq/vim-8.2.1897
zeertzjq
2022-06-14
|
\
|
*
vim-patch:8.2.5088: value of cmod_verbose is a bit complicated to use
zeertzjq
2022-06-14
|
*
vim-patch:8.2.1898: command modifier parsing always uses global cmdmod
zeertzjq
2022-06-14
|
*
vim-patch:8.2.1897: command modifiers are saved and set inconsistently
zeertzjq
2022-06-14
*
|
perf(memory): use an arena for RPC decoding
bfredl
2022-06-14
|
/
*
fix: correct nlua_wait error message #18867
resolritter
2022-06-09
*
fix(nvim_create_user_command): make `smods` work with `nvim_cmd`
Famiu Haque
2022-06-08
*
feat: add preview functionality to user commands
Famiu Haque
2022-05-31
*
feat(nvim_create_user_command): pass structured modifiers to commands
Famiu Haque
2022-05-29
*
Merge pull request #18306 from lewis6991/fnfast
bfredl
2022-05-26
|
\
|
*
feat(lua): allow some viml functions to run in fast
Lewis Russell
2022-05-17
*
|
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
|
/
*
Merge pull request #18489 from dundargoc/refactor/remove-char_u
bfredl
2022-05-13
|
\
|
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-11
*
|
feat(api): add `nvim_cmd`
Famiu Haque
2022-05-11
|
/
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-09
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-05
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-04
*
fix(coverity): use xstrndup() instead of vim_strsave() (#18363)
zeertzjq
2022-05-03
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
fix(api): correctly pass f-args for nvim_create_user_command (#18098)
Gregory Anders
2022-04-13
*
Merge pull request #17459 from rktjmp/lua-error-tostring
bfredl
2022-03-18
|
\
|
*
feat: call __tostring on lua errors if possible before reporting to user
Oliver Marriott
2022-02-25
*
|
refactor(uncrustify): format all c files
Dundar Göc
2022-03-10
*
|
fix(lua): don't use nlua_error when exiting early
bfredl
2022-03-07
*
|
refactor(lua): move only runtime lua file in src/ to runtime/lua
bfredl
2022-03-04
*
|
refactor(lua): reorganize builtin modules, phase 1
bfredl
2022-03-03
*
|
Merge pull request #15079 from shadmansaleh/feat/verbose_lua
bfredl
2022-03-01
|
\
\
|
*
|
fix: anonymous sid not working
shadmansaleh
2022-02-28
|
*
|
feat(lua): show proper verbose output for lua configuration
shadmansaleh
2022-02-28
*
|
|
feat(lua): add missing changes to autocmds lost in the rebase
TJ DeVries
2022-02-28
|
/
/
*
|
feat(lua): add api and lua autocmds
TJ DeVries
2022-02-27
[next]