Josh Davis
17358e51ab
Should return view name if one is active
2014-01-11 19:05:34 -06:00
Josh Davis
ba2b2050b0
Change pane(s) -> view(s) for clarity
...
Slightly pedantic but it reduces possible confusion.
2014-01-11 18:33:12 -06:00
Kevin Sjöberg
9855936bd1
Fix condition in _VimuxTmuxIndex()
...
This ensure that we call `_VimuxRunnerType()` instead of
`_VimuxRunnerType`.
2013-12-02 22:47:07 +01:00
Ben Mills
1e30ed8065
Merge pull request #83 from ersatzryan/master
...
Ability to change runner type
2013-11-28 23:23:02 -08:00
Ryan Glover
7212ae4ee8
Fix finding index to be based on runner type
2013-09-28 17:26:59 -04:00
Ryan Glover
aa8a444609
Add ability to change runner type between pane and window
2013-09-28 17:14:41 -04:00
Ryan Glover
49a048e94e
Change variable and function names to be pane/window agnostic
2013-09-28 16:32:35 -04:00
cmar
635b800f22
add VimuxZoomRunner() to zoom the runner pane on Tmux 1.8
2013-09-13 11:01:45 -04:00
David Davis
1a0a8abe71
Fix out of range error
...
Fix the following error. This fixes #72 .
E684: list index out of range: 1
E116: Invalid arguments for function match(panes[i], "(active)") == -1
E15: Invalid expression: match(panes[i], "(active)") == -1
2013-07-03 10:18:24 -04:00
benmills
064ca8693a
Only escale double quotes. Thanks @pgr0ss
2013-05-31 12:27:06 -07:00
benmills
e729607de6
Rewrite vimux using VimL.
...
This commit also drops the deprecated functions and removes some rarely used
functions such as VimuxClosePanes.
2013-04-03 13:03:03 -05:00
Reza Jelveh
8e091d6d5e
allow backticks in commands, also fix potential exploit, of user running untrusted code hidden in some source
2013-03-03 21:07:25 -06:00
Reza Jelveh
51ee1a3c6d
fix variable scopes
2013-03-03 12:42:17 -06:00
tonyskn
06d75cb797
Improve close_runner_pane
...
Do not execute `tmux kill-pane` when a runner pane is not available
Avoids UI glitches when :VimuxCloseRunner is auto-called before exiting
Vim.
2012-12-11 14:37:55 +01:00
benmills
d6d88a4fce
Focus runner pane when inspecting.
2012-10-23 16:29:08 -05:00
Brian Riddle
8fb2563918
Moved default outside if statement.
2012-10-22 09:07:33 +02:00
John Krueger
dd1c213e4d
updated from benmills remote master
2012-10-18 15:12:12 -06:00
John Krueger
201964f046
add VimuxPromptString
2012-10-18 14:57:59 -06:00
benmills
908358a09a
Escape $ before sending commands to tmux. Fixes #39
2012-09-26 17:48:18 -05:00
benmills
4f13e27deb
Allow multi-word session and window names. Fixes #34
2012-08-15 07:43:50 -05:00
Andrew Stiles
539580e5fe
Remember autoreturn setting
...
Create a new variable "_VimTmuxCmdAutoreturn" which remembers the value
of the autoreturn parameter used by the last invocation of
VimuxRunCommand or RunVimTmuxCommand. Use this parameter in the
VimuxRunLastCommand function.
2012-08-05 16:06:10 -05:00
Evan Light
e4da4bb5f8
Initial rev plus my scroll up and down commands
2012-07-17 17:18:58 -04:00