diff options
Diffstat (limited to 'clang/tools')
-rw-r--r-- | clang/tools/clang-format/clang-format.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/clang-format/clang-format.py b/clang/tools/clang-format/clang-format.py index 487b9ed48e1..3bb89e04b19 100644 --- a/clang/tools/clang-format/clang-format.py +++ b/clang/tools/clang-format/clang-format.py @@ -3,7 +3,7 @@ # - Add to your .vimrc: # # map <C-I> :pyf <path-to-this-file>/clang-format.py<cr> -# imap <C-I> <c-o>:pyf <path-to-this-file>/clang-format.py<cr><cr> +# imap <C-I> <c-o>:pyf <path-to-this-file>/clang-format.py<cr> # # The first line enables clang-format for NORMAL and VISUAL mode, the second # line adds support for INSERT mode. Change "C-I" to another binding if you |