From 7857098cb03f7b50fe0343178b954e70cb8b4df3 Mon Sep 17 00:00:00 2001 From: isaif Date: Thu, 1 Oct 2020 16:23:49 +0530 Subject: Fix grammatical error in doc --- doc/ale.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ale.txt') diff --git a/doc/ale.txt b/doc/ale.txt index 6ef137c1..b63c51a2 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -154,7 +154,7 @@ Any existing problems will be kept. 3.1 Linting On Other Machines *ale-lint-other-machines* ALE offers support for running linters or fixers on files you are editing -locally on other machines, so long as the other machine has access the file +locally on other machines, so long as the other machine has access to the file you are editing. This could be a linter or fixer run inside of a Docker image, running in a virtual machine, running on a remote server, etc. -- cgit v1.2.3 From 477eb89793f9be3be95cf89a22c8ff94a88ba9a8 Mon Sep 17 00:00:00 2001 From: w0rp Date: Thu, 15 Oct 2020 21:56:21 +0100 Subject: #3332 Implement :ALERename! for ignoring errors :ALERename! now ignores errors for files that cannot be modified, and modifies all other files. --- doc/ale.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/ale.txt') 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* -- cgit v1.2.3