]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Use inline code for .virmc in README.md
authorHiroshi Shirosaki <h.shirosaki@gmail.com>
Fri, 19 Feb 2016 01:53:14 +0000 (10:53 +0900)
committerHiroshi Shirosaki <h.shirosaki@gmail.com>
Fri, 19 Feb 2016 01:55:10 +0000 (10:55 +0900)
README.md

index c265d5bf7b4a93f622d81c666ddc33d914d080b5..bb53b3b078284ce02de6a09630e68748f56a0c6b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -133,7 +133,7 @@ To enable conceal use Vim's standard conceal configuration.
 set conceallevel=2
 ```
 
-To disable conceal regardless of `conceallevel` setting, add the following to your '.vimrc':
+To disable conceal regardless of `conceallevel` setting, add the following to your `.vimrc`:
 
 ```vim
 let g:vim_markdown_conceal = 0
@@ -142,7 +142,7 @@ let g:vim_markdown_conceal = 0
 ### Fenced code block languages
 
 You can use filetype name as fenced code block languages for syntax highlighting.
-If you want to use different name from filetype, you can add it in your '.vimrc' like so:
+If you want to use different name from filetype, you can add it in your `.vimrc` like so:
 
 ```vim
 let g:vim_markdown_fenced_languages = ['csharp=cs']