Skip to content
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

Almost Impossible Exercise #62

Open
maddisoj opened this issue Jul 16, 2013 · 0 comments
Open

Almost Impossible Exercise #62

maddisoj opened this issue Jul 16, 2013 · 0 comments

Comments

@maddisoj
Copy link

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.

I realise now that I probably misinterpreted the exercise, but if one person can why not another?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant