Remove debug echo
This commit is contained in:
parent
6fd47ecea4
commit
3b362f6514
|
@ -358,8 +358,6 @@ function! s:set_cursor() abort
|
||||||
let s:newline = line('.')
|
let s:newline = line('.')
|
||||||
let headoff = s:headoff + 2
|
let headoff = s:headoff + 2
|
||||||
|
|
||||||
echom 'newline: '. s:newline
|
|
||||||
|
|
||||||
" going down
|
" going down
|
||||||
if s:newline > s:oldline
|
if s:newline > s:oldline
|
||||||
if empty(getline(s:newline))
|
if empty(getline(s:newline))
|
||||||
|
|
Loading…
Reference in a new issue