From: Hiroshi Shirosaki Date: Mon, 14 Dec 2015 22:20:28 +0000 (+0900) Subject: Remove spaces as coding style in README.md #213 X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/611c994e1b00ef9dac617fe96cd644f0297e2a19?ds=sidebyside Remove spaces as coding style in README.md #213 --- diff --git a/README.md b/README.md index 925fd67..55baaa5 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ To fold in a style like [python-mode](https://github.com/klen/python-mode), add the following to your `.vimrc`: ```vim -let g:vim_markdown_folding_style_pythonic = 1 +let g:vim_markdown_folding_style_pythonic=1 ``` ### Disable Default Key Mappings