aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-04Added a .gitignoreSebastian Götte1-0/+6
2015-01-04Update :set option section in READMESebastian Götte1-2/+2
2015-01-04Make :set option parsing more robustMarc André Tanner1-21/+115
2015-01-03Add the :x(it)? commandMatthias Braun2-0/+12
2015-01-03Fix :quit regexMatthias Braun1-1/+1
2015-01-03Fix size_t specifiers in format stringsMatthias Braun3-3/+3
2015-01-03Add python syntax supportMatias Linares1-0/+39
2015-01-03Make single character replacement repeatableMarc André Tanner1-0/+3
2015-01-03Fix compilation on various *nix systemsMarc André Tanner2-3/+20
2015-01-02Make last insertion/replacement repeatable with '.'Marc André Tanner3-1/+47
2015-01-02Rip out insertion repeating infrastructureMarc André Tanner4-28/+0
2015-01-02Constify buffer APIMarc André Tanner2-4/+4
2015-01-02Make getkey read one UTF-8 character at a timeMarc André Tanner1-7/+15
2015-01-01Add rudimentary support for jump list (CTRL+{O,I})Marc André Tanner8-19/+189
2015-01-01Introduce externally managed marksMarc André Tanner2-12/+27
2015-01-01Rename mark related functionsMarc André Tanner5-23/+23
2014-12-23Fix compiler warningsMarc André Tanner2-6/+6
2014-12-23Simplify # and * commands by using inner text objectsMarc André Tanner1-13/+3
2014-12-23Distinct between inner and outer word text objectsMarc André Tanner5-19/+98
2014-12-23Optionally display line numbers alongside fileMarc André Tanner4-43/+117
2014-12-23Move kepress hook to record all keysMarc André Tanner1-3/+4
2014-12-18Macro supportMarc André Tanner10-62/+179
2014-12-18Support longer key bindingsMarc André Tanner1-26/+42
2014-11-10Improve syntax highlighting of C style comments ending in **/Marc André Tanner1-1/+1
2014-11-01Improve usage as a filterMarc André Tanner1-2/+6
2014-10-27Also join lines if cursor is at beginning of a lineMarc André Tanner1-2/+3
2014-10-27Also join lines if cursor is on newline (after text)Marc André Tanner1-1/+1
2014-10-27Fix segfault when joining linesMarc André Tanner1-1/+1
2014-10-25Treat file read from stdin as unmodifiedMarc André Tanner1-0/+1
2014-10-25Accept spaces between range and commandMarc André Tanner1-0/+1
2014-10-25Set correct default range for commandsMarc André Tanner1-3/+6
2014-10-25Introduce text_range_sizeMarc André Tanner2-3/+7
2014-10-25Support partial writesMarc André Tanner3-10/+22
2014-10-25Support partial savesMarc André Tanner3-12/+26
2014-10-25Change return type of text_saveMarc André Tanner3-6/+6
2014-10-25Fix mode switching bugsMarc André Tanner3-7/+22
2014-10-25Set MARK_SELECTION_{START,END} in visual modeMarc André Tanner1-0/+3
2014-10-25Recognize some basic file rangesMarc André Tanner1-7/+88
2014-10-25Add Filerange argument to all commandsMarc André Tanner1-37/+38
2014-10-24Make command prompt available in visual modesMarc André Tanner4-16/+27
2014-10-24Do not crash when given an invalid search patternMarc André Tanner1-1/+4
2014-10-24Add option to execute commands on startup via +{cmd}Marc André Tanner2-24/+41
2014-10-23Use pselect instead of selectMarc André Tanner1-2/+7
2014-10-23Move feature test macros to config.mkMarc André Tanner5-10/+2
2014-10-21Read text to edit from stdin if it isn't a terminalMarc André Tanner1-10/+15
2014-10-19Preserve file permissions when savingStephen Paul Weber1-3/+10
2014-10-19<End> goes past end in insert modeStephen Paul Weber1-0/+1
2014-10-19Only cast once in op_case_changeMarc André Tanner1-8/+7
2014-10-19Toggle case operatorStephen Paul Weber2-1/+6
2014-10-18Place cursor after inserted text when pasting a registerale rimoldi1-1/+3