Skip to content

Instantly share code, notes, and snippets.

@kenny-evitt
Last active October 11, 2018 14:49
Show Gist options
  • Save kenny-evitt/24563fd237ac2ed061d35e8976fe6335 to your computer and use it in GitHub Desktop.
Save kenny-evitt/24563fd237ac2ed061d35e8976fe6335 to your computer and use it in GitHub Desktop.
Common Vim regex searches
" Git merge conflict markers
^<<<<<<<\|^=======\|^>>>>>>>
" Git merge conflict markers for ViEmu in SQL Server Management Studio
^<<<<<<<\|=======\|>>>>>>>
" "WARNING" or "ERROR"
\<WARNING\>\|\<ERROR\>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment