summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 6dbfb6d0..348cffaf 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -1820,8 +1820,8 @@ g:ale_open_list *g:ale_open_list*
autocmd!
autocmd QuitPre * if empty(&buftype) | lclose | endif
augroup END
-<
+<
g:ale_pattern_options *g:ale_pattern_options*
Type: |Dictionary|
@@ -3435,6 +3435,10 @@ ALERename *ALERename*
The symbol where the cursor is resting will be the symbol renamed, and a
prompt will open to request a new name.
+ The rename operation will save all modified buffers when `set nohidden` is
+ set, because that disables leaving unsaved buffers in the background. See
+ `:help hidden` for more details.
+
ALEFileRename *ALEFileRename*
Rename a file and fix imports using `tsserver`.