r176276 - ClangFormat.rst: Fix two small typos
Hans Wennborg
hans at hanshq.net
Thu Feb 28 10:16:24 PST 2013
Author: hans
Date: Thu Feb 28 12:16:24 2013
New Revision: 176276
URL: http://llvm.org/viewvc/llvm-project?rev=176276&view=rev
Log:
ClangFormat.rst: Fix two small typos
Modified:
cfe/trunk/docs/ClangFormat.rst
Modified: cfe/trunk/docs/ClangFormat.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangFormat.rst?rev=176276&r1=176275&r2=176276&view=diff
==============================================================================
--- cfe/trunk/docs/ClangFormat.rst (original)
+++ cfe/trunk/docs/ClangFormat.rst Thu Feb 28 12:16:24 2013
@@ -44,10 +44,10 @@ Vim Integration
There is an integration for :program:`vim` which lets you run the
:program:`clang-format` standalone tool on your current buffer, optionally
-selecting regions to reformat. The integration has to form of a `python`-file
+selecting regions to reformat. The integration has the form of a `python`-file
which can be found under `clang/tools/extra/clang-format/clang-format.py`.
-This can be integrated by mapping the following to your `.vimrc`:
+This can be integrated by adding the following to your `.vimrc`:
.. code-block:: console
More information about the cfe-commits
mailing list