Skip to content

Instantly share code, notes, and snippets.

@Raimondi
Created December 30, 2010 01:45
Show Gist options
  • Save Raimondi/759343 to your computer and use it in GitHub Desktop.
Save Raimondi/759343 to your computer and use it in GitHub Desktop.
Problem with searchpair()
if true
x
end
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