junegunn / vim-peekaboo

:eyes: " / @ / CTRL-R
1.12k stars 38 forks source link

foldcolumn independent window #77 #79

Open juanMarinero opened 3 years ago

juanMarinero commented 3 years ago

See issue: https://github.com/junegunn/vim-peekaboo/issues/77 Maybe a would be clearer, instead o this commit, a python-wrapper-decorator for Vim. Like I dirty proposed in issue. Note: g:foldcolumn_orig global variable might be renamed to be more consistent with rest of plugin. Like: g:peekaboo#aboo#foldcolumn_orig Note2: global variable (g:) maybe need correction to local function (l:) or to buffer (b:) or ... Idk.