README: minor formatting.

This commit is contained in:
LCD 47 2015-01-06 08:36:00 +02:00
parent 6bea41bdfe
commit 0da7a1e476

View File

@ -261,7 +261,7 @@ A. Almost all syntax checkers use the `makeprgBuild()` function. Those checkers
that do can be configured using global variables. The general form of the
global `args` variables is `syntastic_<filetype>_<checker>_args`.
So, If you wanted to pass "--my --args --here" to the ruby mri checker you
So, If you wanted to pass `--my --args --here` to the ruby mri checker you
would add this line to your `vimrc`:
```vim
let g:syntastic_ruby_mri_args = "--my --args --here"