aboutsummaryrefslogtreecommitdiff
path: root/bin/mkvi.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-11-13 00:15:21 +1300
committerTom Ryder <tom@sanctum.geek.nz>2020-11-13 00:15:21 +1300
commit03a07b9e2e8785e518c533561725d79ebfc6dcbd (patch)
treef2bedb72ae8586d68e645684bce54a14cf69df01 /bin/mkvi.sh
parentMerge branch 'release/v10.14.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-10.15.0.tar.gz (sig)
dotfiles-10.15.0.zip
Merge branch 'release/v10.15.0'v10.15.0
* release/v10.15.0: Update detect_indent.vim to v0.1.3 Work around b:undo_indent mis-setting for Vim Remove unneeded local var prefixes Condense a :set line Remove unneeded load guard Remove unneeded self var for han(1df) Remove unneeded shebangs
Diffstat (limited to 'bin/mkvi.sh')
-rw-r--r--bin/mkvi.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/mkvi.sh b/bin/mkvi.sh
index c5974383..ac5c6229 100644
--- a/bin/mkvi.sh
+++ b/bin/mkvi.sh
@@ -1,4 +1,3 @@
-#!/bin/sh
# Create paths to all files before invoking editor
for file do
mkdir -p -- "${file%/*}" || exit