In Vim version <= 7.3.1031, the following code works and finds the
correct function:
:echo function('<SNR>138_JumpToEndForward')
Of course, change '138_JumpToEndForward' to some 's:' prefixed function
Vim knows.
With Vim version >= 7.3.1071, it returns a string like
'<80><fd>R138_JumpToEndForward' and the result can't be called.
This breaks the CountJump plugin. At least 'mail_movement' that using
it, when editing an Email message, '][' throws an error:
E129: Function name required
E700: Unknown function: <80>ýJumpToEndForward
E488: Trailing characters
--
Best regards,
lilydjwg
--
--
You received this message from the "vim_dev" 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_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.