fix typo
This commit is contained in:
parent
2c3b2e9b52
commit
88a8548017
|
@ -18,7 +18,7 @@ def -hidden _editorconfig-bufwritepre-hook %{
|
|||
} }
|
||||
}
|
||||
|
||||
def editorconfig-load -docstring "Set indentation optins and whitespace behavior according to editorconfig file" %{
|
||||
def editorconfig-load -docstring "Set indentation options and whitespace behavior according to editorconfig" %{
|
||||
%sh{
|
||||
command -v editorconfig >/dev/null 2>&1 || { echo 'echo -color Error The editorconfig tool could not be found'; exit 1; }
|
||||
editorconfig "${kak_buffile}" | awk -F= -- '
|
||||
|
|
Loading…
Reference in New Issue
Block a user