Files
neovim/runtime/lua/vim/_core
Olivia Kinnear 13faa0ef84 feat(defaults): :Open without args opens current file #38776
Problem:
Running `:Open` on an open buffer does not run `vim.ui.open()` on that file, requiring the user to type `:Open %`. This is inconsistent with most other vim commands which accept files, which default to the current buffer's file.

Solution:
Default to the current file when `:Open` is used without arguments.
2026-04-05 19:46:45 -04:00
..
2026-03-24 00:14:55 +01:00
2026-04-01 17:04:41 -04:00
2026-01-23 09:30:37 +01:00