Skip to content

Commit

Permalink
Revert "HACK: Couldn't figure out another way to make the app focus o…
Browse files Browse the repository at this point in the history
…n launch :("

This reverts commit 3522db7.
  • Loading branch information
alloy committed Jun 28, 2011
1 parent cfc6fd6 commit 01793f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Waldo.vim
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ set cpo&vim
function s:LaunchWaldoViaVim()
let cwd = getcwd()
silent exe "!open -a Waldo " . shellescape(cwd)
silent exe "!open -a Waldo " . shellescape(cwd)
endfunction

command! Waldo :call <SID>LaunchWaldoViaVim()
Expand Down

0 comments on commit 01793f4

Please sign in to comment.