Closed salcode closed 3 years ago
This issue was spun off from #154
Highlight merge conflict markers, and move through conflict markers with ]c and [c
]c
[c
" Jump to next/previous merge conflict marker nnoremap <silent> ]c /\v^(\<\|\=\|\>){7}([^=].+)?$<CR> nnoremap <silent> [c ?\v^(\<\|\=\|\>){7}([^=].+)\?$<CR>
From vimrcfu 177
Resolved in #220
This issue was spun off from #154
From vimrcfu 177