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
/
test
/
functional
/
core
/
startup_spec.lua
Commit message (
Expand
)
Author
Age
*
feat(remote): avoid --remote-ui infinite loop (#24465)
shafouz
2023-08-13
*
test(core/startup_spec): use retry() instead of jobwait() (#24481)
zeertzjq
2023-07-25
*
fix(startup): make recovery mode work without --headless (#24477)
zeertzjq
2023-07-25
*
test(startup_spec): add a test for #18315 (#24391)
zeertzjq
2023-07-19
*
fix(runtime): respect 'rtp' order for all runtime files (#24335)
zeertzjq
2023-07-14
*
fix(startup)!: "nvim -l" message does not end with newline #24215
zeertzjq
2023-07-01
*
fix(startup): don't truncate when printing with -l (#24216)
zeertzjq
2023-07-01
*
fix(startup): "nvim -l foo.lua" may not set arg0 #24161
Mike
2023-06-26
*
test(core/startup_spec): add a test for #13720 (#23910)
zeertzjq
2023-06-05
*
feat(lua): rename vim.loop -> vim.uv (#22846)
Lewis Russell
2023-06-03
*
refactor(options): deprecate nvim[_buf|_win]_[gs]et_option
Lewis Russell
2023-05-21
*
test(startup_spec): use getscriptinfo() instead of :scriptnames (#23034)
zeertzjq
2023-04-12
*
refactor: remove :CheckHealth
dundargoc
2023-04-12
*
test: use exec_capture() in more places (#22787)
zeertzjq
2023-03-26
*
feat(api): nvim_exec2(), deprecate nvim_exec() #19032
Evgeni Chasnovski
2023-03-25
*
refactor(tests): run unittests using main nvim binary in interpreter mode
bfredl
2023-01-31
*
refactor(tests): lift retry() into assert_log()
Justin M. Keyes
2023-01-17
*
feat(lua): store "nvim -l" scriptname in _G.arg[0]
Justin M. Keyes
2023-01-07
*
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
*
fix(tui): more work in the TUI
bfredl
2022-12-31
*
test: add test for setting &columns from modeline with tabpages
zeertzjq
2022-12-30
*
test(exrc): add tests for .nvimrc and .nvim.lua (#21478)
Munif Tanjim
2022-12-20
*
fix(startup): support .exrc or .nvimrc with init.lua (#21181)
Kristijan Husak
2022-11-26
*
test: simplify platform detection (#21020)
dundargoc
2022-11-22
*
docs: fix typos
dundargoc
2022-11-02
*
feat(gen_help_html.lua): adapt to new parser
Justin M. Keyes
2022-09-28
*
fix(windows):exepath, stdpath return wrong slashes #19111
Enan Ajmain
2022-07-17
*
feat(defaults): mouse=nvi #19290
matveyt
2022-07-17
*
test: --startuptime
Justin M. Keyes
2022-07-09
*
feat: stdpath('run'), /tmp/nvim.user/ #18993
Justin M. Keyes
2022-06-30
*
refactor(aucmd): call define_autocmd() directly for default autocmds
bfredl
2022-06-28
*
feat(logging): include test-id in log messages
Justin M. Keyes
2022-06-15
*
fix(logging): skip recursion, fix crash #18764
Justin M. Keyes
2022-05-30
*
test: unskip tests on Windows (#18600)
zeertzjq
2022-05-18
*
fix(terminal): do not trim whitespace that is actually in the terminal (#16423)
zeertzjq
2022-05-17
*
docs: typo fixes (#17859)
dundargoc
2022-04-15
*
ci: skip tests that fail on windows
Dundar Göc
2022-02-20
*
test: add VIMRUNTIME variable to the clear function
Dundar Göc
2022-01-08
*
fix: make mode() return correct value in ex mode
brian m. carlson
2022-01-08
*
chore: fix typos (#16361)
dundargoc
2021-11-27
*
fix(runtime): fix missing packpath entries
Björn Linse
2021-10-31
*
fix(runtime): don't use regexes inside lua require'mod'
Björn Linse
2021-10-17
*
fix(runtime): add packages as "/pack/*/start/*" patterns to &rtp
Björn Linse
2021-10-02
*
fix(runtime): fix ordering of "after" packages
Björn Linse
2021-09-30
*
fix(runtime): make a copy of runtime_search_path when iterating
Björn Linse
2021-09-27
*
fix(runtime): ordering of loading packages with user config
Björn Linse
2021-09-26
*
fix(startup): init.lua: set $MYVIMRC to absolute path #15748
Justin M. Keyes
2021-09-21
[next]