-
Notifications
You must be signed in to change notification settings - Fork 72
/
ChangeLog_vimcat.yml
60 lines (50 loc) · 2.12 KB
/
ChangeLog_vimcat.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
# Revision history for vimcat from the vimpager project.
# https://github.com/rkitover/vimpager
2.07 UNRELEASED:
- allow using /bin/sh as the shell gh#118
- invoke vim with -N to set nocp
- make visual the first --cmd so that user --cmd and -c commands are in visual mode
- fix closing endif statements for shell wrapper
- add -o <output_file> option
- support concealed syntax items based on conceallevel
- skip ANSI codes in source files
- fix multibyte support and improve speed greatly
- default to bg=dark and syntax on
- default to hi Normal ctermbg=NONE
- add -s option to squeeze blank lines into one
- add -n option for line numbers (right justified, in bright white)
- use `syn enable` instead of `syn on`
- turn off folds
- add -h | --help | --usage option to display usage
- preliminary support for neovim gh#133
- reduce vimscript errors by balancing the shell control statements with ': end*' statements
- stream input and output gh#172
- support the '-' file for stdin
2.06 2015-06-28:
- Solaris compatibility fixes
- remove array syntax for compatibility with more shells gh#118
2.0 2015-04-29:
- support multiple -c and --cmd options, as well as the -u option
- support MSYS2
1.8.9 2014-05-25:
- security enhancements (snordhausen; Stefan Nordhausen) gh#78
- exit on empty file instead of hanging (mapeiqi88) gh#80
1.8.8 2014-04-07:
- don't clobber user's PATH (mayersj1; Steve Mayer) gh#77
1.8.3 2013-12-23:
- manpage for vimcat available on github (aroig; Abdó Roig-Maranges)
- add -c option for extra vim command (aroig; Abdó Roig-Maranges)
- pass through if not on a tty (dfechner; Dustin Fechner)
1.7.9 2013-02-10:
- reset fg color if no fg color is set gh#56 (krijesta)
- use '#!/usr/bin/env bash' as the shebang
1.7.8 2012-12-31:
- change shebang from /bin/sh to /bin/bash, as it's a bash script gh#53
- use aixterm escapes for light non-bold colors (aroig; Abdó Roig-Maranges)
- reads ~/.vimcatrc if it exist for config (aroig; Abdó Roig-Maranges)
- disables writing to viminfo (aroig; Abdó Roig-Maranges)
- allow vimcat to read from stdin (krijesta; Chris Chambers)
1.7.7 2012-11-26:
- Initial upload
# vim: ft=yaml tw=0