Skip to content

Commit

Permalink
Remove a stray echo
Browse files Browse the repository at this point in the history
  • Loading branch information
vais authored Oct 29, 2022
1 parent e874040 commit 490b2e4
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 490b2e4

Please sign in to comment.