diff options
author | pinicarus <pinicarus@protonmail.com> | 2020-11-01 11:45:36 +0100 |
---|---|---|
committer | pinicarus <pinicarus@protonmail.com> | 2020-11-01 11:45:36 +0100 |
commit | db96b007209f7ea0983c58cb1d18771f5a45a543 (patch) | |
tree | 092fb643e078359c8e8356c41fc7cb50ceb355e7 /plugin/ale.vim | |
parent | d7557ef9be6ce680e811e31e217db5624d9e2897 (diff) | |
parent | 62f2c6d3261af41ef01db6868724881fd6eebccc (diff) | |
download | ale-db96b007209f7ea0983c58cb1d18771f5a45a543.zip |
Merge branch 'custom-erlc-executable'
Diffstat (limited to 'plugin/ale.vim')
-rw-r--r-- | plugin/ale.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/ale.vim b/plugin/ale.vim index 18d867ee..32ec14ac 100644 --- a/plugin/ale.vim +++ b/plugin/ale.vim @@ -238,7 +238,7 @@ command! -bar ALEComplete :call ale#completion#GetCompletions('ale-manual') command! -bar ALEImport :call ale#completion#Import() " Rename symbols using tsserver and LSP -command! -bar ALERename :call ale#rename#Execute() +command! -bar -bang ALERename :call ale#rename#Execute({'force_save': '<bang>' is# '!'}) " Organize import statements using tsserver command! -bar ALEOrganizeImports :call ale#organize_imports#Execute() |