File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
" Vim auto-load script
2
2
" Author: Peter Odding <peter@peterodding.com>
3
- " Last Change: November 15 , 2011
3
+ " Last Change: November 18 , 2011
4
4
" URL: http://peterodding.com/code/vim/notes/
5
5
6
6
" Note: This file is encoded in UTF-8 including a byte order mark so
7
7
" that Vim loads the script using the right encoding transparently.
8
8
9
- let g: xolox #notes#version = ' 0.12.10 '
9
+ let g: xolox #notes#version = ' 0.12.11 '
10
10
11
11
function ! xolox#notes#shortcut () " {{{1
12
12
" The "note:" pseudo protocol is just a shortcut for the :Note command.
@@ -250,7 +250,7 @@ function! xolox#notes#save() abort " {{{1
250
250
return
251
251
endif
252
252
let bang = v: cmdbang ? ' !' : ' '
253
- execute ' saveas' . bang . ' ' . fnameescape (newpath)
253
+ execute ' saveas' . bang fnameescape (newpath)
254
254
" XXX If {oldpath} and {newpath} end up pointing to the same file on disk
255
255
" yet xolox#misc#path#equals() doesn't catch this, we might end up
256
256
" deleting the user's one and only note! One way to circumvent this
You can’t perform that action at this time.
0 commit comments