From f384d61c3d4d624fd391a6d877ec913096b2bb10 Mon Sep 17 00:00:00 2001 From: w0rp Date: Thu, 15 Oct 2020 21:24:27 +0100 Subject: Fix sorting of supported tools --- doc/ale-supported-languages-and-tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index c6bcf421..265f7a99 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -456,8 +456,8 @@ Notes: * `stylelint` * Swift * `sourcekit-lsp` - * `swiftformat` * `swift-format` + * `swiftformat` * `swiftlint` * Tcl * `nagelfar`!! -- 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') 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 From 557a1ed5da70cb443a8650766f4e8ea95e8c0da3 Mon Sep 17 00:00:00 2001 From: w0rp Date: Thu, 15 Oct 2020 22:02:27 +0100 Subject: Make the two nearly identical Swift tools easier to distinguish --- doc/ale-supported-languages-and-tools.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index 265f7a99..4f3afd85 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -455,8 +455,8 @@ Notes: * SugarSS * `stylelint` * Swift + * Apple `swift-format` * `sourcekit-lsp` - * `swift-format` * `swiftformat` * `swiftlint` * Tcl -- cgit v1.2.3