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
/
vim.lua
Commit message (
Expand
)
Author
Age
*
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
*
feat(lua): show proper verbose output for lua configuration
shadmansaleh
2022-02-28
*
feat(lua): add proper support of luv threads
erw7
2022-02-26
*
fix(lua): restore priority of the preloader
Lewis Russell
2022-02-05
*
fix(lua): print multiple return values with =expr (#16933)
Shadman
2022-01-06
*
feat(lua): add notify_once() (#16956)
Gregory Anders
2022-01-06
*
feat(lua): add vim.keymap
shadmansaleh
2022-01-04
*
feat: filetype.lua (#16600)
Gregory Anders
2022-01-04
*
chore: fix typos (#16506)
dundargoc
2021-12-28
*
docs(lsp): add annotations for private functions
Gregory Anders
2021-11-30
*
chore: fix typos
ii14
2021-11-30
*
chore(docs): clarify vim.notify log_level parameter (#16436)
Mathias Fußenegger
2021-11-25
*
feat(lua): allow passing handles to vim.b/w/t
Lewis Russell
2021-10-19
*
fix(runtime): don't use regexes inside lua require'mod'
Björn Linse
2021-10-17
*
fix(docs): duplicate tag, wrong formatting
Justin M. Keyes
2021-10-05
*
feat(ui): add vim.ui.select and use in code actions (#15771)
Mathias Fußenegger
2021-09-27
*
refactor: move vim.lsp.diagnostic to vim.diagnostic
Gregory Anders
2021-09-15
*
feat(lua)!: register_keystroke_callback => on_key
Justin M. Keyes
2021-09-09
*
fix(lua): make core vim module not dependent on $VIMRUNTIME functions
Björn Linse
2021-08-30
*
fix(lua): preserve argument lists which are not lists
Björn Linse
2021-08-29
*
docs: make Lua docstrings consistent #15255
Gregory Anders
2021-08-22
*
fix(lua): ensure vim.region truncates to buf range
Michael Lingelbach
2021-06-11
*
lua: Add vim.opt and fix scopes of vim.o (#13479)
TJ DeVries
2021-05-28
*
lua: use proper conversion of vim.g values
Björn Linse
2021-05-19
*
lua: use WarningMsg for vim.notify() warnings (#14508)
Shadman
2021-05-10
*
docs: Treesitter (#13260)
TJ DeVries
2021-05-01
*
lua: make vim.cmd an alias of vim.api.nvim_exec() (#14401)
Shadman
2021-04-22
*
Merge pull request #13875 from smolck/vim_fn_error_on_api
Björn Linse
2021-03-09
|
\
|
*
Fix unused vararg
smolck
2021-02-06
|
*
remove extra line, remove () in error
smolck
2021-02-04
|
*
vim.fn: throw error when trying to use API function
smolck
2021-02-03
*
|
fix(notify): Expected 3 arguments error (#13905)
notomo
2021-02-09
*
|
feat: adds vim.notify
Matthieu Coudron
2021-01-31
|
/
*
lua: complete methods in metatables
Björn Linse
2021-01-26
*
Don't show entire context when completing
Tony Chen
2021-01-26
*
feat: add completion to ':lua'
TJ DeVries
2021-01-26
*
Missing argument for package.loadlib()
matveyt
2021-01-22
*
runtime: propagate lua parsing errors while using "require"
dm1try
2020-12-10
*
lsp: vim.lsp.diagnostic (#12655)
TJ DeVries
2020-11-12
*
lua: make vim.inspect available early so it can be used for path debugging
Björn Linse
2020-11-05
*
startup: handle autoload and lua packages during startup
Björn Linse
2020-11-02
*
lua: add vim.register_keystroke_callback (#12536)
TJ DeVries
2020-08-14
*
lua: Add ability to pass lua functions directly to vimL
TJ DeVries
2020-07-10
*
doc: mention that defer_fn applies schedule_wrap (#12601)
Christian Clason
2020-07-07
*
lua: add options to highlight.on_yank (#12549)
Christian Clason
2020-07-05
*
doc: fix scripts and regenerate (#12506)
TJ DeVries
2020-07-02
*
lua: Add highlight.on_yank (#12279)
Christian Clason
2020-05-18
*
lua: Add buffer, window and tab accessors (#12268)
TJ DeVries
2020-05-07
*
paste: support replace mode (#11945)
Jesse
2020-05-05
[next]