aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload
diff options
context:
space:
mode:
Diffstat (limited to 'vim/autoload')
-rw-r--r--vim/autoload/scratch_buffer.vim (renamed from vim/autoload/scratch.vim)2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/autoload/scratch.vim b/vim/autoload/scratch_buffer.vim
index bf6566dc..c0ef7cfc 100644
--- a/vim/autoload/scratch.vim
+++ b/vim/autoload/scratch_buffer.vim
@@ -1,4 +1,4 @@
-function! scratch#(mods, count, ...) abort
+function! scratch_buffer#(mods, count, ...) abort
let command = []
call add(command, a:mods)
if a:count