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 plug-in
2
2
" Author: Peter Odding <peter@peterodding.com>
3
- " Last Change: June 14 , 2011
3
+ " Last Change: June 17 , 2011
4
4
" URL: http://peterodding.com/code/vim/notes/
5
5
" License: MIT
6
- " Version: 0.9.1
6
+ " Version: 0.9.2
7
7
8
8
" Support for automatic update using the GLVS plug-in.
9
9
" GetLatestVimScripts: 3375 1 :AutoInstall: notes.zip
45
45
command ! - bar - bang -nargs =? -complete =customlist ,xolox#notes#cmd_complete Note call xolox#notes#edit (<q-bang> , <q-args> )
46
46
command ! - bar - bang - range NoteFromSelectedText call xolox#notes#from_selection (<q-bang> )
47
47
command ! - bar - bang DeleteNote call xolox#notes#delete (<q-bang> )
48
- command ! - bar - bang -nargs =? SearchNotes call xolox#notes#search (<q-bang> , <q-args> )
48
+ command ! - bang -nargs =? SearchNotes call xolox#notes#search (<q-bang> , <q-args> )
49
49
command ! - bar - bang RelatedNotes call xolox#notes#related (<q-bang> )
50
50
command ! - bar - bang -nargs =? RecentNotes call xolox#notes#recent (<q-bang> , <q-args> )
51
51
You can’t perform that action at this time.
0 commit comments