diff options
Diffstat (limited to 'test/functional/fixtures/lua/test_plug/autoload')
| -rw-r--r-- | test/functional/fixtures/lua/test_plug/autoload/health/test_plug.vim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/functional/fixtures/lua/test_plug/autoload/health/test_plug.vim b/test/functional/fixtures/lua/test_plug/autoload/health/test_plug.vim deleted file mode 100644 index de05f56e9e..0000000000 --- a/test/functional/fixtures/lua/test_plug/autoload/health/test_plug.vim +++ /dev/null @@ -1,3 +0,0 @@ -function! health#success1#check() - call health#report_start("If you see this I'm broken") -endfunction |