index
:
vis.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vis.c
Age
Commit message (
Expand
)
Author
2016-12-14
vis: remove useless NULL check
Marc André Tanner
2016-12-09
vis-lua: expose input key event in insert and replace modes
Marc André Tanner
2016-12-08
vis: rename some internal C function pointers
Marc André Tanner
2016-11-28
vis: move mark description into core code
Marc André Tanner
2016-11-27
vis: cleanup signal handling code
Marc André Tanner
2016-11-26
vis: redirect stdout and stderr streams to /dev/null when lacking a consumer
Marc André Tanner
2016-11-25
vis: fix I/O redirection bugs, cleanup vis_pipe
Marc André Tanner
2016-11-22
vis-lua: introduce pre-save hook
Marc André Tanner
2016-11-22
vis-lua: pass path as second argument to file_save_post event hook
Marc André Tanner
2016-11-21
vis-lua: rename file_save event to file_save_post
Marc André Tanner
2016-11-16
vis: treat vis_keys_feed input like a macro replay
Marc André Tanner
2016-11-15
vis: defer UI initialization and overhaul argument parsing
Marc André Tanner
2016-11-15
vis: overhaul and unify event generation code
Marc André Tanner
2016-11-15
vis: generalize special stdin handling
Marc André Tanner
2016-11-11
vis: attempt to use the default shell of the user to execute external commands
Marc André Tanner
2016-11-10
vis: make vis_draw actually draw each window
Marc André Tanner
2016-11-09
vis: perform undo snapshotting more rarerly
Marc André Tanner
2016-11-09
vis: unify VIS_OP_{INSERT,REPLACE} implementation
Marc André Tanner
2016-11-08
vis: fix key parsing/skipping logic
Marc André Tanner
2016-10-27
vis: fix :langmap behavior
Marc André Tanner
2016-10-27
vis: apply language map only to key values not modifiers
Marc André Tanner
2016-10-05
vis: check return value of fcntl(2) call
Marc André Tanner
2016-09-26
vis: also apply language map to operator pending mode
Marc André Tanner
2016-09-25
vis: disable language map for replacement character of `r` command
Marc André Tanner
2016-09-19
vis: set correct reference count when splitting windows
Marc André Tanner
2016-08-24
vis: improve dot (repeat) command implmentation
Marc André Tanner
2016-08-24
vis: overhaul input queue handling
Marc André Tanner
2016-07-06
vis: fix inner text object variants when cursor is on opening delimiter
Marc André Tanner
2016-06-14
Update the statusline when starting or ending the recording of a macro
Josh Wainwright
2016-05-28
vis: try to reduce number of redraws
Marc André Tanner
2016-05-26
vis: use normalized absolute file names as internal representation
Marc André Tanner
2016-05-22
Add a newline at the end of the file
Silvan Jegen
2016-05-22
Remove unneeded header import
Silvan Jegen
2016-05-22
vis: refactor status line handling
Marc André Tanner
2016-05-22
vis: add function to change window statusbar content
Marc André Tanner
2016-05-22
vis: add functions to query window size
Marc André Tanner
2016-05-22
vis: consider :set horizon setting when syntax highlighting
Marc André Tanner
2016-05-22
vis: move syntax highlighting to pure Lua code
Marc André Tanner
2016-05-18
vis: add an interactive mode to vis_pipe{,_collect}(...)
Marc André Tanner
2016-05-18
vis: introduce vis_pipe_collect utility function
Marc André Tanner
2016-05-10
Revert "vis: clean up interaction between vis and ui"
Marc André Tanner
2016-05-10
vis: improve cursor placement at EOF with enabled auto indent
Marc André Tanner
2016-05-08
Fix autoindent when using O
Richard Burke
2016-05-04
vis: enable large file optimizations for files with long lines
Marc André Tanner
2016-05-04
vis: clean up interaction between vis and ui
Marc André Tanner
2016-05-04
vis: make j and k a linewise inclusive motion
Marc André Tanner
2016-05-01
vis: delay start event until we are fully initialized
Marc André Tanner
2016-05-01
vis: further cleanup input handling, introduce vis_keys_feed API
Marc André Tanner
2016-05-01
vis: cleanup input handling, improve macro replay
Marc André Tanner
2016-04-29
vis: do not crash when processing :-commands and no window is active
Marc André Tanner
[next]