summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2020-10-15 21:56:21 +0100
committerw0rp <devw0rp@gmail.com>2020-10-15 21:56:21 +0100
commit477eb89793f9be3be95cf89a22c8ff94a88ba9a8 (patch)
tree7b2b5d187b026bcb4a3860cfe85233dca76a62c4 /doc/ale.txt
parentf384d61c3d4d624fd391a6d877ec913096b2bb10 (diff)
downloadale-477eb89793f9be3be95cf89a22c8ff94a88ba9a8.zip
#3332 Implement :ALERename! for ignoring errors
:ALERename! now ignores errors for files that cannot be modified, and modifies all other files.
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index b63c51a2..eb8f0275 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -3099,6 +3099,12 @@ ALERename *ALERename*
The symbol where the cursor is resting will be the symbol renamed, and a
prompt will open to request a new name.
+ ALE will refuse to complete a rename operation if there are files to modify
+ which have not yet been saved in Vim. If the command is run with a bang
+ (`:ALERename!`), all warnings will be suppressed, and files that are still
+ open in Vim and not saved will be ignored and left in a state where symbols
+ in those files will not be updated.
+
ALERepeatSelection *ALERepeatSelection*