Commit

Remove echo used for debugging
Daniel Moch committed 4 years ago (Tree)

Diffstat

 plugin/smartsplit.vim | 1 -

plugin/smartsplit.vim

14 14
15 15 function! s:WinWidth()
16 16 let l:textwidth = &tw ? (&tw + 8) : 80
17 - echo l:textwidth
18 17 if &number
19 18 let l:numwidth = &numberwidth > len(line('$')) + 1 ?
20 19 \ &numberwidth : len(line('$')) + 1