From edd5ca5a36c8c11d721c39bf159f43acf12998bf Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Sun, 3 Mar 2013 15:17:35 +0000 Subject: [PATCH] [docs] Use vim code-block instead of console. llvm-svn: 176418 --- clang/docs/ClangFormat.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/ClangFormat.rst b/clang/docs/ClangFormat.rst index 94753580f0d4..f5c0b4c1fb9c 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 :pyf /clang-format.py imap :pyf /clang-format.pyi -- GitLab