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-07-27
vis: ignore SIGQUIT
Marc André Tanner
1
-2
/
+2
2017-07-26
- added php constants
Samuel
1
-0
/
+25
2017-07-26
- updated php keywords
Samuel
1
-12
/
+20
2017-07-24
lexers: add copyright statement to strace lexer
Marc André Tanner
1
-0
/
+1
2017-07-23
build: add git based version information back
Marc André Tanner
1
-1
/
+1
2017-07-23
build: set version to 0.4
Marc André Tanner
1
-1
/
+1
2017-07-23
vis: use strncpy to copy into fixed sized buffer
Marc André Tanner
1
-1
/
+1
2017-07-23
vis: only draw selections of currently active window
Marc André Tanner
1
-2
/
+3
2017-07-23
vis-lua: move marks array to window object
Marc André Tanner
1
-27
/
+29
2017-07-17
vis: specify window in mark related API
Marc André Tanner
5
-16
/
+24
2017-07-17
vis: fix coverity issue 157025
Marc André Tanner
1
-2
/
+4
2017-07-14
man: update manual page with recent developments
Marc André Tanner
1
-89
/
+143
2017-07-14
vis: restore s / S normal mode bindings
Marc André Tanner
1
-0
/
+2
2017-07-14
vis: remove useless mappings which interfere with jumplist
Marc André Tanner
1
-2
/
+0
2017-07-14
vis: use distinct mark to save last selections
Marc André Tanner
4
-4
/
+18
2017-07-14
vis: always reduce selections when not in visual mode
Marc André Tanner
2
-13
/
+15
2017-07-14
vis-lua: make selection first class primitives in Lua API
Marc André Tanner
12
-119
/
+146
2017-07-11
vis: handle further input after mark and register specifiers
Marc André Tanner
1
-10
/
+15
2017-07-11
Revert "vis: process aliased key sequences individually"
Marc André Tanner
1
-12
/
+2
2017-07-11
vis: cleanup register related API
Marc André Tanner
4
-33
/
+77
2017-07-11
vis-lua: represent marks as array of ranges
Marc André Tanner
1
-21
/
+34
2017-07-10
test: update
Marc André Tanner
1
-5
/
+5
2017-07-10
vis: remove change list
Marc André Tanner
4
-63
/
+0
2017-07-10
vis: let '^ mark point to top of jump list
Marc André Tanner
5
-25
/
+10
2017-07-10
vis: implement jump list in terms of marks
Marc André Tanner
11
-177
/
+185
2017-07-10
array: add helper functions for LIFO usage
Marc André Tanner
2
-0
/
+39
2017-07-10
vis: simplify and fix pairwise selection intersection
Marc André Tanner
1
-1
/
+1
2017-07-10
vis: simplify selection complement and minus implementation
Marc André Tanner
1
-5
/
+3
2017-07-10
vis: rename default mark to '
Marc André Tanner
1
-1
/
+1
2017-07-09
Add Myrddin lexer and filetypes entry
Michael Forney
2
-0
/
+75
2017-07-08
test: update
Marc André Tanner
1
-7
/
+5
2017-07-08
vis: perform more renames cursor -> selection
Marc André Tanner
3
-158
/
+160
2017-07-08
view: keep but clear primary selection if instructed to replace all
Marc André Tanner
1
-1
/
+4
2017-07-08
vis: cleanup marks implementation
Marc André Tanner
9
-208
/
+161
2017-07-07
vis: use marks instead of registers to store selections
Marc André Tanner
8
-45
/
+81
2017-07-05
text: limit write(2) calls to INT_MAX bytes
Marc André Tanner
1
-1
/
+1
2017-07-05
vis: make sure all selections have same anchored state
Marc André Tanner
3
-10
/
+23
2017-07-04
Remove conditional initialization from Makefile
George Brown
1
-7
/
+0
2017-07-04
vis: implement `gv` by means of new "^ register
Marc André Tanner
9
-66
/
+20
2017-07-04
vis: process aliased key sequences individually
Marc André Tanner
1
-2
/
+12
2017-07-03
Fix Unicode regex searches for libtre builds
Marc André Tanner
1
-6
/
+55
2017-06-27
man: Fix a typo
TwoFinger
1
-2
/
+2
2017-06-27
vis: properly set initial window ui options
Marc André Tanner
2
-2
/
+3
2017-06-27
Merge branch 'show-eof' of https://github.com/p-e-w/vis
Marc André Tanner
7
-3
/
+24
2017-06-27
Merge branch 'theme-tweaks-2' of https://github.com/p-e-w/vis
Marc André Tanner
9
-17
/
+24
2017-06-19
test: update
Marc André Tanner
1
-5
/
+5
2017-06-15
vis: enable new selection manipulation primitives
Marc André Tanner
1
-8
/
+24
2017-06-15
vis: normalize selections after pairwise combination
Marc André Tanner
1
-0
/
+26
2017-06-15
vis: implement pairwise selection combinator: rightmost
Marc André Tanner
1
-0
/
+15
2017-06-15
vis: implement pairwise selection combinator: leftmost
Marc André Tanner
1
-0
/
+15
[next]