We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e874040 + 490b2e4 commit e0b5b86Copy full SHA for e0b5b86
autoload/merginal/buffers/base.vim
@@ -24,7 +24,6 @@ endfunction
24
function! s:f.generateHelp() dict abort
25
let l:result = []
26
let l:columnWidths = [4, winwidth(0) - 5]
27
- echo l:columnWidths
28
for l:meta in self._meta
29
if has_key(l:meta, 'doc')
30
if !empty(l:meta.keymaps)
0 commit comments