aboutsummaryrefslogtreecommitdiff
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
commite7259ae90d9dd79fdf7ea4d7030f596c6bb3a48d (patch)
treef33f3bcbcefc2c5adb2fa7d821aa802beae20c72
parent65611bf036dab4e2ba90b1316b1b21b276dde185 (diff)
[docs] Use vim code-block instead of console.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176418 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ClangFormat.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ClangFormat.rst b/docs/ClangFormat.rst
index 94753580f0..f5c0b4c1fb 100644
--- a/docs/ClangFormat.rst
+++ b/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