mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 02:16:05 +00:00
[docs] Fix links format.
llvm-svn: 277517
This commit is contained in:
parent
5e0a50c2d7
commit
053826f146
@ -143,8 +143,8 @@ Please note that **you have to save all buffers, in which the replacement will
|
||||
happen before running the tool**.
|
||||
|
||||
Once installed, you can point your cursor to symbols you want to rename, press
|
||||
`<leader>cr` and type new desired name. The [`<leader> key`]
|
||||
(http://vim.wikia.com/wiki/Mapping_keys_in_Vim_-_Tutorial_(Part_3)#Map_leader)
|
||||
`<leader>cr` and type 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 bound
|
||||
to backslash by default.
|
||||
|
||||
|
@ -67,9 +67,9 @@ following key binding to your ``.vimrc``:
|
||||
noremap <leader>cf :pyf path/to/llvm/source/tools/clang/tools/extra/include-fixer/tool/clang-include-fixer.py<cr>
|
||||
|
||||
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)
|
||||
`<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 bound
|
||||
to backslash by default.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user