From 611c994e1b00ef9dac617fe96cd644f0297e2a19 Mon Sep 17 00:00:00 2001 From: Hiroshi Shirosaki Date: Tue, 15 Dec 2015 07:20:28 +0900 Subject: [PATCH] Remove spaces as coding style in README.md #213 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5