Skip to content

Commit

Permalink
Fix bug of macdown
Browse files Browse the repository at this point in the history
  • Loading branch information
youngyangyang04 committed Mar 28, 2021
1 parent 0c39b48 commit a8bd329
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vim/plugin/macdown.vim
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ if exists('g:loaded_vim_macdown')
endif
let g:loaded_vim_macdown = 1

if !has('macunix') || !(system('uname') =~ "Darwin")
echo 'macdown.vim only works on a Mac'
finish
endif
"if !has('macunix') || !(system('uname') =~ "Darwin")
" echo 'macdown.vim only works on a Mac'
" finish
"endif

" check if Macdown is available on this machine

Expand Down

0 comments on commit a8bd329

Please sign in to comment.