From: Hiroshi Shirosaki Date: Wed, 20 Jan 2016 00:06:49 +0000 (+0900) Subject: Remove spaces around = of set option X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/1b32329c8a880d039661efe87fc0a5f1171d44ae?ds=inline Remove spaces around = of set option Spaces are not allowed. --- 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*