rename notes/and files
This commit is contained in:
@@ -15,9 +15,9 @@ function denote#commands#load()
|
||||
return
|
||||
endif
|
||||
" Register user commands
|
||||
command -nargs=* Denote call denote#notes#list(<q-args>) | lcl | lw
|
||||
command -nargs=1 -complete=custom,s:tagList DenoteByTag call denote#notes#bytag(<q-args>) | lcl | lw
|
||||
command -nargs=+ DenoteGrep call denote#notes#grep(<q-args>) | lcl | lw
|
||||
command -nargs=* Denote call denote#notes#list(<q-args>) | lcl | lopen
|
||||
command -nargs=1 -complete=custom,s:tagList DenoteByTag call denote#notes#bytag(<q-args>) | lcl | lopen
|
||||
command -nargs=+ DenoteGrep call denote#notes#grep(<q-args>) | lcl | lopen
|
||||
command -nargs=1 DenoteNew call denote#notes#new(<q-args>)
|
||||
|
||||
" Register auto commands
|
||||
@@ -31,8 +31,8 @@ function denote#commands#load()
|
||||
let g:denote_commands_loaded = v:true
|
||||
endfunction
|
||||
|
||||
" " Public commands for the denote-list location list
|
||||
" function denote#commands#loadll()
|
||||
" command DenoteReload call denote#
|
||||
" " command -nargs=1 DenoteSetTitle call denote#notes#settitle(<q-args>)
|
||||
" endfunction
|
||||
" Public commands for the denote-list location list
|
||||
function denote#commands#loadll()
|
||||
command DenoteReload call denote#
|
||||
" command -nargs=1 DenoteSetTitle call denote#notes#settitle(<q-args>)
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user