diff options
author | Dan Gohman <gohman@apple.com> | 2009-01-21 21:54:44 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-01-21 21:54:44 +0000 |
commit | 748dbc6afb7af114674544f760c6d3209a881161 (patch) | |
tree | 8677aa4bf7e2d890d853b041f32cfea8f1dc3ef1 /utils/vim | |
parent | 907532dcbb43cd9e6f406a077604e54c63ded08b (diff) |
Fix a missing word.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62720 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/vim')
-rw-r--r-- | utils/vim/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/vim/README b/utils/vim/README index d999788809..bca25bfe61 100644 --- a/utils/vim/README +++ b/utils/vim/README @@ -23,8 +23,8 @@ These are syntax highlighting files for the VIM editor. Included are: If you prefer, instead of making copies you can make symlinks from ~/.vim/syntax/... to the syntax files in your LLVM source tree. Apparently -did not work with older versions of vim however, so if this doesn't work -you may need to make actual copies of the files. +this did not work with older versions of vim however, so if this doesn't +work you may need to make actual copies of the files. Another option, if you do not already have a ~/.vim/syntax directory, is to symlink ~/.vim/syntax itself to llvm/utils/vim . |