You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `-pos` field accepts an uppercase `TAB`, to create tab on the left of current tab. When using internal terminal in a split window, AsyncRun will firstly reuse a finished previous terminal window if it exists, if not, a new terminal window will be created in given position. Tab based terminal can also be reusable if `-reuse` is provided.
311
+
The `-pos` field accepts an uppercase `TAB`, to create a tab on the left of the current tab. When using internal terminal in a split window, AsyncRun will firstly reuse a finished previous terminal window if it exists, if not, a new terminal window will be created in given position. Tab based terminal can also be reusable if `-reuse` is provided.
312
312
313
313
314
314
@@ -489,7 +489,7 @@ See: [Cooperate with famous plugins](https://github.com/skywind3000/asyncrun.vim
489
489
490
490
# History
491
491
492
-
- 2.8.9 (2021-12-15): extra runners to run command in a tmux, or floaterm window.
492
+
- 2.9.1 (2021-12-15): extra runners to run command in a tmux, or floaterm window.
493
493
- 2.6.2 (2020-03-08): change runner's argument from string to dict.
494
494
- 2.6.0 (2020-03-07): `-post` can be used in terminal mode.
0 commit comments