]> git.phdru.name Git - dotfiles.git/commitdiff
.vim: Fix name `SearchConflictMarkers`
authorOleg Broytman <phd@phdru.name>
Wed, 11 Jan 2023 12:10:10 +0000 (15:10 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 11 Jan 2023 12:10:10 +0000 (15:10 +0300)
First, a verb. Then the object(s) to apply the verb.

.vim/autoload/text.vim

index 64672d884d4c9bcc415b63c8e78b722aca451969..16e6c343004eed899ce231e103e66aeeaaf01fe6 100644 (file)
@@ -1,4 +1,4 @@
-function! text#ConflictMarkersSearch()
+function! text#SearchConflictMarkers()
    normal /<<<<<<<\|=======\||||||||\|>>>>>>>
 endfunction