Skip to content

Commit

Permalink
Fix typo in bebop-coffee.vim.
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekay committed Mar 23, 2012
1 parent fcde2fa commit 222d308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ftplugin/coffee/bebop-coffee.vim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
f g:bebop_disabled == 1
if g:bebop_disabled == 1
finish
endif

Expand All @@ -21,5 +21,5 @@ command! -nargs=0 BebopCoffeeEvalLine py vimbop.coffee.eval_line()
command! -nargs=0 BebopCoffeeEvalBuffer py vimbop.coffee.eval_buffer()
nnoremap <leader>ee :BebopCoffeeEval<space>
nnoremap <leader>eb :BebopCoffeeEvalBuffer<cr>
nnoremap <leader>el :BebopEvalLine<cr>
nnoremap <leader>el :BebopCoffeeEvalLine<cr>
vnoremap <leader>er :py vimbop.coffee.eval_range()<cr>

0 comments on commit 222d308

Please sign in to comment.