summaryrefslogtreecommitdiff
path: root/vis.c
AgeCommit message (Expand)Author
2016-11-08vis: fix key parsing/skipping logicMarc André Tanner
2016-10-27vis: fix :langmap behaviorMarc André Tanner
2016-10-27vis: apply language map only to key values not modifiersMarc André Tanner
2016-10-05vis: check return value of fcntl(2) callMarc André Tanner
2016-09-26vis: also apply language map to operator pending modeMarc André Tanner
2016-09-25vis: disable language map for replacement character of `r` commandMarc André Tanner
2016-09-19vis: set correct reference count when splitting windowsMarc André Tanner
2016-08-24vis: improve dot (repeat) command implmentationMarc André Tanner
2016-08-24vis: overhaul input queue handlingMarc André Tanner
2016-07-06vis: fix inner text object variants when cursor is on opening delimiterMarc André Tanner
2016-06-14Update the statusline when starting or ending the recording of a macroJosh Wainwright
2016-05-28vis: try to reduce number of redrawsMarc André Tanner
2016-05-26vis: use normalized absolute file names as internal representationMarc André Tanner
2016-05-22Add a newline at the end of the fileSilvan Jegen
2016-05-22Remove unneeded header importSilvan Jegen
2016-05-22vis: refactor status line handlingMarc André Tanner
2016-05-22vis: add function to change window statusbar contentMarc André Tanner
2016-05-22vis: add functions to query window sizeMarc André Tanner
2016-05-22vis: consider :set horizon setting when syntax highlightingMarc André Tanner
2016-05-22vis: move syntax highlighting to pure Lua codeMarc André Tanner
2016-05-18vis: add an interactive mode to vis_pipe{,_collect}(...)Marc André Tanner
2016-05-18vis: introduce vis_pipe_collect utility functionMarc André Tanner
2016-05-10Revert "vis: clean up interaction between vis and ui"Marc André Tanner
2016-05-10vis: improve cursor placement at EOF with enabled auto indentMarc André Tanner
2016-05-08Fix autoindent when using ORichard Burke
2016-05-04vis: enable large file optimizations for files with long linesMarc André Tanner
2016-05-04vis: clean up interaction between vis and uiMarc André Tanner
2016-05-04vis: make j and k a linewise inclusive motionMarc André Tanner
2016-05-01vis: delay start event until we are fully initializedMarc André Tanner
2016-05-01vis: further cleanup input handling, introduce vis_keys_feed APIMarc André Tanner
2016-05-01vis: cleanup input handling, improve macro replayMarc André Tanner
2016-04-29vis: do not crash when processing :-commands and no window is activeMarc André Tanner
2016-04-28vis: unmap all mapped prefixes if a new mapping is forcedMarc André Tanner
2016-04-21vis: add infrastructure to register custom :-commandsMarc André Tanner
2016-04-21vis: do not lazy allocate :-commandsMarc André Tanner
2016-04-20vis-lua: trigger start event after ui has been initializedMarc André Tanner
2016-04-20vis: handle termination from within win_open event gracefullyMarc André Tanner
2016-04-18vis: use internal file to show lua errorsMarc André Tanner
2016-04-18vis: do not run event handlers for internal filesMarc André Tanner
2016-04-17vis: remove mapping from ' ' to <Space>Marc André Tanner
2016-04-15vis: calculate auto indent for all cursors individuallyMarc André Tanner
2016-04-15vis: do not run registered event handlers for internal filesMarc André Tanner
2016-04-14vis: allow mapping of <Space>Marc André Tanner
2016-04-13vis: stop repeated motions as soon as resulting position remains the sameMarc André Tanner
2016-04-08vis: let :e recreate a window at the same location as the old oneMarc André Tanner
2016-04-08vis: cleanup window focusing codeMarc André Tanner
2016-04-06vis: fix vi filter operators ! and =Marc André Tanner
2016-04-03vis: change vis_pipe API and cleanup related codeMarc André Tanner
2016-04-03sam: unify vi(m) and sam command lineMarc André Tanner
2016-03-30array: allow arbitrarily sized array elementsMarc André Tanner