sponsor Vim development Vim logo Vim Book Ad

Vive.vim : Single or multi line Vim script code executed with a keystroke

 script karma  Rating 17/17, Downloaded by 2125  Comments, bugs, improvements  Vim wiki

created by
Dave Silvia
 
script type
utility
 
description
Enter Vim script code, multi or single line, and have it executed with a single key stroke.  Results are captured and entered into the buffer for examination. For proto-typing, learning, scratchpad, testing, and other uses.  See http://dsilvia.home.mchsi.com for doc
 
install details
NOTE: REQUIRES vsutil_vim.zip http://www.vim.org/scripts/script.php?script_id=1056
Unzip into your .vim|vimfiles directory
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
Vive_vim.zip 2.0.1 2004-10-05 6.0 Dave Silvia Added:
-  Check for VSUTIL
-  save of cpoptions and reset
    after removing C to allow
    continuation lines
Fixed:
  -  Continuation lines
    in input script.
Vive_vim.zip 2.0 2004-09-22 6.0 Dave Silvia Version 2.0
Date:        9/21/2004
Added:
   -  Menu item for Read Script
   -  Menu item for Execute Script
   -  Menu item Vim verbose mode
   -  Menu item for debug mode
Vive_vim.zip 1.3 2004-08-24 6.0 Dave Silvia Version 1.3
Fixed:
   -  If command opens new edit
      buffers, be sure to return
      to the Vive window/buffer
      on completion of ViveFunc
Vive_vim.zip 1.2 2004-08-19 6.0 Dave Silvia Version 1.2
Fixed:
   -  If command/function/script
      invoked from outside Vive
      requested input, Vive would
      halt with no indication.
      Removed 'silent' from Vive
      function call to correct.
    - If first command contained
      :r, redirect to g:ViveFile
      would trip a Warning message
      about appending to a readonly
      file, but _only_ on the first
      command.  Now we do a :r
      command at startup to
      eliminate the problem.
      Not sure why this happens,
      it just does!:-<
Vive_vim.zip 1.1c 2004-08-19 6.0 Dave Silvia Incorporated documentation
suggestions from Peter Yang
Vive_vim.zip 1.1b 2004-08-19 6.0 Dave Silvia Added documentation
Vive.vim 1.1 2004-08-18 6.0 Dave Silvia Version 1.1
  Fixed:
    -  Problem with multiple windows
       putting the 'Results:' label
       in the wrong window.
  Added:
    -  Some new command line switches
    -  Performance enhancements
Vive.vim 1.0 2004-08-17 6.0 Dave Silvia Initial upload
ip used for rating: 3.21.100.34

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github