aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-28vis: clean up count handlingMarc André Tanner4-23/+32
2016-01-27text-motion: change text_bracket_match APIMarc André Tanner4-7/+7
2016-01-27vis: let % move to next special char if not already thereMarc André Tanner1-1/+22
2016-01-27vis: apply insert register <C-r> to all cursorsMarc André Tanner1-5/+2
2016-01-27vis: remove unused struct Mode member 'is_user'Marc André Tanner2-8/+1
2016-01-20vis: make <End> in insert/replace mode move to the end of lineMarc André Tanner2-1/+8
2016-01-20vis: further improve selection restore codeMarc André Tanner1-0/+6
2016-01-20Fix to/till movementsMarkus Teich2-7/+12
2016-01-19Add usage example for file open dialog to READMESilvan Jegen1-2/+10
2016-01-19vis: fix # and * motions to only match wordsMarc André Tanner1-9/+12
2016-01-19vis: switch to normal mode if a :-command was successful in visual modeMarc André Tanner1-2/+8
2016-01-19vis: fix default command prompt in visual modeMarc André Tanner1-1/+1
2016-01-19vis: improve :-command argument tokenizingMarc André Tanner1-3/+11
2016-01-19vis: keep selection in visual mode after shift operatorsMarc André Tanner1-0/+2
2016-01-19vis: improve selection restore `gv`Marc André Tanner2-2/+19
2016-01-19vis: improve cursor placement after shift operatorsMarc André Tanner1-3/+10
2016-01-18vis: do not move cursor when entering visual line modeMarc André Tanner1-1/+1
2016-01-18vis: tweak count handling of till motions 't' and 'T'Marc André Tanner1-2/+4
2016-01-18vis: fix segfault upon :qallMarc André Tanner1-4/+6
2016-01-18text-regex: remove unused struct memberMarc André Tanner1-2/+0
2016-01-18vis: simplify code by using text_bytes_alloc0Marc André Tanner1-4/+1
2016-01-18Fix default $VIS_PATH in man pageMarc André Tanner1-5/+10
2016-01-17ui: display current line number instead of relative 0Marc André Tanner1-3/+5
2016-01-17vis: make Y only yank from the current position to the end of lineMarc André Tanner1-1/+1
2016-01-17theme: change solarized theme to use the 256 degenerated colorsMarc André Tanner1-16/+16
2016-01-17ui: support color definitions in terms of the 256 color paletteMarc André Tanner1-0/+3
2016-01-17vis: make :e an alias for :editMarc André Tanner1-1/+1
2016-01-17vis: let ~ have an immediate effect in normal modeMarc André Tanner1-0/+1
2016-01-16view: remove special cursor handling at end of visible areaMarc André Tanner1-2/+0
2016-01-16vis: move selected prompt entry to end of the fileMarc André Tanner2-2/+8
2016-01-16vis: make o and O work in promptMarc André Tanner1-2/+2
2016-01-15vis: sentence motions are not linewiseMarc André Tanner1-2/+2
2016-01-14vis: use different default register when editing a prompt fileMarc André Tanner1-3/+3
2016-01-14vis: move prompt handling to separate fileMarc André Tanner4-175/+183
2016-01-14vis: more cleanupsMarc André Tanner3-8/+6
2016-01-14vis: s/moves/vis_motions/gMarc André Tanner3-7/+4
2016-01-14vis: s/ops/vis_operators/gMarc André Tanner5-14/+14
2016-01-14vis: move motion releated functions to corresponding fileMarc André Tanner2-90/+91
2016-01-14vis: s/VIS_MODE_LAST/VIS_MODE_INVALID/gMarc André Tanner4-7/+7
2016-01-14vis: move vis_operator(..) to corresponding fileMarc André Tanner2-63/+63
2016-01-14vis: move text object definitions to separate fileMarc André Tanner4-38/+44
2016-01-14vis: inline expand_tabMarc André Tanner2-13/+4
2016-01-14vis: focus correct window when closing promptMarc André Tanner1-21/+29
2016-01-14vis-cmds: resolve conflict with BSD getmode(3)Marc André Tanner1-3/+3
2016-01-14build: cleanup $LIBS variableMarc André Tanner2-3/+3
2016-01-13Implement command/search prompt history as a regular fileMarc André Tanner9-267/+263
2016-01-13view: introduce view_selection_getMarc André Tanner2-0/+6
2016-01-13ui: make statusbar configurableMarc André Tanner3-11/+17
2016-01-13vis: reindent :-command definitionsMarc André Tanner1-26/+26
2016-01-13vis: implement :map-window and :unmap-windowMarc André Tanner1-5/+24