prompt-toolkit / pyvim

Pure Python Vim clone.
BSD 3-Clause "New" or "Revised" License
2.52k stars 160 forks source link

Cannot quit only one tab #112

Open davidbrochart opened 6 years ago

davidbrochart commented 6 years ago

When there are several tabs opened, quitting one with :q prints 1 more files to edit. The only way is to :qa. When it is the same file opened in all tabs, quitting one with :q closes all of them and pyvim exits.