From 071e8b989c5a1aec510f5c9a27820505e8e15212 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Thu, 14 Mar 2019 21:09:14 +0000 Subject: [PATCH] Line wrap README file llvm-svn: 356204 --- utils/vim/README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/vim/README b/utils/vim/README index 8aea87924eb..5e8cf5b4408 100644 --- a/utils/vim/README +++ b/utils/vim/README @@ -6,7 +6,8 @@ syntax highlighting (syntax), some minimal sensible default settings (ftplugin) and indentation plugins (indent). To install copy all subdirectories to your $HOME/.vim or if you prefer create -symlinks to the files here. Do not copy the vimrc file here it is only meant as an inspiration and starting point for those working on llvm c++ code. +symlinks to the files here. Do not copy the vimrc file here it is only meant as +an inspiration and starting point for those working on llvm c++ code. Note: If you notice missing or incorrect syntax highlighting, please contact ; if you wish to provide a patch to improve the