lambdalisue / vim-guise

🎭 Guise is a Vim/Neovim plugin that opens a new tab page rather than invokes a new nested instance when a user tried to open a new Vim/Neovim through a job or terminal on the instance.
MIT License
90 stars 1 forks source link

Use silent #12

Closed Shougo closed 2 years ago

Shougo commented 2 years ago

I think silent should be added.

lambdalisue commented 2 years ago

Why? What was the actual issue here?

Shougo commented 2 years ago

Because I get hit-enter prompt by guise.vim...

スクリーンショット_2021-11-17_14-28-18

lambdalisue commented 2 years ago

Hum... Then why you don't get that message when you hit :e {filename} manually or whatever?

Shougo commented 2 years ago

I don't know why. But I get prompts by tabedit manually... So silent should be added.

lambdalisue commented 2 years ago

OK. Using silent may cause some side-effects but I'll think about it then.

Shougo commented 2 years ago

Thank you!