aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-18Cleanup :-command implementationMarc André Tanner2-108/+129
2015-03-18Crit-bit tree based mapMarc André Tanner2-0/+332
2015-02-06Delete key in visual mode should delete selectionMarc André Tanner1-0/+1
2015-02-03Do not lump together replace actionsWolfgang Corcoran-Mathe1-0/+1
2015-02-03Fix :nnn where nnn > maximal number of linesMarc André Tanner1-5/+9
2015-01-19OpenBSD links against ncursesJames Turner1-0/+1
2015-01-18Fix coverity issue 12388jvoisin1-1/+2
2015-01-18Do not leak memory in repeated text_filename_set callsMarc André Tanner1-3/+4
2015-01-18Fix :saveas command definitionMarc André Tanner1-1/+1
2015-01-17Merge branch 'hardening' of https://github.com/jvoisin/visMarc André Tanner1-0/+9
2015-01-17Introduce basic PHP syntax highlighting supportJörg Alberto1-0/+43
2015-01-16Print debug output to stdoutMarc André Tanner1-4/+4
2015-01-16Avoid possible double close when savingMarc André Tanner1-0/+1
2015-01-16Always close file descriptor after :read commandMarc André Tanner1-2/+1
2015-01-16Reorder if/else clause in order to avoid dead codeMarc André Tanner1-4/+4
2015-01-16In vim, "syntax" can be abbreviated as "syn".jvoisin1-1/+1
2015-01-15add C source and header file to dependsChristian Hesse1-1/+1
2015-01-15remove vis from .PHONYChristian Hesse1-1/+1
2015-01-15Pass $LDFLAGS after source filesMarc André Tanner1-2/+2
2015-01-14Remove nano like frontend for nowMarc André Tanner3-79/+4
2015-01-14Simplify MakefileMarc André Tanner1-25/+9
2015-01-14Accept unique prefixes as :commandsMarc André Tanner1-17/+17
2015-01-14Fix segfault when using arrow keys in promptMarc André Tanner1-5/+6
2015-01-14Add hardening flags for gcc and clangjvoisin1-0/+9
2015-01-13Make J also join lines spanning multiple screen linesMarc André Tanner1-1/+1
2015-01-13Change default line up/down movements to match vimMarc André Tanner1-8/+12
2015-01-13Cleanup nn| implementationMarc André Tanner1-8/+2
2015-01-13Add new logical linewise movementsMarc André Tanner5-0/+42
2015-01-13Rename window_line_* functionsMarc André Tanner3-22/+22
2015-01-12Change ledger syntax regex to work with BSD regexPhilip Linde1-5/+5
2015-01-11Print prettier status bar when given no file nameMarc André Tanner1-1/+2
2015-01-11More useful error message when opening non regular filesMarc André Tanner1-1/+1
2015-01-11Merge branch 'ledger-syntax' of https://github.com/clehner/visMarc André Tanner1-1/+42
2015-01-10Add syntax rules for Ledger journalsCharles Lehner1-0/+41
2015-01-09Add rudimentary markdown syntax supportjvoisin1-0/+31
2015-01-06Update README to reflect current stateMarc André Tanner1-16/+31
2015-01-06Rudimentary change list (accessible via g; and g,)Marc André Tanner7-3/+70
2015-01-06Change :open to create a new window if no argument is givenMarc André Tanner2-7/+3
2015-01-06Add default settings for editor startupMarc André Tanner2-0/+6
2015-01-06Support per file type settingsMarc André Tanner3-10/+55
2015-01-06Fix some compiler warningsMarc André Tanner3-5/+6
2015-01-05define underscores to be part of a wordMatthias Braun1-1/+1
2015-01-04no need to allocate len+1 if we're not appending '\0'Matthias Braun1-2/+2
2015-01-04implement rudimentary autoindentMatthias Braun3-4/+34
2015-01-04Support relative line jumps :+nn / :-nnMarc André Tanner1-0/+10
2015-01-04Simplify jump to line :nnnMarc André Tanner2-15/+11
2015-01-04Change window_cursor_getxy APIMarc André Tanner3-10/+14
2015-01-04Fix openline command on the first lineMichal Bohuslávek1-3/+8
2015-01-04Added a .gitignoreSebastian Götte1-0/+6
2015-01-04Update :set option section in READMESebastian Götte1-2/+2