Browse Source

lazygit 2022-04-03 18:17

master
Gregory Leeman 3 years ago
parent
commit
3888654f0c
  1. 2
      autoload/notecrate.vim

2
autoload/notecrate.vim

@ -215,7 +215,7 @@ function! notecrate#follow_link() " {{{
if l:link['dest'] =~ '^.*\.md$' if l:link['dest'] =~ '^.*\.md$'
call notecrate#open_note(l:link['dest']) call notecrate#open_note(l:link['dest'])
else else
silent execute "open " . l:link['dest'] silent execute "!open " . l:link['dest']
endif endif
endif endif
endfunction endfunction