Minor docs formatting change

This commit is contained in:
Strahinja Val Markovic 2013-04-14 22:36:35 -07:00
parent 589f157aa6
commit 02bcc1fe51

View File

@ -805,9 +805,9 @@ Default: `<leader>d`
### The `g:ycm_global_ycm_extra_conf` option ### The `g:ycm_global_ycm_extra_conf` option
Normally, YCM searches for a '.ycm_extra_conf.py' file for compilation flags Normally, YCM searches for a `.ycm_extra_conf.py` file for compilation flags
(see the User Guide for more details on how this works). This option specifies (see the User Guide for more details on how this works). This option specifies
a fallback path to a config file which is used if no '.ycm_extra_conf.py' is a fallback path to a config file which is used if no `.ycm_extra_conf.py` is
found. found.
You can place such a global file anywhere in your filesystem. You can place such a global file anywhere in your filesystem.