From 3538fbd219efec41872244986848073ac238faaa Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 1 Apr 2021 00:22:50 -0400 Subject: [PATCH] Change 'play' to 'launch'. This code can be ran for vim diffing. --- vimgolf/vimgolf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimgolf/vimgolf.py b/vimgolf/vimgolf.py index 7f36eea..c653fae 100644 --- a/vimgolf/vimgolf.py +++ b/vimgolf/vimgolf.py @@ -370,7 +370,7 @@ def run(args): if vim_name == 'nvim-qt' and sys.platform == 'win32': write('vimgolf with nvim-qt on Windows may not function properly', color='red') write('If there are issues, please try using a different version of vim', color='yellow') - if not confirm('Continue trying to play?'): + if not confirm('Continue trying to launch?'): logger.info('vim run aborted on win32 nvim-qt') return Status.FAILURE