From aa5717f00fd14430c80939a68d7107c26de6e554 Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Tue, 20 Jan 2026 15:55:27 -0500 Subject: first commit --- plugin/plugins/scratch.vim | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 plugin/plugins/scratch.vim (limited to 'plugin/plugins/scratch.vim') diff --git a/plugin/plugins/scratch.vim b/plugin/plugins/scratch.vim new file mode 100644 index 0000000..059a21b --- /dev/null +++ b/plugin/plugins/scratch.vim @@ -0,0 +1,15 @@ +if exists('g:loaded_scratch') + finish +endif +let g:loaded_scratch = 1 + +command! -nargs=1 -complete=command Scratch call scratch#open(, ) +command! -nargs=? Marks Scratch marks +command! -nargs=0 Messages Scratch messages +command! -nargs=? Registers Scratch registers +command! -nargs=? Display Scratch display +command! -nargs=? -complete=highlight Highlight Scratch highlight +command! -nargs=0 Jumps Scratch jumps +command! -nargs=0 Changes Scratch changes +command! -nargs=0 Digraphs Scratch digraphs +command! -nargs=0 Scriptnames Scratch scriptnames -- cgit v1.2.3-71-gdd5e