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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-18
vis: unify insert/replace mode enter handler
Marc André Tanner
1
-18
/
+4
2017-01-18
vis: unify insert/replace mode leave handler
Marc André Tanner
1
-18
/
+9
2017-01-18
vis: support count for macro replay
Marc André Tanner
1
-1
/
+4
2017-01-18
vis: do not take undo snaphots while replaying a macro
Marc André Tanner
4
-8
/
+29
2017-01-16
vis: change key input handling model
Marc André Tanner
2
-19
/
+30
2017-01-16
map: add map_leaf utility function
Marc André Tanner
2
-0
/
+16
2017-01-16
vis: allow macro recording/replay in visual mode
Marc André Tanner
1
-0
/
+2
2017-01-16
vis: fix single letter word text objects at start of file
Marc André Tanner
1
-2
/
+2
2017-01-16
vis: cleanup regex header inclusion
Marc André Tanner
5
-5
/
+0
2017-01-16
man: remove authors section from tool's man pages
Christian Hesse
4
-16
/
+0
2017-01-16
man: add man page for vis-complete(1)
Christian Hesse
2
-1
/
+86
2017-01-16
make: define EXECUTABLES and install in a loop
Christian Hesse
2
-18
/
+16
2017-01-16
single: include tools vis-{clipboard,complete,menu,open}
Christian Hesse
2
-2
/
+2
2017-01-15
vis-lua: pass pending keys to lua key handling functions
Marc André Tanner
1
-8
/
+69
2017-01-15
view: fix check to prevent duplicate cursor creation
Marc André Tanner
1
-1
/
+4
2017-01-15
vis: show error messages for failed :map/:unmap commands
Marc André Tanner
1
-7
/
+19
2017-01-15
vis: do not crash when given insufficient arguments to :map
Marc André Tanner
1
-1
/
+1
2017-01-14
sam: do not clobber error value when failing to parse a group
Marc André Tanner
1
-0
/
+2
2017-01-14
vis-prompt: make it easier to enter multi line commands
Marc André Tanner
2
-30
/
+55
2017-01-14
view: enforce invariant that cursor is within selection
Marc André Tanner
1
-5
/
+6
2017-01-14
vis-lua: allow mode changes by setting vis.mode
Marc André Tanner
2
-2
/
+16
2017-01-13
test: update
Marc André Tanner
1
-5
/
+15
2017-01-13
sam: remove s (substitute) command use x (extract) and c (change) instead
Marc André Tanner
2
-14
/
+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
2
-6
/
+65
2017-01-13
vis: introduce registers 0-9 and & to capture search matches
Marc André Tanner
4
-2
/
+44
2017-01-13
text-regex: add text_regex_nsub to get number of sub expressions
Marc André Tanner
2
-0
/
+7
2017-01-13
text-regex: slightly clean up header
Marc André Tanner
1
-2
/
+2
2017-01-13
sam: create new selections for changed ranges
Marc André Tanner
2
-44
/
+71
2017-01-13
view: add infrastructure for delayed cursor destruction
Marc André Tanner
2
-2
/
+30
2017-01-12
sam: implement parallel grouping behavior
Marc André Tanner
4
-132
/
+162
2017-01-11
ui: improve editor suspension
Marc André Tanner
1
-1
/
+1
2017-01-11
single: allow to build self-extracting executable
Christian Hesse
3
-0
/
+20
2017-01-10
vis-lua: expose register names as vis:register_names()
Marc André Tanner
1
-1
/
+38
2017-01-10
vis: add register description to :help output
Marc André Tanner
4
-25
/
+43
2017-01-10
vis-lua: expose valid marks as vis:mark_names()
Marc André Tanner
1
-0
/
+38
2017-01-10
vis: add valid marks to :help output
Marc André Tanner
4
-6
/
+22
2017-01-10
vis: add process id to :help output
Marc André Tanner
1
-1
/
+1
2017-01-07
test: update
Marc André Tanner
1
-8
/
+5
2017-01-07
buffer: make sure mem{cpy,move} are called with valid arguments
Marc André Tanner
1
-1
/
+5
2017-01-07
buffer: fix buffer_move bug
Marc André Tanner
1
-2
/
+1
2017-01-07
buffer: remove redundant function
Marc André Tanner
3
-7
/
+1
2017-01-07
ui: improve color palette reset
Marc André Tanner
1
-46
/
+9
2017-01-06
vis: simplify mode lookup for :map and :unmap
Marc André Tanner
3
-20
/
+14
2017-01-05
test: update
Marc André Tanner
1
-5
/
+8
2017-01-05
Merge branch 'musl' of https://github.com/eworm-de/vis
Marc André Tanner
1
-2
/
+2
2017-01-05
lua: adjust C lexer to recognize POSIX types
S. Gilles
1
-3
/
+6
2017-01-05
ui: remove now unused code
Marc André Tanner
1
-37
/
+4
2017-01-05
theme: pretend that specifying color numbers doesn't work
S. Gilles
1
-16
/
+16
2017-01-05
ui: replace lookup tables with algorithm
S. Gilles
1
-269
/
+44
[next]