© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
LAST
Student
I think you might be missing one backslash before the eval stuff in the "1.2Part1 Second method..." part, step 3, :%s/.*/=eval(submatch(0)). I'm new to vimscript, sorry if I'm wrong about it.
eval
:%s/.*/=eval(submatch(0))
Nedal
Working on community-driven sprints that is transforming the lives of developers http://github.com/cipherlogs/s909
That's true, I forgot to escape the expression register =. Thank you.
=