Proper em-dash use in docs

This commit is contained in:
Strahinja Val Markovic 2013-04-14 22:42:32 -07:00
parent 3b52482d56
commit 12c1583ecf

View File

@ -887,11 +887,11 @@ Default: `[see next line]`
### The `g:ycm_cache_omnifunc` option ### The `g:ycm_cache_omnifunc` option
Some omnicompletion engines do not work well with the YCM cache - in Some omnicompletion engines do not work well with the YCM cache—in particular,
particular, they might not produce all possible results for a given prefix. By they might not produce all possible results for a given prefix. By unsetting
unsetting this option you can ensure that the omnicompletion engine is this option you can ensure that the omnicompletion engine is requeried on every
requeried on every keypress. That will ensure all completions will be keypress. That will ensure all completions will be presented, but might cause
presented, but might cause stuttering and lagginess if the omnifunc is slow. stuttering and lagginess if the omnifunc is slow.
Default: `1` Default: `1`