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
/
lua
/
vim
/
ui.lua
Commit message (
Expand
)
Author
Age
*
fix: another round of type annotation fixes
Lewis Russell
2024-10-31
*
fix(lsp): support multiple clients in typehierarchy
Lewis Russell
2024-10-22
*
feat(vim.validate): improve fast form and deprecate spec form
Lewis Russell
2024-10-21
*
feat(vim.ui.open): support lemonade #30845
Uthman Mohamed
2024-10-18
*
perf(validate): use lighter version
Lewis Russell
2024-10-17
*
feat(vim.ui): configurable "gx" / vim.ui.open() tool
Matěj Cepl
2024-09-16
*
fix(vim.ui.open): prefer xdg-open on WSL #30302
Yi Ming
2024-09-07
*
feat(treesitter)!: default to correct behavior for quantified captures (#30193)
Gregory Anders
2024-09-01
*
fix(ui): correctly pass metadata to get_node_text #30222
Gregory Anders
2024-09-01
*
feat(ui): gx: use url extmark attribute and tree-sitter directive (#30192)
Gregory Anders
2024-08-31
*
fix(lua): ignore stdout and stderr for xdg-open
Aaron
2024-08-12
*
fix(lua): change some vim.fn.expand() to vim.fs.normalize() (#29583)
zeertzjq
2024-07-09
*
refactor: use `vim._with` where possible
dundargoc
2024-06-28
*
fix(gx): allow `@` in url
dundargoc
2024-06-03
*
feat: allow gx to function for markdown links
dundargoc
2024-05-24
*
fix(vim.ui)!: change open() to return `result|nil, errmsg|nil` #28612
Justin M. Keyes
2024-05-03
*
fix(vim.ui)!: change open() to return pcall-like values #28502
Justin M. Keyes
2024-04-25
*
fix(vim.ui.open): try wslview before explorer.exe #28424
Justin M. Keyes
2024-04-20
*
fix(vim.ui): open() may wait indefinitely #28325
Justin M. Keyes
2024-04-15
*
refactor(types): fix miscellaneous type warnings
Maria José Solano
2024-02-25
*
fix(vim.ui.open): use explorer.exe instead of wslview #26947
Vu Nhat Chuong
2024-02-20
*
refactor: fix luals warnings
dundargoc
2023-12-30
*
docs: replace <pre> with ``` (#25136)
Gregory Anders
2023-09-14
*
refactor(vim.system): factor out on_exit handling
Lewis Russell
2023-09-05
*
fix(ui.open): some URLs fail on Windows
marshmallow
2023-07-21
*
fix(vim.ui.open): return (don't show) error message
Justin M. Keyes
2023-07-05
*
fix(gx): visual selection, expand env vars
Justin M. Keyes
2023-07-04
*
feat(vim.ui): vim.ui.open, "gx" without netrw
marshmallow
2023-07-04
*
docs: naming conventions, guidelines
Justin M. Keyes
2023-02-22
*
docs(gen): support language annotation in docstrings
Christian Clason
2022-12-02
*
fix: vim.ui.input always calls callback #21006
Steven Arcangeli
2022-11-12
*
fix(vim.ui.input): return empty string when inputs nothing (#20883)
Jongwook Choi
2022-11-08
*
fix(vim.ui.input): accept nil or empty "opts" #19109
0x74696d6d79
2022-06-28
*
chore: format runtime with stylua
Christian Clason
2022-05-09
*
docs: typo fixes (#17859)
dundargoc
2022-04-15
*
chore: fix typos (#17250)
dundargoc
2022-02-08
*
docs: add example to vim.ui.select (#17241)
dundargoc
2022-01-30
*
feat(ui): add vim.ui.input and use in lsp rename (#15959)
Sebastian Lyng Johansen
2021-11-07
*
feat(ui): add `opt.kind` to `vim.ui.select` (#15838)
Zachary Churchill
2021-10-31
*
fix(ui): s/format_entry/format_item to match docs (#15819)
Mathias Fußenegger
2021-09-27
*
feat(ui): add vim.ui.select and use in code actions (#15771)
Mathias Fußenegger
2021-09-27