]> git.phdru.name Git - dotfiles.git/blobdiff - .vim/autoload/text.vim
.vim: Fix name `SearchConflictMarkers`
[dotfiles.git] / .vim / autoload / text.vim
index 87c7369246b5e2688d9646e0c2c891cc7c9ef0b2..16e6c343004eed899ce231e103e66aeeaaf01fe6 100644 (file)
@@ -1,3 +1,7 @@
+function! text#SearchConflictMarkers()
+   normal /<<<<<<<\|=======\||||||||\|>>>>>>>
+endfunction
+
 function! text#RemoveTrailingSpaces()
     %s/ \+$//
 endfunction