From 366de225fdd9ddef29a5b947c419303278af0c01 Mon Sep 17 00:00:00 2001 From: w0rp Date: Thu, 10 Apr 2025 15:17:35 +0100 Subject: [PATCH] Mention, but do not scream when a file changes before it is fixed --- autoload/ale/fix.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/ale/fix.vim b/autoload/ale/fix.vim index 786978d1..a369fa6d 100644 --- a/autoload/ale/fix.vim +++ b/autoload/ale/fix.vim @@ -78,7 +78,7 @@ function! ale#fix#ApplyFixes(buffer, output) abort if !l:data.ignore_file_changed_errors " no-custom-checks - echoerr 'The file was changed before fixing finished' + echom 'The file was changed before fixing finished' endif return