From 362e4df713f66e96d15661f25d08b390f835de8b Mon Sep 17 00:00:00 2001 From: Francisco Lopes Date: Sat, 17 Sep 2016 18:11:35 -0300 Subject: [PATCH] Better wording --- README.md | 2 +- doc/youcompleteme.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09a89322..869639b7 100644 --- a/README.md +++ b/README.md @@ -2680,7 +2680,7 @@ fixed, Vim trunk landed the `pyeval()` function which improved YCM performance even more since less time was spent serializing and deserializing data between Vim and the embedded Python interpreter. A few critical bugfixes for `pyeval()` landed in Vim 7.3.584 (and a few commits before that), and given the current -availability of Vim 7.4.143, which packs improved events for text change +availability of Vim 7.4.143, which features improved events for text change detection, it has been chosen. ### I get annoying messages in Vim's status area when I type diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index 3bc6a441..ce91fd8f 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -2940,8 +2940,8 @@ were fixed, Vim trunk landed the 'pyeval()' function which improved YCM performance even more since less time was spent serializing and deserializing data between Vim and the embedded Python interpreter. A few critical bugfixes for 'pyeval()' landed in Vim 7.3.584 (and a few commits before that), and given -the current availability of Vim 7.4.143, which packs improved events for text -change detection, it has been chosen. +the current availability of Vim 7.4.143, which features improved events for +text change detection, it has been chosen. ------------------------------------------------------------------------------- *youcompleteme-i-get-annoying-messages-in-vims-status-area-when-i-type*