-
Notifications
You must be signed in to change notification settings - Fork 4
別ウインドウ開かずにやれないもんか #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
単純に vim-editerm/plugin/editerm.vim Line 37 in c117ef7
んだけど、編集終了時に何が起きるかをちゃんと追えてない。 |
zshrcんなかで function :edit() {
VIM_EDITERM_HOGEHOGE=fugafuga
$EDITOR $@
}
function :new() {
...
}
function :vnew() {
...
} とかやれたら面白そう |
急に 処理をちょっと分けようと思ったときに、引数でやるのは筋が悪い。( |
:editとかを作る場合、そもそもwaitしなくていいかもしれない。 |
編集終了時の挙動として期待されるのは、 もとの |
win_findbuf() |
ハズレ。駄目だった |
そんなん人によるし、そのへんは別のプラグインに任せよう |
環境変数でやるの危険だ。 |
🤔 そこまでして NOWAIT 版いるかな |
NOWAITの場合は、 |
|
$EDITORもvim()もWAITしてよくて、 :drop() みたいな特殊関数として用意してあげれば良い気がしてきた > NOWAIT |
The text was updated successfully, but these errors were encountered: