wenlongche / SrcExpl

A (G)Vim plugin for exploring the source code definition(s) and contextual lines with a split window.
https://www.vim.org/scripts/script.php?script_id=2179
184 stars 59 forks source link

normal -> normal! #4

Closed bamoqi closed 6 years ago

bamoqi commented 10 years ago

line 1457:

exe "normal " . "zR"

should be

exe "normal! " . "zR"
wenlongche commented 10 years ago

Thanks for your finding, buddy.

wenlongche commented 6 years ago

Fixed in v6.0