zsh:autoload:*: Add filetype to vim modeline

This commit is contained in:
2020-10-10 13:27:53 +02:00
parent 552b467102
commit 53622ea223
4 changed files with 8 additions and 2 deletions

View File

@@ -36,3 +36,5 @@ style="{${style%,}}"
# Overwrite the argument of the style flag with the parsed format file.
set -- "${@[1, $idx - 1]}" "${prefix}${style}" "${@[$idx + 1, -1]}"
command clang-format "$@"
# vim: ft=zsh