summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-16Print debug output to stdoutMarc André Tanner
2015-01-16Avoid possible double close when savingMarc André Tanner
2015-01-16Always close file descriptor after :read commandMarc André Tanner
2015-01-16Reorder if/else clause in order to avoid dead codeMarc André Tanner
2015-01-16In vim, "syntax" can be abbreviated as "syn".jvoisin
2015-01-15add C source and header file to dependsChristian Hesse
2015-01-15remove vis from .PHONYChristian Hesse
2015-01-15Pass $LDFLAGS after source filesMarc André Tanner
2015-01-14Remove nano like frontend for nowMarc André Tanner
2015-01-14Simplify MakefileMarc André Tanner
2015-01-14Accept unique prefixes as :commandsMarc André Tanner
2015-01-14Fix segfault when using arrow keys in promptMarc André Tanner
2015-01-13Make J also join lines spanning multiple screen linesMarc André Tanner
2015-01-13Change default line up/down movements to match vimMarc André Tanner
2015-01-13Cleanup nn| implementationMarc André Tanner
2015-01-13Add new logical linewise movementsMarc André Tanner
2015-01-13Rename window_line_* functionsMarc André Tanner
2015-01-12Change ledger syntax regex to work with BSD regexPhilip Linde
2015-01-11Print prettier status bar when given no file nameMarc André Tanner
2015-01-11More useful error message when opening non regular filesMarc André Tanner
2015-01-11Merge branch 'ledger-syntax' of https://github.com/clehner/visMarc André Tanner
2015-01-10Add syntax rules for Ledger journalsCharles Lehner
2015-01-09Add rudimentary markdown syntax supportjvoisin
2015-01-06Update README to reflect current stateMarc André Tanner
2015-01-06Rudimentary change list (accessible via g; and g,)Marc André Tanner
2015-01-06Change :open to create a new window if no argument is givenMarc André Tanner
2015-01-06Add default settings for editor startupMarc André Tanner
2015-01-06Support per file type settingsMarc André Tanner
2015-01-06Fix some compiler warningsMarc André Tanner
2015-01-05define underscores to be part of a wordMatthias Braun
2015-01-04no need to allocate len+1 if we're not appending '\0'Matthias Braun
2015-01-04implement rudimentary autoindentMatthias Braun
2015-01-04Support relative line jumps :+nn / :-nnMarc André Tanner
2015-01-04Simplify jump to line :nnnMarc André Tanner
2015-01-04Change window_cursor_getxy APIMarc André Tanner
2015-01-04Fix openline command on the first lineMichal Bohuslávek
2015-01-04Added a .gitignoreSebastian Götte
2015-01-04Update :set option section in READMESebastian Götte
2015-01-04Make :set option parsing more robustMarc André Tanner
2015-01-03Add the :x(it)? commandMatthias Braun
2015-01-03Fix :quit regexMatthias Braun
2015-01-03Fix size_t specifiers in format stringsMatthias Braun
2015-01-03Add python syntax supportMatias Linares
2015-01-03Make single character replacement repeatableMarc André Tanner
2015-01-03Fix compilation on various *nix systemsMarc André Tanner
2015-01-02Make last insertion/replacement repeatable with '.'Marc André Tanner
2015-01-02Rip out insertion repeating infrastructureMarc André Tanner
2015-01-02Constify buffer APIMarc André Tanner
2015-01-02Make getkey read one UTF-8 character at a timeMarc André Tanner
2015-01-01Add rudimentary support for jump list (CTRL+{O,I})Marc André Tanner