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
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
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
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
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
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
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
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
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
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
-
MacX DVD Ripper Pro
50% Off -
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
MacX DVD Video Converter
58% Off -
Media Player Morpher
85% Off -
WinX HD Video Converter
56% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each 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
- dotConnect for MySQL Professional 9.3.104
- Mouse Gestures 1.2
- Ultimate SFTP Component 5.2.9092
- iReport 5.6.0
- Active Sound Recorder for .NET 4.4.0.2
- TsMultiLineComboBox 1.04
- Audio Sound Editor for .NET 8.0
- jPDFAssemble 2021R1
- ScNet 1.0.0
- Ultimate ZIP Component 5.2.9092
- Visualization Toolkit (VTK) 9.1.0
- My RSE Extensions 1.0.2
- MailMill COM x64 1.2.5
- WebData 10.2.4.0
- MoSync IDE 3.2
- JOpt.NET 2.3.6
- Hamsterdb 2.2.1
- Lazarus x64 3.2
- EditBox 0.0.23
- dotConnect Universal Mobile Edition 5.2.21
Popular Tags
control
net
net component
dotnet
pdf417
visual basic
code 93
pop3
visual studio
windows
smtp
delphi
.net
activex
server
programming
barcode
windows 7
dll
sdk
asp net
email
pdf
component
mime
library
html
vb net
postnet
ssl
Popular Windows 7 Software
- Qt 6.8.1
- Simply Fortran 3.38 Build 4338
- StrokeScribe 5.2.12.0
- Turbo C++ 3.0
- Free OCR C# 2022.8.7804
- C# QR Barcode Reader 2021.11
- Turbo Pascal 7.0
- PILS 0.4.0
- DOSBox 0.74.3
- Open Fortran Parser 0.8.3
- dotConnect for MySQL Professional 9.3.104
- All-In-One Cufon 1.1.1
- jPDFImages 2021R1
- TrueUpdate 3.5.3.0
- Portable RJ TextEd 4.14
© 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.