Skip to content

Commit

Permalink
mappings have to use <SID> for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
natw committed Mar 22, 2013
1 parent f4eec8b commit de6b43c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/keyboard_cat.vim
Expand Up @@ -21,9 +21,9 @@ function! s:PlayMeOff(...)
execute "inoremap <expr> <buffer> " . l:letter . " <SID>NextCharacter()"
execute "inoremap <expr> <buffer> " . toupper(l:letter) . " <SID>NextCharacter()"
endfor
inoremap <expr> <buffer> <BS> s:GoBackKittyCat()
inoremap <expr> <buffer> <BS> <SID>GoBackKittyCat()
inoremap <expr> <buffer> <space> <SID>NextCharacter()
inoremap <buffer> <silent> <c-k> s:DisableKeyboardCat()<cr>
nnoremap <expr> <buffer> <c-k> <SID>DisableKeyboardCat()
endfunction


Expand Down

0 comments on commit de6b43c

Please sign in to comment.