Skip to content

Commit

Permalink
Fix a variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Feb 1, 2015
1 parent 534d36d commit 2082894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/incsearch.vim
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function! s:mode_wrap(cmd) abort
endfunction

" CommandLine Mapping {{{
let g:incsearch_cli_key_mappings = get(g:, 'g:incsearch_cli_key_mappings', {})
let g:incsearch_cli_key_mappings = get(g:, 'incsearch_cli_key_mappings', {})

function! s:key_mapping(lhs, rhs, noremap) abort
let g:incsearch_cli_key_mappings[a:lhs] = {
Expand Down

0 comments on commit 2082894

Please sign in to comment.