Skip to content

Commit

Permalink
Merge branch 'phorv-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-h21 committed Oct 11, 2021
2 parents 929d90e + 5b7f1d8 commit fc3e3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/zettel/fzf.vim
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ function! zettel#fzf#insert_note(lines)
let input_format = "vimwiki"
for line in zettel#fzf#get_files(a:lines)
" convert all files to the destination format
let filename = vimwiki#vars#get_wikilocal('path',0). line
let filename = vimwiki#vars#get_wikilocal('path'). line
let ext = fnamemodify(filename, ":e")
" update the input format
let input_format = get(s:supported_formats, ext, "vimwiki")
Expand Down

0 comments on commit fc3e3e4

Please sign in to comment.