aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/scratch.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-23 17:22:48 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-23 17:22:48 +1200
commite95e4c2acc1c9dd131dde12e733c86cdc090ba6c (patch)
treed79bdf998e04bbf6faf6015f45041ffa2cd6d33a /vim/plugin/scratch.vim
parentMerge branch 'release/v6.40.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-e95e4c2acc1c9dd131dde12e733c86cdc090ba6c.tar.gz
dotfiles-e95e4c2acc1c9dd131dde12e733c86cdc090ba6c.zip
Merge branch 'release/v6.41.0'v6.41.0
* release/v6.41.0: Add basic homebrew scratch buffer plugin Have a little fun with compatible vi
Diffstat (limited to 'vim/plugin/scratch.vim')
-rw-r--r--vim/plugin/scratch.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/plugin/scratch.vim b/vim/plugin/scratch.vim
new file mode 100644
index 00000000..399f5a31
--- /dev/null
+++ b/vim/plugin/scratch.vim
@@ -0,0 +1,2 @@
+command! -bar -count=0 -nargs=* Scratch
+ \ call scratch#(<q-mods>, <q-count>, <f-args>)