From 8fe8bde4f4989f5a3baf2aa88250b1e718308898 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Mon, 2 Jul 2018 15:03:25 -0400 Subject: [PATCH] Change Markdown heading style --- README.markdown | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.markdown b/README.markdown index 994e984..69a73d9 100644 --- a/README.markdown +++ b/README.markdown @@ -1,5 +1,4 @@ -repeat.vim -========== +# repeat.vim If you've ever tried using the `.` command after a plugin map, you were likely disappointed to discover it only repeated the last native command @@ -21,8 +20,7 @@ command at the end of your map functions. silent! call repeat#set("\MyWonderfulMap", v:count) -Installation ------------- +## Installation If you don't have a preferred installation method, I recommend installing [pathogen.vim](https://github.com/tpope/vim-pathogen), and @@ -31,14 +29,12 @@ then simply copy and paste: cd ~/.vim/bundle git clone git://github.com/tpope/vim-repeat.git -Contributing ------------- +## Contributing See the contribution guidelines for [pathogen.vim](https://github.com/tpope/vim-pathogen#readme). -Self-Promotion --------------- +## Self-Promotion Like repeat.vim? Follow the repository on [GitHub](https://github.com/tpope/vim-repeat) and vote for it on @@ -47,8 +43,7 @@ you're feeling especially charitable, follow [tpope](http://tpo.pe/) on [Twitter](http://twitter.com/tpope) and [GitHub](https://github.com/tpope). -License -------- +## License Copyright (c) Tim Pope. Distributed under the same terms as Vim itself. See `:help license`.