Commit Graph

14 Commits

Author SHA1 Message Date
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