mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 01:51:52 +00:00
[RFC] ":source" sources from current buffer if filename is omitted (#11444)
Fix https://github.com/neovim/neovim/issues/8722
This commit is contained in:
@@ -2521,8 +2521,8 @@ module.cmds = {
|
||||
},
|
||||
{
|
||||
command='source',
|
||||
flags=bit.bor(BANG, FILE1, TRLBAR, SBOXOK, CMDWIN),
|
||||
addr_type='ADDR_NONE',
|
||||
flags=bit.bor(RANGE, DFLALL, WHOLEFOLD, BANG, FILE1, TRLBAR, SBOXOK, CMDWIN),
|
||||
addr_type='ADDR_LINES',
|
||||
func='ex_source',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user