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
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-10
vis: add vis-selection-new-match-all
Evan Gates
1
-10
/
+28
2020-10-10
vis: refactor selections_match_next
Evan Gates
1
-35
/
+8
2020-09-17
Pass up terminal CSI as events to Lua.
Ez Diy
1
-0
/
+1
2020-08-29
vis: improve C-n behavior in visual mode
Marc André Tanner
1
-3
/
+9
2020-08-29
vis: implement C-n in normal mode with a mapping to viw
Marc André Tanner
1
-20
/
+0
2020-08-01
vis: remove ae outer entire text object
Marc André Tanner
1
-6
/
+0
2020-08-01
vis: remove ie inner entire text object
Marc André Tanner
1
-6
/
+0
2020-08-01
vis: remove z> rightmost pairwise selection combinator
Marc André Tanner
1
-44
/
+0
2020-08-01
vis: remove z< leftmost pairwise selection combinator
Marc André Tanner
1
-15
/
+0
2020-08-01
vis: remove z- shorter pairwise selection combinator
Marc André Tanner
1
-17
/
+0
2020-08-01
vis: remove z+ longer pairwise selection combinator
Marc André Tanner
1
-17
/
+0
2020-08-01
vis: remove z& pairwise selection intersection
Marc André Tanner
1
-13
/
+0
2020-08-01
vis: remove z| pairwise union
Marc André Tanner
1
-15
/
+0
2020-04-28
vis: make <Escape> reset count in visual modes
Marc André Tanner
1
-0
/
+16
2020-04-28
vis: make <Escape> reset count in normal mode
Marc André Tanner
1
-0
/
+16
2020-02-03
vis: improve <C-n> in visual mode
Marc André Tanner
1
-1
/
+37
2020-02-03
vis: simplify selections_match_next
Marc André Tanner
1
-15
/
+15
2020-01-30
main: fix a few mistakes in comments
TwoFinger
1
-6
/
+6
2020-01-30
vis: Fix a few :help strings
TwoFinger
1
-10
/
+10
2020-01-27
vis: make r<Enter> insert a new line
Marc André Tanner
1
-0
/
+2
2018-05-16
vis: remove v and V in operator pending mode
Marc André Tanner
1
-19
/
+0
2018-05-16
vis: remove gP
Marc André Tanner
1
-6
/
+0
2018-05-16
vis: remove gp
Marc André Tanner
1
-6
/
+0
2018-05-16
vis: implement g~ using tr(1)
Marc André Tanner
1
-6
/
+0
2018-05-16
vis: implement gU using tr(1)
Marc André Tanner
1
-6
/
+0
2018-05-16
vis: implement gu using tr(1)
Marc André Tanner
1
-6
/
+0
2018-04-08
Fix "parenthese" in identifiers
TwoFinger
1
-12
/
+12
2018-03-27
main: fix a few typos in comments
Delapouite
1
-2
/
+2
2018-03-05
Fix a typo in identifiers
TwoFinger
1
-6
/
+6
2018-02-27
vis: implement normal/outer paragraph text object
Marc André Tanner
1
-0
/
+6
2018-02-27
vis: reset count after window scroll/slide actions
Marc André Tanner
1
-0
/
+2
2017-12-08
vis: let <C-c> behave as <Escape> if only one selection exists
Marc André Tanner
1
-1
/
+1
2017-09-15
vis: remove ! operator
Marc André Tanner
1
-19
/
+0
2017-07-27
vis: ignore SIGQUIT
Marc André Tanner
1
-2
/
+2
2017-07-17
vis: specify window in mark related API
Marc André Tanner
1
-6
/
+12
2017-07-17
vis: fix coverity issue 157025
Marc André Tanner
1
-2
/
+4
2017-07-14
vis: always reduce selections when not in visual mode
Marc André Tanner
1
-12
/
+14
2017-07-14
vis-lua: make selection first class primitives in Lua API
Marc André Tanner
1
-4
/
+3
2017-07-11
vis: handle further input after mark and register specifiers
Marc André Tanner
1
-10
/
+15
2017-07-10
vis: remove change list
Marc André Tanner
1
-12
/
+0
2017-07-10
vis: implement jump list in terms of marks
Marc André Tanner
1
-2
/
+20
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-08
vis: perform more renames cursor -> selection
Marc André Tanner
1
-129
/
+129
2017-07-08
vis: cleanup marks implementation
Marc André Tanner
1
-73
/
+23
2017-07-07
vis: use marks instead of registers to store selections
Marc André Tanner
1
-1
/
+4
2017-07-05
vis: make sure all selections have same anchored state
Marc André Tanner
1
-7
/
+17
2017-07-04
vis: implement `gv` by means of new "^ register
Marc André Tanner
1
-21
/
+0
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
[next]