summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-28vis: add cmd argument to VIS_OP_FILTERMarc André Tanner
2015-11-28view: preserve column position when moving across linesMarc André Tanner
2015-11-28view: remove special treatment of tabs in cell matrixMarc André Tanner
2015-11-27vis: improve cursor alignment command <C-a>Marc André Tanner
2015-11-27vis: improve creation of new cursors on line above/belowMarc 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-27vis: close correct file descriptor upon failure in filter commandMarc André Tanner
2015-11-23vis: fix compiler warnings related to `ga` implementationMarc André Tanner
2015-11-23vis: use file open dialog for all directoriesMarc André Tanner
2015-11-23vis: implement gaMarc André Tanner
2015-11-23Cast argument to ctype.h is* functions to unsigned charMarc André Tanner
2015-11-23vis: improve replacement of combining charactersMarc André Tanner
2015-11-23view: fix cell placement of combining charactersMarc André Tanner
2015-11-23text: introduce functions to iterate over graphemesMarc André Tanner
2015-11-20buffer: tweak memory allocation strategyMarc André Tanner
2015-11-20text: get modification time after replacing file content in placeMarc André Tanner
2015-11-19vis: improve <C-p> in visual modeMarc André Tanner
2015-11-19vis: fix <C-n> in visual mode for partial matchesMarc André Tanner
2015-11-19buffer: add some comments to clarify allocation strategyMarc André Tanner
2015-11-17vis: put in visual mode should replace the current selectionMarc André Tanner
2015-11-17ui: improve fallback code in case of unknown termMarc André Tanner
2015-11-14view: increase range to consider for syntax highlightingDavid B. Lamkins
2015-11-13lexer: improve pure lexerDavid B. Lamkins
2015-11-11ui: fall back to xterm-256color if term initialization failsMarc André Tanner
2015-11-11lexer: add lexer for pureDavid B. Lamkins
2015-11-10build: do not clutter dependency/install with manual pagesMarc André Tanner
2015-11-10Update .gitignoreMarc André Tanner
2015-11-10lexer: fix some more color specificationsMarc André Tanner
2015-11-10build: try to fix make standalone for multiarch systemsMarc André Tanner
2015-11-10lexers: fix color specification in diff lexerDavid B. Lamkins
2015-11-09view: improve window redrawing for shared files/split windowsMarc André Tanner
2015-11-09view: correctly redraw window contentMarc André Tanner
2015-11-08ui: warn if theme loading failedMarc André Tanner
2015-11-08Clarify build dependencies in READMEMarc André Tanner
2015-11-08Fix warnings found by static analyzerMarc André Tanner
2015-11-08Mention make local in READMEMarc 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-08Mention new source files in READMEMarc André Tanner
2015-11-08Delete now obsolete syntax.hMarc André Tanner
2015-11-08vis: map <F1> to :helpMarc André Tanner
2015-11-08vis: reindent config.def.h (no functional changes)Marc André Tanner
2015-11-08Tweak manual pageMarc André Tanner
2015-11-08view: do not highlight matching symbols if selection is activeMarc André Tanner
2015-11-08ui: try to make sure that selected text is still visibleMarc André Tanner
2015-11-08theme: updated low color themeMarc André Tanner
2015-11-08theme: add default low color themeMarc 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