From 12c1583ecf81fa2e2749e3152c1aeb8bd7015d29 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Sun, 14 Apr 2013 22:42:32 -0700 Subject: [PATCH] Proper em-dash use in docs --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ba1a7789..84da21de 100644 --- a/README.md +++ b/README.md @@ -887,11 +887,11 @@ Default: `[see next line]` ### The `g:ycm_cache_omnifunc` option -Some omnicompletion engines do not work well with the YCM cache - in -particular, they might not produce all possible results for a given prefix. By -unsetting this option you can ensure that the omnicompletion engine is -requeried on every keypress. That will ensure all completions will be -presented, but might cause stuttering and lagginess if the omnifunc is slow. +Some omnicompletion engines do not work well with the YCM cacheā€”in particular, +they might not produce all possible results for a given prefix. By unsetting +this option you can ensure that the omnicompletion engine is requeried on every +keypress. That will ensure all completions will be presented, but might cause +stuttering and lagginess if the omnifunc is slow. Default: `1`