diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-28 18:56:36 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-28 18:56:36 +0200 |
commit | 31409eaafb75e2454c732dd953e92acc557fd5a7 (patch) | |
tree | 7ac31507fb8251cbfbaa808bde59950113a8ad4a /scripts/test | |
parent | f431aee86e51cb416ee83f895526d0ea46e46e5e (diff) | |
download | vim-polyglot-31409eaafb75e2454c732dd953e92acc557fd5a7.tar.gz vim-polyglot-31409eaafb75e2454c732dd953e92acc557fd5a7.zip |
Fix all warning messages
Diffstat (limited to 'scripts/test')
-rwxr-xr-x | scripts/test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/test b/scripts/test index db6de5da..ebb6d6ce 100755 --- a/scripts/test +++ b/scripts/test @@ -18,8 +18,6 @@ def run_vimscript(src) func! Log(msg) if $DEV != '1' echo a:msg - else - echon '.' endif endfunc EOM |