This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 127
Region is guarded, cannot modify E463 #600
Comments
Shameless bump! |
Re-bump! |
is this perhaps resolved by now? Last I installed eclim, this was driving me nuts. Not only semicolons as above; e.g. editing import statements were guarded for me, too. Anyone else had that issue? |
Open
Unfortunately, due to a lack of time to dedicate to maintenance, I've removed several eclim plugins, and one of them is the vimplugin (embedded vim) support. |
Could connecting to a running eclim instance (headless or not) via standalone vim still work, or is it also implicated? |
I was under the impression that this bug was only related to the embedded gvim, so I presume that using standalone vim doesn't suffer from this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I use gvim embedded in eclipse. If the Java Code Completer finds an issue (e.g. a missing semi-colon at the end of the line), I can not modify the code in that region anymore. I get the error message: E463: Region is guarded, cannot modify
Here's a screen shot:
Originally posted by @mickmattes in #540 (comment)
The text was updated successfully, but these errors were encountered: