summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-03doc: add initial documentation filesMarc André Tanner
2017-04-28doc: add sphinx breathe extensionMarc André Tanner
2017-04-28doc: add sphinx configurationMarc André Tanner
2017-04-28doc: customize DoxyfileMarc André Tanner
2017-04-28doc: add default Doxygen fileMarc André Tanner
2017-04-28ui: ignore whitespace when parsing style optionsMarc André Tanner
2017-04-24vis: fix newline insertion at end of fileMarc André Tanner
2017-04-23vis: fix # register countMarc André Tanner
2017-04-21vis: implement <C-r> in terms of gPMarc André Tanner
2017-04-20vis: add # register to insert cursor numberMarc André Tanner
2017-04-20vis: adapt <C-r> to new register handling codeMarc André Tanner
2017-04-20vis: start cleaning up register related codeMarc André Tanner
2017-04-19vis: restructure register handlingMarc André Tanner
2017-04-19array: implement array_resizeMarc André Tanner
2017-04-19array: implement array_truncateMarc André Tanner
2017-04-18buffer: simplify buffer_content0Marc André Tanner
2017-04-18array: implement array_capacityMarc André Tanner
2017-04-18vis: rename vis_register_set to vis_registerMarc André Tanner
2017-04-14build: install miscellaneous documentationDavid B. Lamkins
2017-04-14vis: make certain operations interruptible with <C-c>Marc André Tanner
2017-04-12sam: fix negative count specifiers from visual modeMarc André Tanner
2017-04-12man: document new count specifier for `g` and `v` commandsMarc André Tanner
2017-04-12sam: support %n count specifier matching every n-th selectionMarc André Tanner
2017-04-12sam: add support for negative count specifierMarc André Tanner
2017-04-12sam: add support for count specifier to `g` and `y` commandsMarc André Tanner
2017-04-12sam: distinguish between empty // and no regexMarc André Tanner
2017-04-12sam: reject command names containing digits or ending with a hyphenMarc André Tanner
2017-04-11build: update libtermeky to version 0.20Marc André Tanner
2017-04-11build: tweak CFLAGS for profiling targetMarc André Tanner
2017-04-11text: do not redefine _GNU_SOURCEMarc André Tanner
2017-04-09text: use MB_LEN_MAX instead of MB_CUR_MAXMarc André Tanner
2017-04-09vis: reject invalid register name when recording a macroMarc André Tanner
2017-04-09vis: remove handling of \r\n line endingsMarc André Tanner
2017-04-09text: drop special handling of \r\n line endingsMarc André Tanner
2017-04-09text: add mem{r,}chr(3) based byte search functionsMarc André Tanner
2017-04-08text: adjust iterator position when switching to adjacent piecesMarc André Tanner
2017-04-08text: simplify \r\n handlingMarc André Tanner
2017-04-08text: introduce text_char_get which converts \r\n to \nMarc André Tanner
2017-04-08text: fix iterator semantics regarding windows style newlinesMarc André Tanner
2017-04-06test: updateMarc André Tanner
2017-04-06vis: fix memory leak in selection rotation codeMarc André Tanner
2017-04-06sam: properly free transcript in error caseMarc André Tanner
2017-04-06Fix formatting in man pageTwoFinger
2017-04-04vis: remove unused struct memberMarc André Tanner
2017-04-04vis: do not remove indentation of non-empty linesMarc André Tanner
2017-04-04vis: add motions to move by codepointsMarc André Tanner
2017-04-04vis: automatically dispose invalid cursorsMarc André Tanner
2017-04-04vis: reject multi letter mark and register namesMarc André Tanner
2017-04-02Fix Debian package lintian warningsMarc André Tanner
2017-03-31text: Add missing va_end() whenRaúl Peñacoba