diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2022-01-29 11:08:21 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2022-01-29 16:01:39 +0000 |
commit | c055c6464de20da13a6c805f017543f94b6e0ca9 (patch) | |
tree | 3949296c78ace00ea6de398675f73d3525844f50 /Misc | |
parent | ee5e3d0c9d07ce3297959b89f96238dbff9b6400 (diff) | |
download | zsh-c055c6464de20da13a6c805f017543f94b6e0ca9.tar.gz zsh-c055c6464de20da13a6c805f017543f94b6e0ca9.tar.xz zsh-c055c6464de20da13a6c805f017543f94b6e0ca9.zip |
unposted: vcs_info: Add Vim modelines
... for consistency with all other vcs_info function files.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/vcs_info-examples | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/vcs_info-examples b/Misc/vcs_info-examples index c2b02a2ac..94c47278d 100644 --- a/Misc/vcs_info-examples +++ b/Misc/vcs_info-examples @@ -1,3 +1,5 @@ +## vim:ft=zsh +# # A collection of vcs_info usage examples ### Running vcs_info ######################################################### |