From 75bb73547ed24ab6d25e1aed03684caebba39f5e Mon Sep 17 00:00:00 2001 From: Vladislav Doster Date: Thu, 15 Dec 2022 11:59:23 -0600 Subject: [PATCH] fix: file modelines Signed-off-by: Vladislav Doster --- Dockerfile | 2 ++ Makefile | 2 ++ share/git-process-output.zsh | 8 +------- share/rpm2cpio.zsh | 8 +------- zi-browse-symbol | 8 +------- zinit-additional.zsh | 8 +------- zinit-autoload.zsh | 8 +------- zinit-install.zsh | 8 +------- zinit-side.zsh | 8 +------- zinit.zsh | 8 +------- 10 files changed, 12 insertions(+), 56 deletions(-) diff --git a/Dockerfile b/Dockerfile index 417e3e83..c9cabdea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,3 +21,5 @@ COPY ./docker/zshrc .zshrc RUN zsh --interactive --login -c -- '@zi::scheduler burst' CMD ["zsh","--interactive","--login"] + +# vim: set fenc=utf8 ffs=unix ft=dockerfile list noet sw=4 ts=4 tw=72: diff --git a/Makefile b/Makefile index 3443fec7..b1ad737d 100644 --- a/Makefile +++ b/Makefile @@ -58,3 +58,5 @@ test: zwc: $(or $(ZSH),:) -fc 'for f in *.zsh; do zcompile -R -- $$f.zwc $$f || exit; done' + +# vim: set fenc=utf8 ffs=unix ft=make list noet sw=4 ts=4 tw=72: diff --git a/share/git-process-output.zsh b/share/git-process-output.zsh index f78fc89e..d88e2714 100755 --- a/share/git-process-output.zsh +++ b/share/git-process-output.zsh @@ -177,10 +177,4 @@ print unset ZINIT_CNORM ZINIT_CIVIS -# Local Variables: -# mode: Shell-Script -# sh-indentation: 2 -# indent-tabs-mode: nil -# sh-basic-offset: 2 -# End: -# vim: ft=zsh sw=2 ts=2 et +# vim: set fenc=utf8 ffs=unix foldmarker=[[[,]]] foldmethod=marker ft=zsh list noet sw=2 ts=2 tw=72 : diff --git a/share/rpm2cpio.zsh b/share/rpm2cpio.zsh index 24d71493..97cc2269 100755 --- a/share/rpm2cpio.zsh +++ b/share/rpm2cpio.zsh @@ -55,10 +55,4 @@ fi command "$UNPACKCMD[@]" 2>/dev/null | command "$DECOMPRESSCMD[@]" -# Local Variables: -# mode: Shell-Script -# sh-indentation: 2 -# indent-tabs-mode: nil -# sh-basic-offset: 2 -# End: -# vim: ft=zsh sw=2 ts=2 et +# vim: set fenc=utf8 ffs=unix foldmarker=[[[,]]] foldmethod=marker ft=zsh list noet sw=2 ts=2 tw=72 : diff --git a/zi-browse-symbol b/zi-browse-symbol index b33ab32b..0fd4e2c8 100644 --- a/zi-browse-symbol +++ b/zi-browse-symbol @@ -484,10 +484,4 @@ elif (( __tfind_spe_call_count > 0 )); then (( __tfind_spe_call_count -- )) fi -# Local Variables: -# mode: Shell-Script -# sh-indentation: 2 -# indent-tabs-mode: nil -# sh-basic-offset: 2 -# End: -# vim: ft=zsh sw=2 ts=2 et +# vim: set fenc=utf8 ffs=unix foldmarker=[[[,]]] foldmethod=marker ft=zsh list noet sw=2 ts=2 tw=72 : diff --git a/zinit-additional.zsh b/zinit-additional.zsh index bff6d004..a0dc90a1 100644 --- a/zinit-additional.zsh +++ b/zinit-additional.zsh @@ -146,10 +146,4 @@ zi::debug-unload() { fi } # ]]] -# Local Variables: -# mode: Shell-Script -# sh-indentation: 2 -# indent-tabs-mode: nil -# sh-basic-offset: 2 -# End: -# vim: ft=zsh sw=2 ts=2 et foldmarker=[[[,]]] foldmethod=marker +# vim: set fenc=utf8 ffs=unix foldmarker=[[[,]]] foldmethod=marker ft=zsh list noet sw=2 ts=2 tw=72 : diff --git a/zinit-autoload.zsh b/zinit-autoload.zsh index 3440cfba..a92d1fef 100644 --- a/zinit-autoload.zsh +++ b/zinit-autoload.zsh @@ -3429,10 +3429,4 @@ ice_order=( ${${(s.|.)ZINIT[ice-list]}:#teleid} ${(@)${(@)${(@Akons:|:u)${ZINIT_ print -- "\nAvailable ice-modifiers:\n\n${ice_order[*]}" } # ]]] -# Local Variables: -# mode: Shell-Script -# sh-indentation: 2 -# indent-tabs-mode: nil -# sh-basic-offset: 2 -# End: -# vim: ft=zsh sw=2 ts=2 et foldmarker=[[[,]]] foldmethod=marker +# vim: set fenc=utf8 ffs=unix foldmarker=[[[,]]] foldmethod=marker ft=zsh list noet sw=2 ts=2 tw=72 : diff --git a/zinit-install.zsh b/zinit-install.zsh index 83c8c260..bf8bb2de 100644 --- a/zinit-install.zsh +++ b/zinit-install.zsh @@ -2625,10 +2625,4 @@ for its found {file}meson.build{pre} input file}:-because {flag}m{pre} \ } } # ]]] -# Local Variables: -# mode: Shell-Script -# sh-indentation: 2 -# indent-tabs-mode: nil -# sh-basic-offset: 2 -# End: -# vim: ft=zsh sw=2 ts=2 et foldmarker=[[[,]]] foldmethod=marker +# vim: set fenc=utf8 ffs=unix foldmarker=[[[,]]] foldmethod=marker ft=zsh list noet sw=2 ts=2 tw=72 : diff --git a/zinit-side.zsh b/zinit-side.zsh index 7b8cf521..ad8d46ee 100644 --- a/zinit-side.zsh +++ b/zinit-side.zsh @@ -388,10 +388,4 @@ zi::two-paths() { reply=( "$local_dirA/$dirnameA" "$svn_dirA" "$local_dirB/$dirnameB" "${fileB_there[1]##$local_dirB/$dirnameB/#}" ) } # ]]] -# Local Variables: -# mode: Shell-Script -# sh-indentation: 2 -# indent-tabs-mode: nil -# sh-basic-offset: 2 -# End: -# vim: ft=zsh sw=2 ts=2 et foldmarker=[[[,]]] foldmethod=marker +# vim: set fenc=utf8 ffs=unix foldmarker=[[[,]]] foldmethod=marker ft=zsh list noet sw=2 ts=2 tw=72 : diff --git a/zinit.zsh b/zinit.zsh index 3676bc27..611126f3 100644 --- a/zinit.zsh +++ b/zinit.zsh @@ -3283,10 +3283,4 @@ zle -N zi-browse-symbol-pforwards zi-browse-symbol zstyle -s ':zinit:browse-symbol' key ZINIT_TMP || ZINIT_TMP='\eQ' [[ -n $ZINIT_TMP ]] && bindkey $ZINIT_TMP zi-browse-symbol -# Local Variables: -# mode: Shell-Script -# sh-indentation: 2 -# indent-tabs-mode: nil -# sh-basic-offset: 2 -# End: -# vim: ft=zsh sw=2 ts=2 et foldmarker=[[[,]]] foldmethod=marker +# vim: set fenc=utf8 ffs=unix foldmarker=[[[,]]] foldmethod=marker ft=zsh list noet sw=2 ts=2 tw=72 :