gonvim icon indicating copy to clipboard operation
gonvim copied to clipboard

FeatureRequest: Add option to disable external cmdline

Open zhmars opened this issue 6 years ago • 1 comments

Would it be possible to add an option that would allow to disable the external cmdline ? E.g.:let g:gonvim_draw_extcmdline = 0.

I don't need it and it maybe disturbing sometimes.

zhmars avatar Jan 11 '18 03:01 zhmars

The feature seems from below code.

https://github.com/dzhou121/gonvim/blob/cbaa76e46df467f27d1175be17a915bbdbd3b2ac/editor/editor.go#L176

Related issue: https://github.com/dzhou121/gonvim/issues/77

Shougo avatar Jan 11 '18 04:01 Shougo