summaryrefslogtreecommitdiff
path: root/vis.c
AgeCommit message (Expand)Author
2016-01-28vis: clean up count handlingMarc André Tanner
2016-01-20vis: further improve selection restore codeMarc André Tanner
2016-01-19vis: improve selection restore `gv`Marc André Tanner
2016-01-14vis: use different default register when editing a prompt fileMarc André Tanner
2016-01-14vis: move prompt handling to separate fileMarc André Tanner
2016-01-14vis: more cleanupsMarc André Tanner
2016-01-14vis: s/moves/vis_motions/gMarc André Tanner
2016-01-14vis: s/ops/vis_operators/gMarc André Tanner
2016-01-14vis: move motion releated functions to corresponding fileMarc André Tanner
2016-01-14vis: s/VIS_MODE_LAST/VIS_MODE_INVALID/gMarc André Tanner
2016-01-14vis: move vis_operator(..) to corresponding fileMarc André Tanner
2016-01-14vis: move text object definitions to separate fileMarc André Tanner
2016-01-14vis: inline expand_tabMarc André Tanner
2016-01-14vis: focus correct window when closing promptMarc André Tanner
2016-01-13Implement command/search prompt history as a regular fileMarc André Tanner
2016-01-13ui: make statusbar configurableMarc André Tanner
2016-01-13vis: add infrastructure to support per window key bindingsMarc André Tanner
2016-01-13vis: cleanup key binding definitionsMarc André Tanner
2016-01-13vis: fix tab expansion if enabledMarc André Tanner
2015-12-26vis: refactor Lua integrationMarc André Tanner
2015-12-20vis: fix forceful redraw <C-l>Marc André Tanner
2015-11-28vis: do not switch to normal mode when leaving ? and / promptMarc André Tanner
2015-11-28view: remove ViewEvent infrastructureMarc André Tanner
2015-11-28vis: improve switching to prompt modeMarc André Tanner
2015-11-28vis: add cmd argument to VIS_OP_FILTERMarc André Tanner
2015-11-27vis: implement filter operator !Marc André Tanner
2015-11-27vis: change semantics of operator implementation return valueMarc André Tanner
2015-11-23vis: improve replacement of combining charactersMarc André Tanner
2015-11-08Update year numbers in Copyright clauseMarc André Tanner
2015-11-08Remove trailing white space from source filesMarc André Tanner
2015-11-08ui: load syntax theme based on the number of supported colorsMarc André Tanner
2015-11-08vis: introduce vis namespace for lua objectsMarc André Tanner
2015-11-08vis: try to support all lua versions >= 5.1Marc André Tanner
2015-11-08vis: factor out syntax highlighting codeMarc André Tanner
2015-11-08vis: implement :set themeMarc André Tanner
2015-11-08vis: experimental support for lua/lpeg based syntax highlightingMarc André Tanner
2015-11-08vis: remove regex based syntax highlightingMarc André Tanner
2015-11-08vis: more comments and cleanupsMarc André Tanner
2015-11-07vis: prefix enum VisMotion values with VIS_Marc André Tanner
2015-11-07vis: tweak enum VisTextObject namesMarc André Tanner
2015-11-07vis: prefix enum VisOperator values with VIS_Marc André Tanner
2015-11-07vis: API documentation and cleanupMarc André Tanner
2015-11-07vis: introduce vis_cancel APIMarc André Tanner
2015-11-07vis: move modes into separate fileMarc André Tanner
2015-11-07vis: move operators to separate fileMarc André Tanner
2015-11-07vis: move motions to separate fileMarc André Tanner
2015-11-07vis: move :-commands into their own fileMarc André Tanner
2015-11-06vis: fix cursor position after charwise pasteMarc André Tanner
2015-11-06vis: do something reasonable upon visual repeatMarc André Tanner
2015-11-06vis: fix operators to correctly handle multiple selectionsMarc André Tanner