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
/
runtime
Commit message (
Expand
)
Author
Age
...
|
*
feat(fs): add vim.fs.dirname()
Gregory Anders
2022-05-31
|
*
feat(fs): add vim.fs.parents()
Gregory Anders
2022-05-31
|
*
refactor(checkhealth)!: rename to vim.health, move logic to Lua #18720
Javier Lopez
2022-05-31
|
*
Merge pull request #18194 from famiu/feat/usercmd_preview
bfredl
2022-05-31
|
|
\
|
|
*
feat: add preview functionality to user commands
Famiu Haque
2022-05-31
|
*
|
Merge pull request #18219 from kessejones/filetype-lua
Gregory Anders
2022-05-31
|
|
\
\
|
|
*
|
feat(filetype): convert more patterns to filetype.lua
Christian Clason
2022-05-30
|
*
|
|
fix(lsp): include cancellable in progress message table (#18809)
Chris Kipp
2022-05-31
|
*
|
|
docs(dev-style): remove rules covered by uncrustify #18767
dundargoc
2022-05-30
|
|
/
/
|
*
|
docs: clarify that nvim_strwidth counts control characters as one cell (#18802)
zeertzjq
2022-05-31
|
*
|
fix(logging): skip recursion, fix crash #18764
Justin M. Keyes
2022-05-30
|
|
/
|
*
Merge pull request #18792 from famiu/feat/nvim_create_user_command/smods
bfredl
2022-05-29
|
|
\
|
|
*
feat(nvim_create_user_command): pass structured modifiers to commands
Famiu Haque
2022-05-29
|
*
|
fix(treesitter): offset directive associates range with capture (#18276)
Lewis Russell
2022-05-28
|
|
/
|
*
docs(options): move all removed options to vim_diff.txt (#18770)
dundargoc
2022-05-28
|
*
fix(ui): require window-local value to show winbar on floating windows (#18773)
Famiu Haque
2022-05-28
|
*
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
|
*
|
feat(lsp): turn rename filter into a predicate (#18745)
Mathias Fußenegger
2022-05-26
|
*
|
Merge pull request #18738 from zeertzjq/vim-8.2.5010
zeertzjq
2022-05-26
|
|
\
\
|
|
*
|
vim-patch:8.2.5010: the terminal debugger uses various global variables
zeertzjq
2022-05-26
|
|
*
|
docs: add missing termdebug docs from Vim runtime updates
zeertzjq
2022-05-26
|
*
|
|
vim-patch:8.2.5015: Hoon and Moonscript files are not recognized (#18747)
dundargoc
2022-05-25
|
|
/
/
|
*
|
refactor(lsp): remove redundant client cleanup (#18744)
Gregory Anders
2022-05-25
|
*
|
feat(lsp)!: turn format filter into predicate (#18458)
Mathias Fußenegger
2022-05-25
|
*
|
fix(lsp): respect global syntax setting in open float preview (#15225)
Elton Leander Pinto
2022-05-25
|
*
|
Merge pull request #18528 from lewis6991/setwinopt
bfredl
2022-05-25
|
|
\
\
|
|
*
|
feat(api): add win and buf to nvim_set_option_value
Lewis Russell
2022-05-17
|
|
|
/
|
*
|
docs(api): floating wins omitted under :mksession (#18721)
Daniel Steinberg
2022-05-24
|
*
|
fix(filetype): correct vim.fn.did_filetype() handling (#18725)
notomo
2022-05-23
|
*
|
vim-patch:partial 2d8ed0203aed (#18675)
dundargoc
2022-05-23
|
*
|
feat: click support for 'statusline', 'winbar' #18650
Famiu Haque
2022-05-23
|
*
|
refactor!: delete insertmode (#18547)
Gregory Anders
2022-05-22
|
*
|
fix(lsp): do not detach LSP servers on Windows #18703
Gregory Anders
2022-05-22
|
*
|
refactor(runtime): convert the remaining dist#ft functions to lua (#18623)
Jonas Strittmatter
2022-05-22
|
*
|
build(clint): remove redundant checks #18698
dundargoc
2022-05-22
|
*
|
Merge pull request #18608 from ckipp01/extmarkDocs
bfredl
2022-05-22
|
|
\
\
|
|
*
|
docs(extmark): remove message about passing in id=0
ckipp01
2022-05-18
|
|
|
/
|
*
|
docs: remove "Vi default" #18672
dundargoc
2022-05-22
|
*
|
vim-patch:8.2.4993: smart/C/lisp indenting is optional (#18684)
zeertzjq
2022-05-22
|
*
|
refactor: add warnings for deprecated functions (#18662)
dundargoc
2022-05-21
|
*
|
fix(lsp): only send diagnostics from current buffer in code_action() (#18639)
Fredrik Ekre
2022-05-20
|
*
|
Merge pull request #18502 from drybalka/fix-languagetree-contains-description
Christian Clason
2022-05-19
|
|
\
\
|
|
*
|
refactor: simple logic in tree_contains()
Denys
2022-05-18
|
|
*
|
docs: correct description of LanguageTree:contains()
Denys
2022-05-18
|
*
|
|
Merge pull request #18630 from dundargoc/refactor/remove-remap
Gregory Anders
2022-05-18
|
|
\
\
\
|
|
*
|
|
refactor!: remove 'terse' option
Dundar Goc
2022-05-19
|
|
*
|
|
refactor!: remove 'remap' option
Dundar Goc
2022-05-19
|
*
|
|
|
feat(lsp): option to reuse_win for jump actions (#18577)
Lewis Russell
2022-05-18
|
|
/
/
/
|
*
|
|
feat(lsp): add filter to vim.lsp.get_active_clients()
Gregory Anders
2022-05-18
[prev]
[next]