Skip to content

Commit f04fa42

Browse files
committed
Rename a function for clarity
1 parent 6e49b48 commit f04fa42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugin/EasyGrep.vim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ function! s:OpenOptionsExplorer()
635635
syn match Selection /^\ \w.*/
636636
highlight def link Selection String
637637

638-
call s:MapOptionsKeys()
638+
call s:MapOptionsExplorerKeys()
639639

640640
call s:FillWindow()
641641
endfunction
@@ -1415,8 +1415,8 @@ function! s:CreateOptionsString()
14151415

14161416
endfunction
14171417
"}}}
1418-
" MapOptionsKeys {{{
1419-
function! s:MapOptionsKeys()
1418+
" MapOptionsExplorerKeys {{{
1419+
function! s:MapOptionsExplorerKeys()
14201420

14211421
nnoremap <buffer> <silent> <cr> :call <sid>SelectOptionExplorerLine()<cr>
14221422
nnoremap <buffer> <silent> : :call <sid>Echo("Type q to quit")<cr>

0 commit comments

Comments
 (0)