Created
December 30, 2010 01:45
-
-
Save Raimondi/759343 to your computer and use it in GitHub Desktop.
Problem with searchpair()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if true | |
x | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
normal! gg | |
echom searchpair('\<if\>', '', '\<end\>', 'W') | |
normal! Gk | |
echom searchpair('\<if\>', '', '\<end\>', 'Wb') | |
normal! G | |
echom searchpair('\<if\>', '', '\<end\>', 'Wb') | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment