Skip to content

Commit

Permalink
I have tab
Browse files Browse the repository at this point in the history
  • Loading branch information
ujihisa committed Dec 26, 2009
1 parent d5d2b41 commit 5065e33
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ This is a [Vim](http://www.vim.org/) syntax file for the [Markdown](http://darin
" markdown filetype file

if exists("did\_load\_filetypes")
finish
endif
augroup markdown
au! BufRead,BufNewFile *.mkd setfiletype mkd
augroup END
finish
endif
augroup markdown
au! BufRead,BufNewFile *.mkd setfiletype mkd
augroup END

Finally, to get some nice Markdown formatting behavior, add these lines to your .vimrc:
augroup mkd
autocmd BufRead *.mkd set ai formatoptions=tcroqn2 comments=n:>
augroup END
augroup mkd
autocmd BufRead *.mkd set ai formatoptions=tcroqn2 comments=n:>
augroup END

If you would like to submit patches to mkd.vim, development is hosted on [Github](http://github.com/plasticboy/vim-markdown/).

Expand Down

0 comments on commit 5065e33

Please sign in to comment.