We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The exercise in chapter 49 has an impossible exercise.
We defined our helper functions as global functions, but that's not a good idea. > Change them to be script-local functions.
Upon attempting this exercise I tried to do:
setlocal foldexpr=<SID>GetPotionFold(v:lnum)
Which, as I know now, is not possible as you cannot use <SID> in a mapping.
<SID>
I realise now that I probably misinterpreted the exercise, but if one person can why not another?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The exercise in chapter 49 has an impossible exercise.
Upon attempting this exercise I tried to do:
setlocal foldexpr=<SID>GetPotionFold(v:lnum)
Which, as I know now, is not possible as you cannot use
<SID>
in a mapping.I realise now that I probably misinterpreted the exercise, but if one person can why not another?
The text was updated successfully, but these errors were encountered: