| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| vis-v0.5.tar.gz.sig | 2018-03-25 | 140 Bytes | |
| vis-v0.5.tar.gz | 2018-03-25 | 390.5 kB | |
| README.md | 2018-03-25 | 1.3 kB | |
| Vis version 0.5.tar.gz | 2018-03-25 | 390.6 kB | |
| Vis version 0.5.zip | 2018-03-25 | 508.8 kB | |
| Totals: 5 Items | 1.3 MB | 0 | |
-
Fix for a buffer overflow when dealing with invalid/incomplete Unicode sequences which caused an infinite loop/crash. With default compilation flags this should not be exploitable, but opening a malicious file would lose all unsaved changes.
-
Fix color support in ncurses 6.1
-
New default 256 color theme: zenburn. It should hopefully work better with the default color palette.
-
Updated Docker based builds (
make docker) to use latest Alpine Linux packages to produce a statically linked, self-contained binary. -
Take symbolic keys into account when evaluating key prefixes (
ci<is not a prefix ofci<Tab>). -
Improved paragraph text objects.
-
Reset count after handling <C-e>, <C-y>
-
Lexer updates for Clojure, Scheme, ASM, Pony, PHP, Python, Erlang, xs and ReasonML.
-
Correct handling of
g/^$/construct to match empty lines in commands like:x g/^$/ d
-
<C-v><Enter>now inserts\rrather than\n, this currently also affectsr<Enter>which might not be desirable. -
Fix command prompt malfunction triggered by special cursor position.
-
Configure script can be interrupted.
-
Removed
!operator, use:| -
Ignore
SIGQUIT -
vis-open(1)fixes