summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2020-11-14 10:41:51 +0000
committerw0rp <devw0rp@gmail.com>2020-11-14 10:41:51 +0000
commit48fe0dd4f629bb1282277ba8a6757a84c13a4dda (patch)
tree01c5bd2e78f178178fef76cacb205810d08162ca /plugin
parente9140c740b8deee05c10aab92fb23c7a5747569e (diff)
downloadale-48fe0dd4f629bb1282277ba8a6757a84c13a4dda.zip
Update documentation for code actions and rename
Diffstat (limited to 'plugin')
-rw-r--r--plugin/ale.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/ale.vim b/plugin/ale.vim
index 7472ea8c..c5c1d3d3 100644
--- a/plugin/ale.vim
+++ b/plugin/ale.vim
@@ -240,6 +240,7 @@ command! -bar ALEImport :call ale#completion#Import()
" Rename symbols using tsserver and LSP
command! -bar -bang ALERename :call ale#rename#Execute({'force_save': '<bang>' is# '!'})
+" Apply code actions to a range.
command! -bar -range ALECodeAction :call ale#codefix#Execute(<range>)
" Organize import statements using tsserver