We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e49b48 commit f04fa42Copy full SHA for f04fa42
plugin/EasyGrep.vim
@@ -635,7 +635,7 @@ function! s:OpenOptionsExplorer()
635
syn match Selection /^\ \w.*/
636
highlight def link Selection String
637
638
- call s:MapOptionsKeys()
+ call s:MapOptionsExplorerKeys()
639
640
call s:FillWindow()
641
endfunction
@@ -1415,8 +1415,8 @@ function! s:CreateOptionsString()
1415
1416
1417
"}}}
1418
-" MapOptionsKeys {{{
1419
-function! s:MapOptionsKeys()
+" MapOptionsExplorerKeys {{{
+function! s:MapOptionsExplorerKeys()
1420
1421
nnoremap <buffer> <silent> <cr> :call <sid>SelectOptionExplorerLine()<cr>
1422
nnoremap <buffer> <silent> : :call <sid>Echo("Type q to quit")<cr>
0 commit comments