You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the plugin with an earlier version of Vim, the incpy#SetupOptions function will throw error E704 during initialization as a result of trying to assign a Funcref for a script-local function to the incpy#InputStrip variable. This manifests itself on Ubuntu 22.04 when trying to use the vim.basic which comes installed by default.
The version of Vim that complains about this is version 8.2. For the record, the most recent version of Vim as of today is 9.1.
arizvisa
changed the title
E704: Funcref variable name must start with a capital.
E704: Funcref variable name must start with a capital (during incpy#SetupOptions).
Nov 26, 2024
When running the plugin with an earlier version of Vim, the
incpy#SetupOptions
function will throw errorE704
during initialization as a result of trying to assign a Funcref for a script-local function to theincpy#InputStrip
variable. This manifests itself on Ubuntu 22.04 when trying to use thevim.basic
which comes installed by default.The version of Vim that complains about this is version 8.2. For the record, the most recent version of Vim as of today is 9.1.
The text was updated successfully, but these errors were encountered: