aboutsummaryrefslogtreecommitdiff
path: root/man/man1/mkvi.1df
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-04 01:20:39 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-04 01:20:39 +1200
commit63f8c62db0166e52bd34c6130556b1a768b485f5 (patch)
tree7f235392b429ddf80f158b95a67acc57fd42a762 /man/man1/mkvi.1df
parentMerge branch 'release/v1.19.0' (diff)
parentBump VERSION to 1.20.0 (diff)
downloaddotfiles-63f8c62db0166e52bd34c6130556b1a768b485f5.tar.gz
dotfiles-63f8c62db0166e52bd34c6130556b1a768b485f5.zip
Merge branch 'release/v1.20.0'v1.20.0
* release/v1.20.0: Bump VERSION to 1.20.0 Rewrite Perl version-number bump Vim funcs Add _v/_V Vim maps for Perl version bumps Use full names of 'cscope...' Vim options Add mked(1df) and mkvi(1df)
Diffstat (limited to 'man/man1/mkvi.1df')
-rw-r--r--man/man1/mkvi.1df16
1 files changed, 16 insertions, 0 deletions
diff --git a/man/man1/mkvi.1df b/man/man1/mkvi.1df
new file mode 100644
index 00000000..f0f215d4
--- /dev/null
+++ b/man/man1/mkvi.1df
@@ -0,0 +1,16 @@
+.TH MKVI 1df "July 2018" "Manual page for mkvi"
+.SH NAME
+.B mkvi
+\- create paths to all argument files before invoking $VISUAL
+.SH SYNOPSIS
+.B mkvi
+file0 dir1/file1 dir2/subdir/file2
+.SH DESCRIPTION
+.B mkvi
+iterates through its arguments and creates the full paths to each of them
+before running $VISUAL with the same arguments. If the directory creation
+fails, the script stops before invoking the editor.
+.SH SEE ALSO
+mked(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>