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
Commit message (
Expand
)
Author
Age
*
Merge pull request #18507 from gpanders/au-lsp-attached
Gregory Anders
2022-05-18
|
\
|
*
feat(lsp): add LspAttach and LspDetach autocommands
Gregory Anders
2022-05-18
*
|
Merge pull request #18624 from famiu/feat/ui/winbar
bfredl
2022-05-18
|
\
\
|
|
/
|
/
|
|
*
fix(ui): set correct position on mouse click when 'winbar' is enabled
Famiu Haque
2022-05-18
*
|
feat(api): enable nvim_exec_autocmds to pass arbitrary data (#18613)
Gregory Anders
2022-05-18
|
/
*
Merge pull request #18562 from famiu/feat/ui/winbar
bfredl
2022-05-18
|
\
|
*
feat(ui): add `'winbar'`
Famiu Haque
2022-05-18
*
|
test: fix mksession terminal CWD test again (#18615)
zeertzjq
2022-05-18
*
|
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
|
/
*
fix(api): nvim_eval_statusline should validate input #18347
deforde
2022-05-15
*
refactor(ui)!: link `VertSplit` to `Normal` by default
Famiu Haque
2022-05-15
*
fix(man.vim): q in "$MANPAGER mode" does not quit #18443
Arsham Shirvani
2022-05-13
*
vim-patch:8.2.2797: Search highlight disappears in the Visual area (#17947)
zeertzjq
2022-05-13
*
revert: "feat(mappings): do not simplify the rhs of a mapping" (#18553)
zeertzjq
2022-05-13
*
feat(defaults): search selection by * and # in visual mode (#18538)
yamatsum
2022-05-13
*
fix(windows): stdpath("state") => "nvim-data" #18546
dundargoc
2022-05-12
*
fix(lsp): perform client side filtering of code actions (#18392)
Fredrik Ekre
2022-05-12
*
fix(cmd): make :-tabmove work with modifiers (#18447)
Marco Hinz
2022-05-12
*
feat(defaults): session data in $XDG_STATE_HOME #15583
Ivan
2022-05-12
*
fix(api): make `nvim_cmd` work correctly with empty arguments list (#18527)
Famiu Haque
2022-05-11
*
Merge pull request #18366 from famiu/feat/api/nvim_cmd
bfredl
2022-05-11
|
\
|
*
feat(api): add `nvim_cmd`
Famiu Haque
2022-05-11
*
|
test: convert two statusline oldtests to Lua screen tests
zeertzjq
2022-05-10
|
/
*
fix(api): make `nvim_parse_cmd` work correctly with both range and count
Famiu Haque
2022-05-07
*
Merge pull request #18438 from famiu/feat/api/nvim_parse_cmd
bfredl
2022-05-06
|
\
|
*
fix(api): make `nvim_parse_cmd` propagate errors
Famiu Haque
2022-05-05
*
|
fix(lsp): fix rename capability checks and multi client support (#18441)
Mathias Fußenegger
2022-05-05
*
|
Merge pull request #18431 from famiu/feat/api/nvim_get_autocmds/group_name
bfredl
2022-05-05
|
\
\
|
*
|
feat(api): add `group_name` to `nvim_get_autocmds`
Famiu Haque
2022-05-05
*
|
|
fix(lsp): make sure to always reset active codelens refreshes (#18331)
William Boman
2022-05-05
*
|
|
Merge pull request #18314 from tk-shirasaka/global-statusline-on-ext_messages
bfredl
2022-05-05
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fix: display global statusline correctly with ext_messages
shirasaka
2022-05-05
|
|
/
*
/
refactor(api): make `range` in `nvim_parse_cmd` an array
Famiu Haque
2022-05-05
|
/
*
Merge pull request #18386 from ii14/version_dict_prerelease
bfredl
2022-05-04
|
\
|
*
feat: add "prerelease" to version dict
ii14
2022-05-03
*
|
feat(nvim_parse_cmd): add range, count, reg #18383
Famiu Haque
2022-05-04
*
|
Merge pull request #15674 from yatli/ui_event_extmark
bfredl
2022-05-03
|
\
\
|
*
|
feat(api/ui): win_extmarks
Yatao Li
2022-05-03
|
|
/
*
/
feat(server): set $NVIM, unset $NVIM_LISTEN_ADDRESS #11009
Justin M. Keyes
2022-05-03
|
/
*
test: add more tests for K_SPECIAL escaping in <Cmd> mapping
zeertzjq
2022-05-03
*
Merge pull request #18357 from bfredl/ui_stdin
bfredl
2022-05-02
|
\
|
*
refactor(ui): simplify stdin handling
bfredl
2022-05-02
*
|
fix(filetype.lua): escape expansion of ~ when used as a pattern
James McCoy
2022-05-02
|
/
*
fix(shared): avoid indexing unindexable values in vim.tbl_get() (#18337)
William Boman
2022-05-01
*
fix(lsp): handle textDocumentSync.save bool capability (#18332)
Mathias Fußenegger
2022-04-30
*
Merge pull request #18231 from famiu/feat/api/parse_cmdline
bfredl
2022-04-30
|
\
|
*
feat(api): add `nvim_parse_cmdline`
Famiu Haque
2022-04-30
*
|
feat(lsp): add async option to vim.lsp.buf.format (#18322)
Mathias Fußenegger
2022-04-30
|
/
*
feat(lsp): add vim.lsp.buf.format (#18193)
Michael Lingelbach
2022-04-30
[next]