NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
I'm guessing matchstr is what you're after (Score:2)
Re:I'm guessing matchstr is what you're after (Score:2)
Out of curiosity, how did you learn Vim scripting? Is there a decent tutorial out there or did you go through the docs?
Re:I'm guessing matchstr is what you're after (Score:2)
I'm not sure I'd say that I've learned it. When I started at Rentrak, they already had
> Is there a decent tutorial out there or did you go through the docs
There may well be a decent tutorial. If so, I never found it. Instead I spent way to much time banging my head against the
Bruce has been extending the emacs support at work to the point that it does everything the vim macros do and tons more For example, you can type a random function like create_test_whatever in the middle of some bit of code and hit a keystroke to have emacs find the appropriate place from which to import that sucker, add the appropriate use line at the appropriate place in the code, format it and sort it to look pretty with the other use lines, and return you to editing where you typed that function. Very slick.
Elisp looks like a comparative dream to work with. At this point, the only thing holding me back is the lack of quick keyboard editing/navigation. The functionality for extensions is better than vim, but the plain vanilla functionality still strikes me as less efficient than vim.
Anyhow, I sypathize with your struggle to not strangle vim
-matt
Reply to This
Parent