summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-03-03 15:17:35 +0000
committerSean Silva <silvas@purdue.edu>2013-03-03 15:17:35 +0000
commitedd5ca5a36c8c11d721c39bf159f43acf12998bf (patch)
tree9920c76a2d3d60e48e6828142c31f406166ac3e9
parent206bc114f80d7fb3729400f8c8adf65bdb09acc0 (diff)
downloadbcm5719-llvm-edd5ca5a36c8c11d721c39bf159f43acf12998bf.tar.gz
bcm5719-llvm-edd5ca5a36c8c11d721c39bf159f43acf12998bf.zip
[docs] Use vim code-block instead of console.
llvm-svn: 176418
-rw-r--r--clang/docs/ClangFormat.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ClangFormat.rst b/clang/docs/ClangFormat.rst
index 94753580f0d..f5c0b4c1fb9 100644
--- a/clang/docs/ClangFormat.rst
+++ b/clang/docs/ClangFormat.rst
@@ -49,7 +49,7 @@ which can be found under `clang/tools/extra/clang-format/clang-format.py`.
This can be integrated by adding the following to your `.vimrc`:
-.. code-block:: console
+.. code-block:: vim
map <C-I> :pyf <path-to-this-file>/clang-format.py<CR>
imap <C-I> <ESC>:pyf <path-to-this-file>/clang-format.py<CR>i
OpenPOWER on IntegriCloud