diff options
| -rw-r--r-- | clang-tools-extra/docs/clang-rename.rst | 2 | ||||
| -rw-r--r-- | clang-tools-extra/docs/include-fixer.rst | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/docs/clang-rename.rst b/clang-tools-extra/docs/clang-rename.rst index 4c02b6dbd51..a6d82180631 100644 --- a/clang-tools-extra/docs/clang-rename.rst +++ b/clang-tools-extra/docs/clang-rename.rst @@ -98,5 +98,5 @@ happen before running the tool**.  Once installed, you can point your cursor to symbols you want to rename, press  ``<leader>cr`` and print new desired name. 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. 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`:  | 

