]> git.phdru.name Git - dotfiles.git/commitdiff
.vim: Add `ConflictMarkersSearch()`
authorOleg Broytman <phd@phdru.name>
Wed, 30 Nov 2022 12:27:41 +0000 (15:27 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 30 Nov 2022 12:42:16 +0000 (15:42 +0300)
.vim/autoload/text.vim

index 87c7369246b5e2688d9646e0c2c891cc7c9ef0b2..64672d884d4c9bcc415b63c8e78b722aca451969 100644 (file)
@@ -1,3 +1,7 @@
+function! text#ConflictMarkersSearch()
+   normal /<<<<<<<\|=======\||||||||\|>>>>>>>
+endfunction
+
 function! text#RemoveTrailingSpaces()
     %s/ \+$//
 endfunction