Skip to content

Commit e0b5b86

Browse files
authored
Merge pull request #54 from vais/patch-1
Remove a stray echo
2 parents e874040 + 490b2e4 commit e0b5b86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoload/merginal/buffers/base.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ endfunction
2424
function! s:f.generateHelp() dict abort
2525
let l:result = []
2626
let l:columnWidths = [4, winwidth(0) - 5]
27-
echo l:columnWidths
2827
for l:meta in self._meta
2928
if has_key(l:meta, 'doc')
3029
if !empty(l:meta.keymaps)

0 commit comments

Comments
 (0)