summaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorcyy <cyyever@outlook.com>2020-10-07 14:04:43 +0700
committercyy <cyyever@outlook.com>2020-10-31 14:01:08 +0800
commita49f664aea742bafae43af50eac568143870a663 (patch)
treed82cdaa8521aa66721936c7d334206fb25aa6ba1 /autoload
parent194660660dca4e18f33ac5981ef79856fd062057 (diff)
downloadale-a49f664aea742bafae43af50eac568143870a663.zip
chang fishindent to fish_indent
Diffstat (limited to 'autoload')
-rw-r--r--autoload/ale/fixers/fish_indent.vim8
1 files changed, 4 insertions, 4 deletions
diff --git a/autoload/ale/fixers/fish_indent.vim b/autoload/ale/fixers/fish_indent.vim
index 98572e47..ebf17c5a 100644
--- a/autoload/ale/fixers/fish_indent.vim
+++ b/autoload/ale/fixers/fish_indent.vim
@@ -1,12 +1,12 @@
" Author: Chen YuanYuan <cyyever@outlook.com>
" Description: Integration of fish_indent with ALE.
-call ale#Set('fish_fishindent_executable', 'fish_indent')
-call ale#Set('fish_fishindent_options', '')
+call ale#Set('fish_fish_indent_executable', 'fish_indent')
+call ale#Set('fish_fish_indent_options', '')
function! ale#fixers#fish_indent#Fix(buffer) abort
- let l:executable = ale#Var(a:buffer, 'fish_fishindent_executable')
- let l:options = ale#Var(a:buffer, 'fish_fishindent_options')
+ let l:executable = ale#Var(a:buffer, 'fish_fish_indent_executable')
+ let l:options = ale#Var(a:buffer, 'fish_fish_indent_options')
let l:filename = ale#Escape(bufname(a:buffer))
return {