diff options
author | w0rp <devw0rp@gmail.com> | 2020-11-21 19:00:53 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2020-11-21 19:00:53 +0000 |
commit | 06e7f2195ef6375be32a63f98b5e46070708a315 (patch) | |
tree | 35dea61349a6c9387b62c0bc365f13f16d56835e /doc | |
parent | b8aaff2cf77883702374aee28f088b8a64c3b492 (diff) | |
download | ale-06e7f2195ef6375be32a63f98b5e46070708a315.zip |
Fix #3332 - Modify everything for rename/actions
ALE now just modifies every open buffer for rename and actions, and sets
up a one-time use BufEnter event to reload buffers that are changed so
you don't have to think about what to do with changed buffers.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 71caf0e5..a64f86f0 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -3145,12 +3145,6 @@ 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. - ALECodeAction *ALECodeAction* |