We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
edit
vsplit
1 parent 1526d15 commit 1e9b07dCopy full SHA for 1e9b07d
autoload/fall/command/FallConfig.vim
@@ -13,7 +13,7 @@ function! fall#command#FallConfig#call() abort
13
call mkdir(fnamemodify(l:path, ':h'), 'p')
14
call writefile(readfile(s:fall_config_template), l:path)
15
endif
16
- execute 'vsplit' fnameescape(l:path)
+ execute 'edit' fnameescape(l:path)
17
augroup fall_config
18
autocmd!
19
autocmd BufWritePost <buffer> call s:reload()
0 commit comments