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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-27
vis: cleanup signal handling code
Marc André Tanner
1
-0
/
+16
2016-11-26
vis: redirect stdout and stderr streams to /dev/null when lacking a consumer
Marc André Tanner
1
-7
/
+19
2016-11-25
vis: fix I/O redirection bugs, cleanup vis_pipe
Marc André Tanner
1
-8
/
+9
2016-11-22
vis-lua: introduce pre-save hook
Marc André Tanner
1
-0
/
+4
2016-11-22
vis-lua: pass path as second argument to file_save_post event hook
Marc André Tanner
1
-4
/
+6
2016-11-21
vis-lua: rename file_save event to file_save_post
Marc André Tanner
1
-3
/
+3
2016-11-16
vis: treat vis_keys_feed input like a macro replay
Marc André Tanner
1
-1
/
+8
2016-11-15
vis: defer UI initialization and overhaul argument parsing
Marc André Tanner
1
-58
/
+9
2016-11-15
vis: overhaul and unify event generation code
Marc André Tanner
1
-27
/
+78
2016-11-15
vis: generalize special stdin handling
Marc André Tanner
1
-4
/
+12
2016-11-11
vis: attempt to use the default shell of the user to execute external commands
Marc André Tanner
1
-2
/
+11
2016-11-10
vis: make vis_draw actually draw each window
Marc André Tanner
1
-0
/
+2
2016-11-09
vis: perform undo snapshotting more rarerly
Marc André Tanner
1
-1
/
+3
2016-11-09
vis: unify VIS_OP_{INSERT,REPLACE} implementation
Marc André Tanner
1
-4
/
+4
2016-11-08
vis: fix key parsing/skipping logic
Marc André Tanner
1
-1
/
+3
2016-10-27
vis: fix :langmap behavior
Marc André Tanner
1
-2
/
+2
2016-10-27
vis: apply language map only to key values not modifiers
Marc André Tanner
1
-7
/
+13
2016-10-05
vis: check return value of fcntl(2) call
Marc André Tanner
1
-3
/
+4
2016-09-26
vis: also apply language map to operator pending mode
Marc André Tanner
1
-1
/
+3
2016-09-25
vis: disable language map for replacement character of `r` command
Marc André Tanner
1
-1
/
+7
2016-09-19
vis: set correct reference count when splitting windows
Marc André Tanner
1
-1
/
+0
2016-08-24
vis: improve dot (repeat) command implmentation
Marc André Tanner
1
-3
/
+5
2016-08-24
vis: overhaul input queue handling
Marc André Tanner
1
-39
/
+27
2016-07-06
vis: fix inner text object variants when cursor is on opening delimiter
Marc André Tanner
1
-3
/
+3
2016-06-14
Update the statusline when starting or ending the recording of a macro
Josh Wainwright
1
-0
/
+4
2016-05-28
vis: try to reduce number of redraws
Marc André Tanner
1
-8
/
+4
2016-05-26
vis: use normalized absolute file names as internal representation
Marc André Tanner
1
-22
/
+70
2016-05-22
Add a newline at the end of the file
Silvan Jegen
1
-1
/
+1
2016-05-22
Remove unneeded header import
Silvan Jegen
1
-1
/
+0
2016-05-22
vis: refactor status line handling
Marc André Tanner
1
-8
/
+10
2016-05-22
vis: add function to change window statusbar content
Marc André Tanner
1
-0
/
+4
2016-05-22
vis: add functions to query window size
Marc André Tanner
1
-0
/
+8
2016-05-22
vis: consider :set horizon setting when syntax highlighting
Marc André Tanner
1
-1
/
+2
2016-05-22
vis: move syntax highlighting to pure Lua code
Marc André Tanner
1
-2
/
+27
2016-05-18
vis: add an interactive mode to vis_pipe{,_collect}(...)
Marc André Tanner
1
-10
/
+8
2016-05-18
vis: introduce vis_pipe_collect utility function
Marc André Tanner
1
-0
/
+19
2016-05-10
Revert "vis: clean up interaction between vis and ui"
Marc André Tanner
1
-10
/
+4
2016-05-10
vis: improve cursor placement at EOF with enabled auto indent
Marc André Tanner
1
-1
/
+1
2016-05-08
Fix autoindent when using O
Richard Burke
1
-0
/
+4
2016-05-04
vis: enable large file optimizations for files with long lines
Marc André Tanner
1
-19
/
+0
2016-05-04
vis: clean up interaction between vis and ui
Marc André Tanner
1
-4
/
+10
2016-05-04
vis: make j and k a linewise inclusive motion
Marc André Tanner
1
-1
/
+2
2016-05-01
vis: delay start event until we are fully initialized
Marc André Tanner
1
-7
/
+5
2016-05-01
vis: further cleanup input handling, introduce vis_keys_feed API
Marc André Tanner
1
-14
/
+20
2016-05-01
vis: cleanup input handling, improve macro replay
Marc André Tanner
1
-34
/
+37
2016-04-29
vis: do not crash when processing :-commands and no window is active
Marc André Tanner
1
-1
/
+3
2016-04-28
vis: unmap all mapped prefixes if a new mapping is forced
Marc André Tanner
1
-2
/
+2
2016-04-21
vis: add infrastructure to register custom :-commands
Marc André Tanner
1
-0
/
+1
2016-04-21
vis: do not lazy allocate :-commands
Marc André Tanner
1
-0
/
+2
2016-04-20
vis-lua: trigger start event after ui has been initialized
Marc André Tanner
1
-1
/
+3
[next]