From 1b32329c8a880d039661efe87fc0a5f1171d44ae Mon Sep 17 00:00:00 2001 From: Hiroshi Shirosaki Date: Wed, 20 Jan 2016 09:06:49 +0900 Subject: [PATCH] Remove spaces around = of set option Spaces are not allowed. --- README.md | 2 +- doc/vim-markdown.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0328b7f..1243577 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ For example, conceal `[link text](link url)` as just `link text`. To enable/disable conceal use Vim's standard conceal configuration. ```vim -set conceallevel = 2 +set conceallevel=2 ``` ### Syntax extensions diff --git a/doc/vim-markdown.txt b/doc/vim-markdown.txt index 12ce7c8..1dd0465 100644 --- a/doc/vim-markdown.txt +++ b/doc/vim-markdown.txt @@ -130,7 +130,7 @@ For example, conceal '[link text](link url)' as just 'link text'. To enable/disable conceal use Vim's standard conceal configuration. > - set conceallevel = 2 + set conceallevel=2 < ------------------------------------------------------------------------------- *vim-markdown-syntax-extensions* -- 2.39.5