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
2015-10-22
vis: remove config selection based on argv[0]
Marc André Tanner
3
-32
/
+1
2015-10-22
vis: remove global state from key input handling
Marc André Tanner
2
-14
/
+7
2015-10-22
vis: remove yet more global state
Marc André Tanner
2
-57
/
+59
2015-10-22
vis: remove yet more global state from motion functions
Marc André Tanner
2
-14
/
+14
2015-10-22
vis: rename motion type
Marc André Tanner
2
-10
/
+10
2015-10-22
vis: remove more global state from motion functions
Marc André Tanner
2
-40
/
+43
2015-10-22
vis: pass editor instance to keyboard action functions
Marc André Tanner
3
-167
/
+167
2015-10-22
vis: remove more global state
Marc André Tanner
1
-23
/
+23
2015-10-22
vis: pass editor instance to command handling funcitons
Marc André Tanner
2
-58
/
+58
2015-10-22
vis: pass editor instance to mode handling functions
Marc André Tanner
3
-23
/
+23
2015-10-22
vis: refactor operator implementation
Marc André Tanner
2
-34
/
+28
2015-10-22
vis: include :-commands in :help output
Marc André Tanner
1
-0
/
+4
2015-10-22
vis: improve :help text, add separate status mode names
Marc André Tanner
4
-10
/
+38
2015-10-22
text: introduce text_appendf utility function
Marc André Tanner
2
-0
/
+9
2015-10-22
vis: correct typos in help text
David B. Lamkins
1
-18
/
+18
2015-10-20
view: ensure minimal window size
Marc André Tanner
1
-0
/
+4
2015-10-15
vis: preserve ui options when splitting windows
Marc André Tanner
1
-2
/
+8
2015-10-15
ui: add uniform function prefix
Marc André Tanner
1
-22
/
+22
2015-10-15
ui: cleanup redrawing
Marc André Tanner
4
-64
/
+61
2015-10-15
vis: alias <C-h> to <Backspace>
Marc André Tanner
1
-0
/
+4
2015-10-14
vis: introduce special keys which allow mappings to editor actions
Marc André Tanner
3
-1
/
+44
2015-10-14
vis: fix name clash of keyboard actions
Marc André Tanner
1
-2
/
+2
2015-10-14
view: cleanup whitespace replacement symbol handling
Marc André Tanner
4
-39
/
+37
2015-10-14
view: cleanup option handling
Marc André Tanner
7
-23
/
+46
2015-10-14
ui: refactor syntax style definitions
Marc André Tanner
7
-194
/
+590
2015-10-11
vis: properly ignore tab at command prompt
Marc André Tanner
2
-1
/
+13
2015-10-09
text: fix usage of va_arg in text_vprintf
David B. Lamkins
1
-1
/
+4
2015-10-08
ui: fix ressource leak (CID 114606)
Marc André Tanner
1
-5
/
+6
2015-10-08
build: always take revision from current branch
Marc André Tanner
1
-1
/
+1
2015-10-06
travis: remove harmful line continuation symbols
Marc André Tanner
1
-2
/
+2
2015-10-06
travis: install libtermkey dependency
Marc André Tanner
1
-1
/
+5
2015-10-06
Change release tarball compression to gzip
Marc André Tanner
2
-2
/
+2
2015-10-06
add a new Makefile target 'release' to build release tarball
Christian Hesse
2
-1
/
+5
2015-10-06
update version handling to work with tags or without git
Christian Hesse
1
-6
/
+13
2015-10-05
Add section about build dependencies to README
Marc André Tanner
1
-2
/
+11
2015-10-05
vis: add rudimentary :help command
Marc André Tanner
2
-0
/
+36
2015-10-05
Add a profile Makefile target
Marc André Tanner
1
-0
/
+3
2015-10-05
text: add text_{v,}printf function
Marc André Tanner
2
-0
/
+21
2015-10-05
vis: fix key alias implementation
Marc André Tanner
1
-0
/
+1
2015-10-05
vis: introduce keyboard actions
Marc André Tanner
3
-310
/
+1189
2015-10-05
vis: remove now unused common_prefix mode attribute
Marc André Tanner
2
-2
/
+0
2015-10-05
vis: consolidate all text objects into one mode
Marc André Tanner
1
-13
/
+2
2015-10-05
vis: add rudimentary support for key aliases
Marc André Tanner
2
-4
/
+10
2015-10-05
buffer: add functions to prepend data to an existing buffer
Marc André Tanner
2
-0
/
+16
2015-10-05
vis: cleanup keyboard handling implementation
Marc André Tanner
3
-32
/
+29
2015-10-05
vis: update mode diagram in config.def.h to be closer to reality
Marc André Tanner
1
-25
/
+17
2015-10-05
vis: convert mark handling to new input handling code
Marc André Tanner
2
-129
/
+42
2015-10-05
vis: convert insertion of register from insert mode
Marc André Tanner
2
-42
/
+9
2015-10-05
vis: convert register specification to new input handling code
Marc André Tanner
2
-41
/
+13
2015-10-05
vis: convert macro recording / replay to new input handling code
Marc André Tanner
1
-16
/
+19
[next]