Skip to content

Commit

Permalink
Disable deletion of "given" line that swallows lines
Browse files Browse the repository at this point in the history
This fixes junegunn#211.

However, the consequences are unclear as is the purpose of the now
uncommented line.
  • Loading branch information
hupfdule committed May 6, 2020
1 parent c039b49 commit eba34c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/vader/window.vim
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function! vader#window#prepare(lines, type)
for line in a:lines
call append(line('$') - 1, line)
endfor
silent d _
"silent d _
execute "normal! \<c-\>\<c-n>gg0"

let &undolevels = &undolevels " Break undo block
Expand Down

0 comments on commit eba34c2

Please sign in to comment.