Skip to content

Commit

Permalink
ptpyvim - updated help text
Browse files Browse the repository at this point in the history
  • Loading branch information
clach04 committed Dec 20, 2023
1 parent f5dc95a commit 3ec7bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puren_tonbo/tools/ptpyvim.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def edit(locations, password=None):
GZipFileIO(), # Should come before FileIO.
FileIO(),
] # TODO use existing and inject PureTonboFileIO? where?/how?
pyvim.help.HELP_TEXT += '\nTo quit issue\n\n :qa\n\nSee https://github.com/prompt-toolkit/pyvim/issues/148'
pyvim.help.HELP_TEXT += '\nTo quit all, without saving, issue\n\n :qa\n\nSee https://github.com/prompt-toolkit/pyvim/issues/148\n\nConsider using vim with plugin, see integrations/vim/pt.vim'
pyvim.editor.HELP_TEXT = pyvim.help.HELP_TEXT

# see run_pyvim.py
Expand Down

0 comments on commit 3ec7bcf

Please sign in to comment.