bugfix: use of funcref in settings
This commit is contained in:
@@ -26,7 +26,7 @@ endfunction
|
||||
" This creates a new denote entry with the given title and of the given
|
||||
" filetype. The title may be empty.
|
||||
function denote#notes#new(title, ft=g:denote_new_ft)
|
||||
let l:identifier=denote#meta#identifier_generate()
|
||||
let l:identifier=g:Denote_identifier_fun()
|
||||
let l:fn=l:identifier .. '--' .. a:title
|
||||
\ ->tolower()
|
||||
\ ->substitute('[^[:fname:]]\|/', '-', 'g')
|
||||
|
||||
Reference in New Issue
Block a user