Skip to content

Commit 1e9b07d

Browse files
committed
feat: use edit instead of vsplit to open the config file
1 parent 1526d15 commit 1e9b07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/fall/command/FallConfig.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function! fall#command#FallConfig#call() abort
1313
call mkdir(fnamemodify(l:path, ':h'), 'p')
1414
call writefile(readfile(s:fall_config_template), l:path)
1515
endif
16-
execute 'vsplit' fnameescape(l:path)
16+
execute 'edit' fnameescape(l:path)
1717
augroup fall_config
1818
autocmd!
1919
autocmd BufWritePost <buffer> call s:reload()

0 commit comments

Comments
 (0)