Skip to content

Commit

Permalink
✅test:
Browse files Browse the repository at this point in the history
  • Loading branch information
utubo committed Oct 29, 2024
1 parent 72cdd76 commit 99ea0b7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/vimrc.test.vim
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ const vimrc_sid = scriptnames_output
->matchstr('\d\+')
#}}}

# ----------------------------------------------------------
# 初期表示後の設定を実行
doautocmd SafeStateAgain *
#if !is_manually_run
# #vimrc#lazyload#LazyLoad()
#endif

# ----------------------------------------------------------
# Lint

Expand Down Expand Up @@ -332,6 +339,5 @@ suite.TestIndent = () => {

# ----------------------------------------------------------

doautocmd SafeStateAgain *
g:RunTests()

0 comments on commit 99ea0b7

Please sign in to comment.