diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2019-07-23 23:34:47 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2019-07-23 23:34:47 +1200 |
commit | 91b0c9f47100ae2c24bc963ab22c24c76d592502 (patch) | |
tree | 9a26f5d6900534d4d207f9e2fc368be1da030679 /plugin/scratch_buffer.vim | |
download | vim-scratch-buffer-91b0c9f47100ae2c24bc963ab22c24c76d592502.tar.gz vim-scratch-buffer-91b0c9f47100ae2c24bc963ab22c24c76d592502.zip |
Commit plugin as it stands
Extracted from my dotfiles v7.1.0
Diffstat (limited to 'plugin/scratch_buffer.vim')
-rw-r--r-- | plugin/scratch_buffer.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/scratch_buffer.vim b/plugin/scratch_buffer.vim new file mode 100644 index 0000000..c209c8b --- /dev/null +++ b/plugin/scratch_buffer.vim @@ -0,0 +1,2 @@ +command! -bar -count=0 -nargs=* ScratchBuffer + \ call scratch_buffer#(<q-mods>, <q-count>, <f-args>) |