Skip to content

Tags: hamaco/vimshell

Tags

ver.6.50

Toggle ver.6.50's commit message
* Marked as ver.6.50.

ver.6.05

Toggle ver.6.05's commit message
* Print lines if one screen in view.

* Fixed nomodifiable error in view.
* Revised internal vim command.

v6.04

Toggle v6.04's commit message
- Improved execute line in Normal mode.

- Improved keymappings.

v6.03

Toggle v6.03's commit message
6.03 :

- Refactoringed.
- Improved environment detect in open.
- Fixed delete escape sequence bug.
- Improved interactive print.
- Implemented execute line in iexe buffer.
- Open URI when press <Enter>.
- Improved password input.
- Implemented interactive termtter syntax.
- Fixed syntax error.
- Fixed alias parse.
- Improved start in Windows.
- Improved irb option in iexe.
- Improved vimshell split switch.
- Added :VimShellPop command.

v6.02

Toggle v6.02's commit message
6.02 : Improved for interactive.

- Improved autocommand in iexe.
- Improved completion in iexe.
- Improved highlight escape sequence.
- Fixed echo in iexe.
- Improved password input.
- Fixed timer.
- Added powershell.exe and cmd.exe support.
- Improved vimshell buffer settings.
- Fixed <Plug>(vimshell_delete_previous_output) error.
- Delete control sequences.
- Improved complete pattern.
- Set completion timeout.
- Fixed interactive prompt bug.
- Deleted syntax keyword.
- Improved interactive print.
- Renamed interactive_complete.
- Fixed interactive process error.
- Fixed expand tilde bug.

v6.01

Toggle v6.01's commit message
6.01 :

- Improved error handling.
- Improved head match.
- Use completefunc_complete if available.
- Fixed trunk string.
- Escape complete candidates.
- Improved Windows pty support.
- Improved password input.
- Improved echo back.
- Improved encoding.
- Implemented next_prompt() in iexe.
- Implemented arguments completion.
- Set interactive option in Windows iexe.
- Fixed force exit error.

v6.00

Toggle v6.00's commit message
Fixed completion error.

v5.37

Toggle v5.37's commit message
5.37 :

- Added g:VimShell_NoDefaultKeyMappings option.
- Unique key mappings.
- Improved echo when executing.
- Fixed delete_line error.
- Implemented pseudo device '/dev/clip'.
- Improved command completion in Windows.
- Implemented mkcd internal command.
- Append last line.

v5.36

Toggle v5.36's commit message
5.36 :

- Added syntax keywords.
- Echo error when you use old Vim.
- Splitted mapping functions.
- Improved run_help.
- Implemented insert history completion.
- Improved completion.

v5.35

Toggle v5.35's commit message
5.35 : - Added help file(constructing).

- Improved open behaivior.
- Fixed completion column bug.
- Implemented <Plug>(vimshell_move_end_argument).
- Fixed environment variables parse bug.
- Accept null wildcard.
- Substitute modifier.
- Added VimShellCreate command.
- Save prompt variables when vimshell is initialized.
- Implemented vimshell#push_and_execute() function.