Thursday, September 26, 2019

:wq in JShell

Hi all:

I started using JShell for teaching purposes. My default editor is Vim.

JShell's "/edit" command permits me to edit code snippets in Vim directly. After save & quit the updated snippet then returns to JShell.

However, I experience a strange behavior:

:w
:q
Updates the code in JShell (as expected)

:wq
Does *not* update the code in JShell

Is there any guess why :wq does not behave like :w :q?

I'm running Vim 8.0 and Java 11 on Ubuntu Linux.

Best,
Claus

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/DC2BE40D-31E0-4543-AE57-E214518A3AB0%40freenet.de.

No comments: