-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save actions do not trigger on vim plugin save #220
Comments
On normal save ":w" it won't work because the plugin does not handle a single document save action (see #222). |
Received by mail
|
This setting only chooses who should act upon a the capture of the CTRL+S shortcut:
Changing this setting will not influence what happens if the VIM ":w + ENTER" command is executed. Any update on this issue? Does anyone have an idea why this functionality stopped working? |
Pretty sure it never worked - really this is a duplicate of #222 as that encapsulates the overarching issue. |
Yeah it's the same issue as #222 |
Duplicates #222 |
v1.2.0 work well, but 1.3.0 and 1.4.0 do not work.
IDEA version:
IntelliJ IDEA 2018.3.4 (Ultimate Edition)
The text was updated successfully, but these errors were encountered: