Closed rbpatt2019 closed 5 years ago
I prefer matching both prompts rather than switching it by variable so that user can use both prompts without taking care about their prompt configuration.
I added the fix at 3903baf. Please let me know if it is not useful.
Added
b:reply_ptpython_prompt_start
variable. If it is unset, then reply.vim expects ptpython classic prompt start - the more likely case. If a user set this variable to "ipython", either in.vimrc
orftplugin/python.vim
, then reply.vim will expect the IPython prompt start.ptpython prompt start is set in the user's
~/.ptpython/config.py
.Closes #4.