Skip to content

Instantly share code, notes, and snippets.

@matthewsimo
Created July 5, 2016 16:35
Show Gist options
  • Select an option

  • Save matthewsimo/dc8bb64ca939dab8719c7e3f67f65828 to your computer and use it in GitHub Desktop.

Select an option

Save matthewsimo/dc8bb64ca939dab8719c7e3f67f65828 to your computer and use it in GitHub Desktop.
negative lookahead vim search
/<?\(p\)\@!
@matthewsimo

Copy link
Copy Markdown
Author

finds <? that isn't <?p

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment