diff options
Diffstat (limited to 'clang-tools-extra/docs/include-fixer.rst')
-rw-r--r-- | clang-tools-extra/docs/include-fixer.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/include-fixer.rst b/clang-tools-extra/docs/include-fixer.rst index 015e734e740..a647acfe9b0 100644 --- a/clang-tools-extra/docs/include-fixer.rst +++ b/clang-tools-extra/docs/include-fixer.rst @@ -70,7 +70,7 @@ This enables `clang-include-fixer` for NORMAL and VISUAL mode. Change ``<leader>cf`` to another binding if you need clang-include-fixer on a different key. The [``<leader> key``](http://vim.wikia.com/wiki/Mapping_keys_in_Vim_-_Tutorial_(Part_3)#Map_leader) -is a reference to a specific key defined by the mapleader variable and is binded +is a reference to a specific key defined by the mapleader variable and is bound to backslash by default. Make sure vim can find :program:`clang-include-fixer`: |