File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -2013,10 +2013,6 @@ def finish
20132013
20142014 private def em_delete ( key )
20152015 if current_line . empty? and ( not @is_multiline or @buffer_of_lines . size == 1 ) and key == "\C -d" . ord
2016- if @buffer_of_lines . size > 1
2017- # scroll_down(@highest_in_all - @first_line_started_from)
2018- end
2019- Reline ::IOGate . move_cursor_column ( 0 )
20202016 @eof = true
20212017 finish
20222018 elsif @byte_pointer < current_line . bytesize
@@ -2349,10 +2345,6 @@ def finish
23492345 private def vi_list_or_eof ( key )
23502346 if ( not @is_multiline and current_line . empty? ) or ( @is_multiline and current_line . empty? and @buffer_of_lines . size == 1 )
23512347 set_current_line ( '' , 0 )
2352- if @buffer_of_lines . size > 1
2353- # scroll_down(@highest_in_all - @first_line_started_from)
2354- end
2355- Reline ::IOGate . move_cursor_column ( 0 )
23562348 @eof = true
23572349 finish
23582350 else
You can’t perform that action at this time.
0 commit comments