Standardize on "maps", not "mappings"

This commit is contained in:
Tim Pope
2019-09-05 15:26:01 -04:00
parent 2d0df5842a
commit eb04d8bcc0
3 changed files with 22 additions and 22 deletions

View File

@@ -5506,8 +5506,8 @@ function! fugitive#MapJumps(...) abort
call s:Map('n', '.', ":<C-U> <C-R>=<SID>fnameescape(fugitive#Real(@%))<CR><Home>")
call s:Map('x', '.', ":<C-U> <C-R>=<SID>fnameescape(fugitive#Real(@%))<CR><Home>")
call s:Map('n', 'g?', ":<C-U>help fugitive-mappings<CR>", '<silent>')
call s:Map('n', '<F1>', ":<C-U>help fugitive-mappings<CR>", '<silent>')
call s:Map('n', 'g?', ":<C-U>help fugitive-map<CR>", '<silent>')
call s:Map('n', '<F1>', ":<C-U>help fugitive-map<CR>", '<silent>')
endif
endfunction