diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2026-03-13 11:38:48 +0900 |
|---|---|---|
| committer | Shohei YOSHIDA <syohex@gmail.com> | 2026-03-13 11:38:48 +0900 |
| commit | 7ea6b7a971a6e5f3452ee79bc270e7287d2cfa8b (patch) | |
| tree | 4f9223ee805b75f54f09b630aa56d9257dc7faf9 /src/_setcap | |
| parent | Use spaces instead of tabs (diff) | |
| download | zsh-completions-7ea6b7a971a6e5f3452ee79bc270e7287d2cfa8b.tar zsh-completions-7ea6b7a971a6e5f3452ee79bc270e7287d2cfa8b.tar.gz zsh-completions-7ea6b7a971a6e5f3452ee79bc270e7287d2cfa8b.tar.bz2 zsh-completions-7ea6b7a971a6e5f3452ee79bc270e7287d2cfa8b.tar.lz zsh-completions-7ea6b7a971a6e5f3452ee79bc270e7287d2cfa8b.tar.xz zsh-completions-7ea6b7a971a6e5f3452ee79bc270e7287d2cfa8b.tar.zst zsh-completions-7ea6b7a971a6e5f3452ee79bc270e7287d2cfa8b.zip | |
Add editor settings to all files
Diffstat (limited to 'src/_setcap')
| -rw-r--r-- | src/_setcap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_setcap b/src/_setcap index 51b2a8a..9437941 100644 --- a/src/_setcap +++ b/src/_setcap @@ -121,10 +121,10 @@ _setcap_capabilities() { _setcap "$@" -# Local variables: +# Local Variables: # mode: Shell-Script # sh-indentation: 2 # indent-tabs-mode: nil # sh-basic-offset: 2 # End: -# ex: sw=2 ts=2 et filetype=sh +# vim: ft=zsh sw=2 ts=2 et |
