Skip to content

Commit

Permalink
Merge pull request #54 from vais/patch-1
Browse files Browse the repository at this point in the history
Remove a stray echo
  • Loading branch information
idanarye authored Oct 29, 2022
2 parents e874040 + 490b2e4 commit e0b5b86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autoload/merginal/buffers/base.vim
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ endfunction
function! s:f.generateHelp() dict abort
let l:result = []
let l:columnWidths = [4, winwidth(0) - 5]
echo l:columnWidths
for l:meta in self._meta
if has_key(l:meta, 'doc')
if !empty(l:meta.keymaps)
Expand Down

0 comments on commit e0b5b86

Please sign in to comment.