diff options
author | w0rp <devw0rp@gmail.com> | 2017-10-08 23:26:50 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-10-08 23:26:50 +0100 |
commit | a809c4fa3a781af7401d2f11ee5155caef081457 (patch) | |
tree | ba0becb5ee2237c909e45b70f5112d35b7534bb1 /autoload | |
parent | 65aa88a7d5d9b855f71f2b2f30cb4ae1fca63ad3 (diff) | |
download | ale-a809c4fa3a781af7401d2f11ee5155caef081457.zip |
Get more random tests to pass on Windows
Diffstat (limited to 'autoload')
-rw-r--r-- | autoload/ale/test.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ale/test.vim b/autoload/ale/test.vim index 5fe4bed0..8fc4fe43 100644 --- a/autoload/ale/test.vim +++ b/autoload/ale/test.vim @@ -50,5 +50,5 @@ function! ale#test#SetFilename(path) abort \ ? a:path \ : l:dir . '/' . a:path - silent noautocmd execute 'file ' . fnameescape(ale#path#Winify(l:full_path)) + silent! noautocmd execute 'file ' . fnameescape(ale#path#Winify(l:full_path)) endfunction |