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-04-28
doc: add sphinx breathe extension
Marc André Tanner
1
-3
/
+19
2017-04-28
doc: add sphinx configuration
Marc André Tanner
2
-0
/
+176
2017-04-28
doc: customize Doxyfile
Marc André Tanner
1
-10
/
+11
2017-04-28
doc: add default Doxygen file
Marc André Tanner
1
-0
/
+2473
2017-04-28
ui: ignore whitespace when parsing style options
Marc André Tanner
1
-6
/
+10
2017-04-24
vis: fix newline insertion at end of file
Marc André Tanner
1
-1
/
+1
2017-04-23
vis: fix # register count
Marc André Tanner
3
-3
/
+5
2017-04-21
vis: implement <C-r> in terms of gP
Marc André Tanner
1
-9
/
+3
2017-04-20
vis: add # register to insert cursor number
Marc André Tanner
5
-0
/
+16
2017-04-20
vis: adapt <C-r> to new register handling code
Marc André Tanner
1
-3
/
+10
2017-04-20
vis: start cleaning up register related code
Marc André Tanner
8
-105
/
+110
2017-04-19
vis: restructure register handling
Marc André Tanner
8
-56
/
+152
2017-04-19
array: implement array_resize
Marc André Tanner
2
-0
/
+11
2017-04-19
array: implement array_truncate
Marc André Tanner
2
-0
/
+10
2017-04-18
buffer: simplify buffer_content0
Marc André Tanner
1
-1
/
+1
2017-04-18
array: implement array_capacity
Marc André Tanner
2
-0
/
+6
2017-04-18
vis: rename vis_register_set to vis_register
Marc André Tanner
3
-3
/
+3
2017-04-14
build: install miscellaneous documentation
David B. Lamkins
2
-1
/
+18
2017-04-14
vis: make certain operations interruptible with <C-c>
Marc André Tanner
6
-10
/
+19
2017-04-12
sam: fix negative count specifiers from visual mode
Marc André Tanner
1
-2
/
+5
2017-04-12
man: document new count specifier for `g` and `v` commands
Marc André Tanner
1
-4
/
+36
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
2
-12
/
+56
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-11
build: update libtermeky to version 0.20
Marc André Tanner
1
-2
/
+2
2017-04-11
build: tweak CFLAGS for profiling target
Marc André Tanner
1
-1
/
+1
2017-04-11
text: do not redefine _GNU_SOURCE
Marc André Tanner
1
-1
/
+3
2017-04-09
text: use MB_LEN_MAX instead of MB_CUR_MAX
Marc André Tanner
2
-4
/
+6
2017-04-09
vis: reject invalid register name when recording a macro
Marc André Tanner
1
-0
/
+2
2017-04-09
vis: remove handling of \r\n line endings
Marc André Tanner
9
-94
/
+15
2017-04-09
text: drop special handling of \r\n line endings
Marc André Tanner
5
-109
/
+36
2017-04-09
text: add mem{r,}chr(3) based byte search functions
Marc André Tanner
5
-1
/
+66
2017-04-08
text: adjust iterator position when switching to adjacent pieces
Marc André Tanner
1
-2
/
+4
2017-04-08
text: simplify \r\n handling
Marc André Tanner
2
-27
/
+23
2017-04-08
text: introduce text_char_get which converts \r\n to \n
Marc André Tanner
2
-0
/
+8
2017-04-08
text: fix iterator semantics regarding windows style newlines
Marc André Tanner
1
-2
/
+4
2017-04-06
test: update
Marc André Tanner
1
-5
/
+8
2017-04-06
vis: fix memory leak in selection rotation code
Marc André Tanner
1
-0
/
+1
2017-04-06
sam: properly free transcript in error case
Marc André Tanner
1
-4
/
+19
2017-04-06
Fix formatting in man page
TwoFinger
1
-2
/
+2
2017-04-04
vis: remove unused struct member
Marc André Tanner
2
-2
/
+0
2017-04-04
vis: do not remove indentation of non-empty lines
Marc André Tanner
1
-1
/
+2
2017-04-04
vis: add motions to move by codepoints
Marc André Tanner
6
-2
/
+41
2017-04-04
vis: automatically dispose invalid cursors
Marc André Tanner
1
-0
/
+7
2017-04-04
vis: reject multi letter mark and register names
Marc André Tanner
1
-0
/
+10
2017-04-02
Fix Debian package lintian warnings
Marc André Tanner
7
-10
/
+8
2017-03-31
text: Add missing va_end() when
Raúl Peñacoba
1
-1
/
+3
2017-03-31
vis: improve tab completion in command prompt
Marc André Tanner
2
-1
/
+37
[next]