Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 86872f0

Browse filesBrowse files
authored
Merge pull request #624 from Angluca/master
Not use map
2 parents 475a864 + bc28b3c commit 86872f0
Copy full SHA for 86872f0

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎plugin/ctrlp.vim‎

Copy file name to clipboardExpand all lines: plugin/ctrlp.vim
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ com! -bar CtrlPRoot cal ctrlp#init('fil', { 'mode': 'r' })
3636
exe 'nn <silent> <plug>(ctrlp) :<c-u>'.g:ctrlp_cmd.'<cr>'
3737

3838
if g:ctrlp_map != '' && !hasmapto('<plug>(ctrlp)')
39-
exe 'map' g:ctrlp_map '<plug>(ctrlp)'
39+
exe 'nmap' g:ctrlp_map '<plug>(ctrlp)'
4040
en
4141

4242
if !exists('g:ctrlp_types') || index(g:ctrlp_types, 'mru') >= 0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.