Skip to content

Commit

Permalink
Make Wildfire work with operator commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo Comitti committed Jul 14, 2014
1 parent 64ac650 commit 96225c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/wildfire.vim
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ let g:wildfire_water_map =
vmap <silent> <Plug>(wildfire-water) :<C-U>call wildfire#Water(v:count1)<CR>
nmap <silent> <Plug>(wildfire-fuel) :<C-U>call wildfire#Start(v:count1, g:wildfire_objects)<CR>
omap <silent> <Plug>(wildfire-fuel) :<C-U>call wildfire#Start(v:count1, g:wildfire_objects)<CR>
vmap <silent> <Plug>(wildfire-fuel) :<C-U>call wildfire#Fuel(v:count1)<CR>
for var in keys(g:)
Expand Down

0 comments on commit 96225c0

Please sign in to comment.