aboutsummaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-06vis: add doxygen commentsMarc André Tanner1-1/+1
2017-05-03text: remove count argument from text_{earlier,later}Marc André Tanner1-2/+8
2017-05-03vis: introduce count iterator to handle interrupted flagMarc André Tanner1-2/+4
2017-04-21vis: implement <C-r> in terms of gPMarc André Tanner1-9/+3
2017-04-20vis: adapt <C-r> to new register handling codeMarc André Tanner1-3/+10
2017-04-19vis: restructure register handlingMarc André Tanner1-0/+1
2017-04-18vis: rename vis_register_set to vis_registerMarc André Tanner1-1/+1
2017-04-14vis: make certain operations interruptible with <C-c>Marc André Tanner1-1/+0
2017-04-09vis: reject invalid register name when recording a macroMarc André Tanner1-0/+2
2017-04-06vis: fix memory leak in selection rotation codeMarc André Tanner1-0/+1
2017-04-04vis: add motions to move by codepointsMarc André Tanner1-0/+12
2017-04-04vis: reject multi letter mark and register namesMarc André Tanner1-0/+10
2017-04-02Fix Debian package lintian warningsMarc André Tanner1-3/+3
2017-03-31vis: add non-default actions for vi compatible n/N motionsMarc André Tanner1-0/+12
2017-03-31vis: rename search related constantsMarc André Tanner1-10/+10
2017-03-22vis: fix wrap around with <C-n>Marc André Tanner1-0/+2
2017-03-19Move :set syntax option implementation to luaMarc André Tanner1-1/+0
2017-03-14Add experimental raw vt100 UI backendMarc André Tanner1-1/+2
2017-03-14Restructure display codeMarc André Tanner1-2/+3
2017-03-05vis: remove word and file name completion from editor coreMarc André Tanner1-77/+0
2017-03-04vis: process command line options when reading from stdinMarc André Tanner1-6/+7
2017-02-25vis: add vis- prefix to pseudo editor keysMarc André Tanner1-163/+163
2017-02-24vis: make help texts optional to produce a smaller binaryMarc André Tanner1-178/+178
2017-02-23vis: remove `gf` and `<C-w>gf` functionalityMarc André Tanner1-36/+0
2017-02-23vis: remove number increment/decrement functionalityMarc André Tanner1-59/+0
2017-02-22vis: simplify `r` implementation and fix cursor positioningMarc André Tanner1-10/+2
2017-02-15vis: use single function call to print version informationMarc André Tanner1-12/+6
2017-02-15vis: remove motion and text objects related to C functionsMarc André Tanner1-36/+0
2017-02-15text-motions: remove unused text_line_lastcharMarc André Tanner1-6/+0
2017-02-14vis: add compile time features to version outputMarc André Tanner1-1/+12
2017-02-10vis: make r handle special keys like <Tab>Marc André Tanner1-8/+4
2017-02-10vis: make t, T, f and F work for special keysMarc André Tanner1-9/+5
2017-02-08vis: make `ga` and `g8` more robustMarc André Tanner1-1/+5
2017-02-06Disable keymap for movement_key characterMichael Forney1-1/+6
2017-02-04view: do not let new cursors automatically become primaryMarc André Tanner1-8/+12
2017-02-02Slight code cleanups, use buffer API where appropriateMarc André Tanner1-3/+2
2017-02-01vis: fix repetition of O when given a countMarc André Tanner1-0/+2
2017-01-28vis: deindent blank autoindented lines when leaving insert modeMarc André Tanner1-2/+2
2017-01-27vis: do not set count when handling 0 motionMarc André Tanner1-1/+2
2017-01-19vis: make <C-n> in visual mode wrap aroundMarc André Tanner1-6/+13
2017-01-19vis: remove <C-o> mapping in insert modeMarc André Tanner1-6/+0
2017-01-18vis: support count for insertion and replacementMarc André Tanner1-2/+10
2016-12-26fix help text for next/prev matchErlend Fagerheim1-2/+2
2016-12-21vis: implement `gh` and `gl` to move by relative byte offsetsMarc André Tanner1-0/+12
2016-12-21vis: implement `go` to move to absolute byte positionMarc André Tanner1-0/+6
2016-12-21vis: implement g8Marc André Tanner1-4/+15
2016-12-20vis: improve literal insertion via <C-v> in insert modeMarc André Tanner1-21/+6
2016-12-20vis: improve gaMarc André Tanner1-9/+20
2016-12-19vis: introduce vis_register_from utility functionMarc André Tanner1-37/+17
2016-12-09Remove useless variable assignmentMarc André Tanner1-1/+0