| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| vis-0.6.tar.gz | 2020-06-07 | 397.7 kB | |
| vis-0.6.tar.gz.sig | 2020-06-07 | 145 Bytes | |
| README.md | 2020-06-07 | 2.0 kB | |
| Vis version 0.6.tar.gz | 2020-06-07 | 397.9 kB | |
| Vis version 0.6.zip | 2020-06-07 | 522.9 kB | |
| Totals: 5 Items | 1.3 MB | 0 | |
- bounded time syntax highlighting using the
:set redrawtimeoption - support optional count for sam's text commands e.g.
:i3/-/ - make
<C-n>in visual mode match next occurence of existing selection - warn when attempting to write to an existing file
- improved file change detection based on inode instead of path information
- fix file saves with modifications in file pre-save events
- fix save on file systems without
fsync(2)support on directory descriptors - do not unlink
file~when savingfile - introduce distinct
vis-menu(1)exit codes - modify Lua package.path to include <plugin>/init.lua
- performance improvements for the HTML, XML and YAML lexers
- new Julia and Elm lexers, better defaults for standard text lexer
- support optional exit status in
:qand:qallcommands - better temporary file creation using
mkstemp(2) - performance improvements in highlight matching parentheses
- improved behavior of
^and$in searches and looping commands - improved search wrap around behavior
- new
:set layoutoption to specify window orientation - improved filetype detection by matching known filenames exactly
- support DragonFly BSD in configure script
- better manual page, fixed warnings
- removed
gp,gP,gq - implement
g~,guandgUusingtr(1), they are no longer operators - removed
vandVin operator pending mode - avoid crash if
$TERMis unset - keep selections after
:>command - normalize selections after
:command execution - show pending input queue content in status bar
- make
r<Enter>insert a new line - new
:set loadmethodoption, valid values areread,mmaporauto - always apply
:|command to existing selections - fix terminal UI on serial console
- various code cleanups, removal of VLA
- <Escape> resets count, if applicable
- fix
:Xand:Ycommands which were interchanged - don't strip executables by default, provide install-strip target