Skip to content

Commit 716d7d9

Browse files
committed
Fix vdebug.vim
1 parent 0781bc2 commit 716d7d9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugin/vdebug.vim

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ function! vdebug:get_visual_selection()
151151
let lines[0] = lines[0][col1 - 1:]
152152
return join(lines, "\n")
153153
endfunction
154-
<<<<<<< HEAD
155154

156155
function vdebug:edit(filename)
157156
try
@@ -160,5 +159,3 @@ function vdebug:edit(filename)
160159
execute 'silent edit' fnameescape(a:filename)
161160
endtry
162161
endfunction
163-
=======
164-
>>>>>>> fix-file-paths

0 commit comments

Comments
 (0)