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
/
vis.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-28
Add command completion with tab key
Max Schillinger
1
-0
/
+8
2025-06-13
doc: fix Doxygen comments for vis.h
Matěj Cepl
1
-201
/
+634
2024-09-13
support piping a buffer to an external process
Florian Fischer
1
-0
/
+14
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
-25
/
+0
2024-05-21
replace UiTermWin with UiWin & remove function pointers
Randy Palamar
1
-2
/
+0
2024-05-21
cleanup some single line get/set functions
Randy Palamar
1
-18
/
+2
2024-05-21
cleanup vis event interface
Randy Palamar
1
-23
/
+2
2024-05-12
lua: allow changing the displayed file of a window
Florian Fischer
1
-0
/
+2
2024-04-29
Emit an event (ui_draw) immediately before drawing the screen
Rudy Dellomas III
1
-0
/
+1
2024-03-21
Fix typos
Max Schillinger
1
-2
/
+2
2023-08-26
support old option names but mark as deprecated
Randy Palamar
1
-0
/
+1
2023-08-24
Lua API: access and set all available options
Randy Palamar
1
-0
/
+4
2023-08-01
Prevent flickering in curses
Ian Hixson
1
-0
/
+7
2023-07-18
Add fullscreen param to vis_pipe_collect() and Lua API vis:pipe()
Jörg Bakker
1
-2
/
+8
2023-05-28
remove unused vis_message_hide() function
Randy Palamar
1
-2
/
+0
2023-03-19
vis: remove unused Arg union member
Nick Hanley
1
-1
/
+0
2022-11-29
fix miscellaneous spelling mistakes
Nick Hanley
1
-3
/
+3
2022-07-12
vis: Compare inodes instead of filenames
Tom Schwindl
1
-2
/
+0
2020-12-28
vis: implement multiline to/till motions
Marc André Tanner
1
-0
/
+4
2020-12-28
vis: rename to/till motion internals
Marc André Tanner
1
-4
/
+4
2020-12-10
fix typos in comments
Moesasji
1
-9
/
+9
2020-09-20
Merge branch 'csi_event' of https://github.com/ezdiy/vis into master
Marc André Tanner
1
-0
/
+1
2020-09-17
vis: provide reverse mapping function for mark names
Marc André Tanner
1
-1
/
+2
2020-09-17
vis: provide reverse mapping function for register names
Marc André Tanner
1
-1
/
+2
2020-09-17
Pass up terminal CSI as events to Lua.
Ez Diy
1
-0
/
+1
2020-08-01
vis: remove ae outer entire text object
Marc André Tanner
1
-1
/
+0
2020-08-01
vis: remove ie inner entire text object
Marc André Tanner
1
-1
/
+0
2020-07-17
support for primary clipboard
Jeremy Bobbin
1
-0
/
+1
2018-05-16
vis: remove v and V in operator pending mode
Marc André Tanner
1
-1
/
+1
2018-05-16
vis: implement g~ using tr(1)
Marc André Tanner
1
-1
/
+0
2018-05-16
vis: implement gU using tr(1)
Marc André Tanner
1
-1
/
+0
2018-05-16
vis: implement gu using tr(1)
Marc André Tanner
1
-1
/
+0
2018-04-08
Fix "parenthese" in identifiers
TwoFinger
1
-2
/
+2
2018-03-05
Fix a typo in identifiers
TwoFinger
1
-2
/
+2
2018-02-27
vis: implement normal/outer paragraph text object
Marc André Tanner
1
-0
/
+1
2017-09-15
vis: remove ! operator
Marc André Tanner
1
-2
/
+0
2017-07-17
vis: specify window in mark related API
Marc André Tanner
1
-2
/
+2
2017-07-11
vis: cleanup register related API
Marc André Tanner
1
-7
/
+14
2017-07-10
vis: implement jump list in terms of marks
Marc André Tanner
1
-3
/
+6
2017-07-08
vis: cleanup marks implementation
Marc André Tanner
1
-26
/
+27
2017-07-07
vis: use marks instead of registers to store selections
Marc André Tanner
1
-2
/
+2
2017-07-04
vis: implement `gv` by means of new "^ register
Marc André Tanner
1
-0
/
+1
2017-06-15
vis: implement pairwise selection combinator: union
Marc André Tanner
1
-0
/
+1
2017-06-15
vis: add function to query which register was specified
Marc André Tanner
1
-0
/
+1
2017-06-15
vis: add basic infrastructure to store selections in registers
Marc André Tanner
1
-0
/
+18
2017-06-15
vis: rename uses of Cursor to Selection
Marc André Tanner
1
-1
/
+1
2017-05-27
vis: remove unused enumeration constants
Marc André Tanner
1
-2
/
+0
2017-05-06
vis: add vis_interrupt{,requested} functions
Marc André Tanner
1
-0
/
+12
2017-05-06
vis: add doxygen comments
Marc André Tanner
1
-167
/
+531
[next]