aboutsummaryrefslogtreecommitdiff
path: root/vis.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-26vis: redirect stdout and stderr streams to /dev/null when lacking a consumerMarc André Tanner1-7/+19
2016-11-25vis: fix I/O redirection bugs, cleanup vis_pipeMarc André Tanner1-8/+9
2016-11-22vis-lua: introduce pre-save hookMarc André Tanner1-0/+4
2016-11-22vis-lua: pass path as second argument to file_save_post event hookMarc André Tanner1-4/+6
2016-11-21vis-lua: rename file_save event to file_save_postMarc André Tanner1-3/+3
2016-11-16vis: treat vis_keys_feed input like a macro replayMarc André Tanner1-1/+8
2016-11-15vis: defer UI initialization and overhaul argument parsingMarc André Tanner1-58/+9
2016-11-15vis: overhaul and unify event generation codeMarc André Tanner1-27/+78
2016-11-15vis: generalize special stdin handlingMarc André Tanner1-4/+12
2016-11-11vis: attempt to use the default shell of the user to execute external commandsMarc André Tanner1-2/+11
2016-11-10vis: make vis_draw actually draw each windowMarc André Tanner1-0/+2
2016-11-09vis: perform undo snapshotting more rarerlyMarc André Tanner1-1/+3
2016-11-09vis: unify VIS_OP_{INSERT,REPLACE} implementationMarc André Tanner1-4/+4
2016-11-08vis: fix key parsing/skipping logicMarc André Tanner1-1/+3
2016-10-27vis: fix :langmap behaviorMarc André Tanner1-2/+2
2016-10-27vis: apply language map only to key values not modifiersMarc André Tanner1-7/+13
2016-10-05vis: check return value of fcntl(2) callMarc André Tanner1-3/+4
2016-09-26vis: also apply language map to operator pending modeMarc André Tanner1-1/+3
2016-09-25vis: disable language map for replacement character of `r` commandMarc André Tanner1-1/+7
2016-09-19vis: set correct reference count when splitting windowsMarc André Tanner1-1/+0
2016-08-24vis: improve dot (repeat) command implmentationMarc André Tanner1-3/+5
2016-08-24vis: overhaul input queue handlingMarc André Tanner1-39/+27
2016-07-06vis: fix inner text object variants when cursor is on opening delimiterMarc André Tanner1-3/+3
2016-06-14Update the statusline when starting or ending the recording of a macroJosh Wainwright1-0/+4
2016-05-28vis: try to reduce number of redrawsMarc André Tanner1-8/+4
2016-05-26vis: use normalized absolute file names as internal representationMarc André Tanner1-22/+70
2016-05-22Add a newline at the end of the fileSilvan Jegen1-1/+1
2016-05-22Remove unneeded header importSilvan Jegen1-1/+0
2016-05-22vis: refactor status line handlingMarc André Tanner1-8/+10
2016-05-22vis: add function to change window statusbar contentMarc André Tanner1-0/+4
2016-05-22vis: add functions to query window sizeMarc André Tanner1-0/+8
2016-05-22vis: consider :set horizon setting when syntax highlightingMarc André Tanner1-1/+2
2016-05-22vis: move syntax highlighting to pure Lua codeMarc André Tanner1-2/+27
2016-05-18vis: add an interactive mode to vis_pipe{,_collect}(...)Marc André Tanner1-10/+8
2016-05-18vis: introduce vis_pipe_collect utility functionMarc André Tanner1-0/+19
2016-05-10Revert "vis: clean up interaction between vis and ui"Marc André Tanner1-10/+4
2016-05-10vis: improve cursor placement at EOF with enabled auto indentMarc André Tanner1-1/+1
2016-05-08Fix autoindent when using ORichard Burke1-0/+4
2016-05-04vis: enable large file optimizations for files with long linesMarc André Tanner1-19/+0
2016-05-04vis: clean up interaction between vis and uiMarc André Tanner1-4/+10
2016-05-04vis: make j and k a linewise inclusive motionMarc André Tanner1-1/+2
2016-05-01vis: delay start event until we are fully initializedMarc André Tanner1-7/+5
2016-05-01vis: further cleanup input handling, introduce vis_keys_feed APIMarc André Tanner1-14/+20
2016-05-01vis: cleanup input handling, improve macro replayMarc André Tanner1-34/+37
2016-04-29vis: do not crash when processing :-commands and no window is activeMarc André Tanner1-1/+3
2016-04-28vis: unmap all mapped prefixes if a new mapping is forcedMarc André Tanner1-2/+2
2016-04-21vis: add infrastructure to register custom :-commandsMarc André Tanner1-0/+1
2016-04-21vis: do not lazy allocate :-commandsMarc André Tanner1-0/+2
2016-04-20vis-lua: trigger start event after ui has been initializedMarc André Tanner1-1/+3
2016-04-20vis: handle termination from within win_open event gracefullyMarc André Tanner1-3/+2