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 | d776b6e51d38fb8904f9770fed88aa83d9bf968d (patch) | |
tree | 79bc21b77c25faa0fb1ffe356df8710a9d7452ef | |
parent | 01d7dd8607305edd335cca5515fa65c2be7e315d (diff) | |
download | bcm5719-llvm-d776b6e51d38fb8904f9770fed88aa83d9bf968d.tar.gz bcm5719-llvm-d776b6e51d38fb8904f9770fed88aa83d9bf968d.zip |
Fix a missing word.
llvm-svn: 62720
-rw-r--r-- | llvm/utils/vim/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/vim/README b/llvm/utils/vim/README index d999788809c..bca25bfe612 100644 --- a/llvm/utils/vim/README +++ b/llvm/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 . |