summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcos <cos>2023-06-06 11:30:05 +0200
committercos <cos>2023-06-06 11:31:49 +0200
commitb3de5d17796f25fefba941f520227910184646da (patch)
tree16f7a88b12dda2e63770b1f3f0768e65075dc532
parent7021ed0c6859ec8b1bf5012d1276d54a786449c3 (diff)
downloadale-b3de5d17796f25fefba941f520227910184646da.zip
Clean-up copy'n'paste error?
It is unclear what the true origin of the removed line is, but: ```sh git log --patch --all | grep run_vim.sh ``` tells the referenced file has never existed in this repository.
-rw-r--r--test/vimrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/vimrc b/test/vimrc
index 3f80c636..4a72d3e1 100644
--- a/test/vimrc
+++ b/test/vimrc
@@ -7,7 +7,6 @@ let g:ale_set_lists_synchronously = 1
hi link aleerrorline spellbad
" Load builtin plugins
-" We need this because run_vim.sh sets -i NONE
if has('win32')
set runtimepath=$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,C:\vader,C:\testplugin
else