Commit Graph

13 Commits (7c54b7af6ae7ec7e66174dd70bfed100d99078b6)

Author SHA1 Message Date
benmills 064ca8693a Only escale double quotes. Thanks @pgr0ss 11 years ago
benmills e729607de6 Rewrite vimux using VimL.
This commit also drops the deprecated functions and removes some rarely used
functions such as VimuxClosePanes.
11 years ago
Reza Jelveh 8e091d6d5e allow backticks in commands, also fix potential exploit, of user running untrusted code hidden in some source 11 years ago
Reza Jelveh 51ee1a3c6d fix variable scopes 11 years ago
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.
12 years ago
benmills d6d88a4fce Focus runner pane when inspecting. 12 years ago
Brian Riddle 8fb2563918 Moved default outside if statement. 12 years ago
John Krueger dd1c213e4d updated from benmills remote master 12 years ago
John Krueger 201964f046 add VimuxPromptString 12 years ago
benmills 908358a09a Escape $ before sending commands to tmux. Fixes #39 12 years ago
benmills 4f13e27deb Allow multi-word session and window names. Fixes #34 12 years ago
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.
12 years ago
Evan Light e4da4bb5f8 Initial rev plus my scroll up and down commands 12 years ago