index
:
vis
FreeBSD-single
lua_changes
master
old
a neat vi-like editor
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sam.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-12
sam: support %n count specifier matching every n-th selection
Marc André Tanner
1
-0
/
+15
2017-04-12
sam: add support for negative count specifier
Marc André Tanner
1
-10
/
+42
2017-04-12
sam: add support for count specifier to `g` and `y` commands
Marc André Tanner
1
-12
/
+55
2017-04-12
sam: distinguish between empty // and no regex
Marc André Tanner
1
-1
/
+4
2017-04-12
sam: reject command names containing digits or ending with a hyphen
Marc André Tanner
1
-1
/
+6
2017-04-06
sam: properly free transcript in error case
Marc André Tanner
1
-4
/
+19
2017-04-02
Fix Debian package lintian warnings
Marc André Tanner
1
-1
/
+1
2017-03-19
Move :set horizon option implementaiton to lua
Marc André Tanner
1
-6
/
+0
2017-03-19
Move :set theme option implementation to lua
Marc André Tanner
1
-6
/
+0
2017-03-19
Move :set syntax option implementation to lua
Marc André Tanner
1
-6
/
+0
2017-03-19
vis: add infrastructure to dynamically add :set options
Marc André Tanner
1
-29
/
+22
2017-03-02
vis: remove :bdelete command
Marc André Tanner
1
-4
/
+0
2017-02-27
vis: allow useage of file dialog for :read command
Marc André Tanner
1
-13
/
+0
2017-02-24
vis: make help texts optional to produce a smaller binary
Marc André Tanner
1
-62
/
+61
2017-02-21
sam: make sure all commands can be undone
Marc André Tanner
1
-0
/
+2
2017-02-21
sam: reformat code to avoid one level of indentation
Marc André Tanner
1
-34
/
+34
2017-02-09
sam: fix bogus clang compiler warning
Marc André Tanner
1
-1
/
+2
2017-02-08
sam: execute commands even if we have no valid range
Marc André Tanner
1
-2
/
+3
2017-02-05
vis: add file argument to vis_pipe
Marc André Tanner
1
-2
/
+2
2017-02-02
vis: support rudimentary help search using :help pattern
Marc André Tanner
1
-1
/
+1
2017-02-02
Slight code cleanups, use buffer API where appropriate
Marc André Tanner
1
-7
/
+3
2017-02-01
Update year number to 2017
Marc André Tanner
1
-1
/
+1
2017-01-31
sam: optmize transcript insertion for common case
Marc André Tanner
1
-2
/
+9
2017-01-31
vis: add workaround for broken color handling in Terminal.app
Marc André Tanner
1
-0
/
+7
2017-01-26
sam: disallow destructive commands in groups and looping constructs
Marc André Tanner
1
-8
/
+41
2017-01-19
sam: use 'm to reference mark m
Marc André Tanner
1
-3
/
+3
2017-01-14
sam: do not clobber error value when failing to parse a group
Marc André Tanner
1
-0
/
+2
2017-01-13
sam: remove s (substitute) command use x (extract) and c (change) instead
Marc André Tanner
1
-8
/
+3
2017-01-13
sam: allow empty text specifiers
Marc André Tanner
1
-2
/
+5
2017-01-13
sam: allow input text to refer to search registers
Marc André Tanner
1
-4
/
+54
2017-01-13
vis: introduce registers 0-9 and & to capture search matches
Marc André Tanner
1
-2
/
+11
2017-01-13
sam: create new selections for changed ranges
Marc André Tanner
1
-44
/
+68
2017-01-12
sam: implement parallel grouping behavior
Marc André Tanner
1
-130
/
+142
2016-12-31
vis: allow user registered :-commands to specify a help text
Marc André Tanner
1
-4
/
+0
2016-12-31
sam: use buffer_move where appropriate
Marc André Tanner
1
-4
/
+4
2016-12-30
sam: execute X and Y commands only once not for every selection
Marc André Tanner
1
-2
/
+2
2016-12-30
sam: change write command implementation to not change argv[]
Marc André Tanner
1
-6
/
+6
2016-12-30
sam: explicitly pass invalid range for X and Y commands
Marc André Tanner
1
-1
/
+1
2016-12-30
sam: use more expressive name for select command
Marc André Tanner
1
-2
/
+2
2016-12-14
vis: add new :set savemethod auto|atomic|inplace option
Marc André Tanner
1
-2
/
+9
2016-12-14
text: expose text save method to calling code
Marc André Tanner
1
-1
/
+1
2016-12-03
vis: improve :set option number parsing
Marc André Tanner
1
-2
/
+1
2016-11-28
sam: introduce `m as an address refering to mark m
Marc André Tanner
1
-0
/
+15
2016-11-27
sam: stricter command parsing
Marc André Tanner
1
-5
/
+20
2016-11-25
vis: fix I/O redirection bugs, cleanup vis_pipe
Marc André Tanner
1
-4
/
+4
2016-11-22
vis: add `:set escdelay nn` option
Marc André Tanner
1
-0
/
+6
2016-11-22
vis: populate :set option map at startup
Marc André Tanner
1
-0
/
+8
2016-11-22
vis-lua: also emit save events when writing to stdout
Marc André Tanner
1
-0
/
+6
2016-11-22
vis-lua: introduce pre-save hook
Marc André Tanner
1
-0
/
+5
2016-11-22
vis-lua: pass path as second argument to file_save_post event hook
Marc André Tanner
1
-1
/
+1
[next]