Skip to content

Commit

Permalink
Add messagequeue conditional to snake.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
tarruda committed Jan 14, 2014
1 parent 675e5f8 commit 520f529
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snake.vim
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
if has('messagequeue')

set nocompatible
set nocursorline

Expand Down Expand Up @@ -125,3 +127,4 @@ game = Thread(target=run_game)
game.daemon = True
game.start()
EOF
endif

0 comments on commit 520f529

Please sign in to comment.