Win7 Download

Vrapper full changelog

Vrapper full changelog

Vrapper 0.74.0 released Nov 24, 2018 (New Release)
Fixed issues with ALT_GR handling
Fixed behavior of '%' when cursor is on EOL
Fixed newline replacement when using :g/[pattern]/s/^/...
Fixed mode indicator when using dark theme
Fixed issue with pasting a register from visual-block mode
Fixed issue with recursive mapping loop detection
Fixed potential stack overflow when setting caret location
Fixed ':marks' to include marks from closed files
Fixed issue with '//' to repeat last search (rather than just '/')
Fixed infinite loop with sneak plugin when the first characters of a file matched search string
Added support for <c-home> and <c-end> to go to first, last character of file
Added ':set spell' command
Added '"%' register to get current filename
Added ability to escape '%' when using ':r!'
Added support for counts when manipulating camelCase objects
Vrapper 0.54.0 released Apr 22, 2015 (New Release)
Added support for counts before an ex command (4:s/foo/bar/g)
Added support for setting a register to the contents of another register (:let @*=@3)
Added new optional plugin for indent text object
Useful with Python and other whitespace languages
Vrapper 0.52.1 released Mar 9, 2015 (New Release)
Fixed issue where :w and :eclipseaction would cause editor to lose focus
Vrapper 0.50.0 released Dec 18, 2014 (New Release)
Added new plugin for exchange.vim port
based on https://github.com/tommcdo/vim-exchange
cx highlights a text object
cx again swaps text object with highlighted text object
Vrapper 0.48.0 released Oct 14, 2014 (New Release)
Added new plugin for exchange.vim port
based on https://github.com/tommcdo/vim-exchange
cx highlights a text object
cx again swaps text object with highlighted text object
Added support for 'gvimargs' property
Defines args sent to 'gvimpath' for use by :vim command
Uses placeholder strings {line}, {col}, and {file}
Defaults to: +{line} -c normal zv{col}| -c set nobackup -f -n {file}
Added support for 'ad hoc delimiter' m
Based on a Vim patch which has not yet been merged into Vim
https://groups.google.com/forum/#!searchin/vim_dev/im$20am/vim_dev/pZxLAAXxk0M/wdOgpOQ05Z8J
Use m with i/a to match strings delimited by any arbitrary
For example, 'vim*' will select (in VisualMode) the text between two '*' characters
Modified methodtextobj.vim plugin to use 'f' rather than 'm' to avoid this collision**
Added support for '(insert) VISUAL' mode
Highlighting text while in InsertMode moves into '(insert) VISUAL' mode for a single visual operation, then returns to InsertMode
Vrapper 0.46.0 released Aug 13, 2014 (New Release)
Added new plugin for exchange.vim port
based on https://github.com/tommcdo/vim-exchange
cx highlights a text object
cx again swaps text object with highlighted text object
Added support for 'gvimargs' property
Defines args sent to 'gvimpath' for use by :vim command
Uses placeholder strings {line}, {col}, and {file}
Defaults to: +{line} -c normal zv{col}| -c set nobackup -f -n {file}
Added support for 'ad hoc delimiter' m
Based on a Vim patch which has not yet been merged into Vim
https://groups.google.com/forum/#!searchin/vim_dev/im$20am/vim_dev/pZxLAAXxk0M/wdOgpOQ05Z8J
Use m with i/a to match strings delimited by any arbitrary
For example, 'vim*' will select (in VisualMode) the text between two '*' characters
Modified methodtextobj.vim plugin to use 'f' rather than 'm' to avoid this collision**
Added support for '(insert) VISUAL' mode
Highlighting text while in InsertMode moves into '(insert) VISUAL' mode for a single visual operation, then returns to InsertMode
Vrapper 0.44.0 released Jun 4, 2014 (New Release)
Added new plugin for exchange.vim port
based on https://github.com/tommcdo/vim-exchange
cx highlights a text object
cx again swaps text object with highlighted text object
Added support for 'gvimargs' property
Defines args sent to 'gvimpath' for use by :vim command
Uses placeholder strings {line}, {col}, and {file}
Defaults to: +{line} -c normal zv{col}| -c set nobackup -f -n {file}
Added support for 'ad hoc delimiter' m
Based on a Vim patch which has not yet been merged into Vim
https://groups.google.com/forum/#!searchin/vim_dev/im$20am/vim_dev/pZxLAAXxk0M/wdOgpOQ05Z8J
Use m with i/a to match strings delimited by any arbitrary
For example, 'vim*' will select (in VisualMode) the text between two '*' characters
Modified methodtextobj.vim plugin to use 'f' rather than 'm' to avoid this collision**
Added support for '(insert) VISUAL' mode
Highlighting text while in InsertMode moves into '(insert) VISUAL' mode for a single visual operation, then returns to InsertMode
Vrapper 0.42.0 released Apr 14, 2014 (New Release)
Added new plugin for exchange.vim port
based on https://github.com/tommcdo/vim-exchange
cx highlights a text object
cx again swaps text object with highlighted text object
Added support for 'gvimargs' property
Defines args sent to 'gvimpath' for use by :vim command
Uses placeholder strings {line}, {col}, and {file}
Defaults to: +{line} -c normal zv{col}| -c set nobackup -f -n {file}
Added support for 'ad hoc delimiter' m
Based on a Vim patch which has not yet been merged into Vim
https://groups.google.com/forum/#!searchin/vim_dev/im$20am/vim_dev/pZxLAAXxk0M/wdOgpOQ05Z8J
Use m with i/a to match strings delimited by any arbitrary
For example, 'vim*' will select (in VisualMode) the text between two '*' characters
Modified methodtextobj.vim plugin to use 'f' rather than 'm' to avoid this collision**
Added support for '(insert) VISUAL' mode
Highlighting text while in InsertMode moves into '(insert) VISUAL' mode for a single visual operation, then returns to InsertMode
Vrapper 0.40.0 released Feb 14, 2014 (New Release)
Fixed repetition of delimited text
Fixed replace mode in macros
Fixed Ctrl-H (for backspace) in InsertMode
Fixed 't' in substitution replace
Fixed numpad 'return' mapping to 'enter'
Fixed incsearch
Fixed issue with 'S', 'cc', 'Vs', and 'Vc' on the last line of a file
Fixed issue where ':source' couldn't handle absolute paths
Fixed ':eclipseaction!'
Fixed Ctrl-R in command-line mode
Fixed issue where substitution 'c' confirm would match on a replace
Fixed issue with 'i_ctrl-o' followed by ':'
Fixed visual block selection on the last line of a file
Fixed visual block selection with horizontally scrolled view
Added support for C pre-processor conditions with '%'
Added support for 'i_ctrl-t' and 'i_ctrl-d'
Added support for 'g~'
Added support for '!' in NormalMode
Added support for pipe '|' to chain commands
Added support for ':move' and ':copy' without a line range definition
Added support for `:split ` in Split Editor plugin
Refactored sticky column handling
Vrapper 0.36.0 released Oct 10, 2013 (New Release)
Fixed repetition of delimited text
Fixed replace mode in macros
Fixed Ctrl-H (for backspace) in InsertMode
Fixed 't' in substitution replace
Fixed numpad 'return' mapping to 'enter'
Fixed incsearch
Fixed issue with 'S', 'cc', 'Vs', and 'Vc' on the last line of a file
Fixed issue where ':source' couldn't handle absolute paths
Fixed ':eclipseaction!'
Fixed Ctrl-R in command-line mode
Fixed issue where substitution 'c' confirm would match on a replace
Fixed issue with 'i_ctrl-o' followed by ':'
Fixed visual block selection on the last line of a file
Fixed visual block selection with horizontally scrolled view
Added support for C pre-processor conditions with '%'
Added support for 'i_ctrl-t' and 'i_ctrl-d'
Added support for 'g~'
Added support for '!' in NormalMode
Added support for pipe '|' to chain commands
Added support for ':move' and ':copy' without a line range definition
Added support for `:split ` in Split Editor plugin
Refactored sticky column handling

Vrapper for Windows 7 - free download notice

Windows 7 Download periodically updates software information of Vrapper from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.

Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
Popular Tags
Popular Windows 7 Software
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.