aboutsummaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
Diffstat (limited to 'autoload')
-rw-r--r--autoload/utils.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/utils.vim b/autoload/utils.vim
index 69ef640..23a9178 100644
--- a/autoload/utils.vim
+++ b/autoload/utils.vim
@@ -223,7 +223,7 @@ endfunction
"-------------------------------------------------
" :Rename {newname}
-function! RenameFile()
+function! utils#RenameFile()
let old_name = expand('%')
let new_name = input('New file name: ', expand('%'), 'file')
if new_name != '' && new_name != old_name