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
2025-12-16
main: replace key action enum, prototype, and table with single X-macro list
Randy Palamar
1
-1275
/
+345
2025-01-12
array: delete oneliners
Randy Palamar
1
-2
/
+2
2025-01-11
buffer: delete pointless buffer_init function
Randy Palamar
1
-3
/
+2
2024-05-30
remove the vis->initialized member
Randy Palamar
1
-22
/
+24
2024-05-21
remove some ui pointer chasing
Randy Palamar
1
-2
/
+2
2024-05-21
replace UiTerm with Ui & delete function pointers
Randy Palamar
1
-3
/
+3
2024-05-21
make Selection unopaque
Randy Palamar
1
-11
/
+12
2024-05-21
make View unopaque
Randy Palamar
1
-9
/
+9
2024-05-21
cleanup some single line get/set functions
Randy Palamar
1
-33
/
+33
2024-05-21
cleanup vis event interface
Randy Palamar
1
-20
/
+1
2024-04-29
Emit an event (ui_draw) immediately before drawing the screen
Rudy Dellomas III
1
-0
/
+1
2024-02-05
use correct apostrophe in error message
Erlend Lind Madsen
1
-1
/
+1
2020-12-28
vis: implement multiline to/till motions
Marc André Tanner
1
-1
/
+25
2020-12-28
vis: rename to/till motion internals
Marc André Tanner
1
-24
/
+24
2020-12-10
vis: make O implementation independent of <Up> mapping
Marc André Tanner
1
-1
/
+1
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
[next]