Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
youngyangyang04 committed Sep 29, 2018
1 parent 60eec86 commit 37c99d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,9 @@ nmap <Leader>o o<Esc>

" for me
func MarkdownSet()
" func MarkdownSet()

let filePath=expand('%:p')
exe ':!open ' . filePath '-a "MacDown"'
endfunc
" let filePath=expand('%:p')
" exe ':!open ' . filePath '-a "MacDown"'
" endfunc
" nmap md :call MarkdownSet()<CR>

0 comments on commit 37c99d5

Please sign in to comment.