Skip to content

Commit

Permalink
Change 'play' to 'launch'.
Browse files Browse the repository at this point in the history
This code can be ran for vim diffing.
  • Loading branch information
dstein64 committed Apr 1, 2021
1 parent e9c7e8b commit 3538fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimgolf/vimgolf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3538fbd

Please sign in to comment.