aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-22lua: expose vis:module_exist method, load lexer and lpeg module during startupMarc André Tanner3-25/+31
2017-02-22vis-lua: check for nil return value of text object callbackMarc André Tanner1-1/+1
2017-02-22test: updateMarc André Tanner1-5/+5
2017-02-22vis: simplify `r` implementation and fix cursor positioningMarc André Tanner2-11/+3
2017-02-22vis: add exact count motion flagMarc André Tanner3-3/+14
2017-02-21Tweak READMEMarc André Tanner1-59/+27
2017-02-21sam: make sure all commands can be undoneMarc André Tanner1-0/+2
2017-02-21sam: reformat code to avoid one level of indentationMarc André Tanner1-34/+34
2017-02-20test: updateMarc André Tanner1-8/+5
2017-02-20buffer: fix integer overflow issueMarc André Tanner1-1/+2
2017-02-20buffer: add buffer_growMarc André Tanner3-4/+13
2017-02-20buffer: rename buffer_grow to buffer_reserveMarc André Tanner3-7/+7
2017-02-20text: fix some integer overflow issuesMarc André Tanner1-3/+6
2017-02-20util: add overflow safe unsigned addition functionMarc André Tanner1-0/+14
2017-02-18appveyor: let Cygwin handle the environment variableMarc André Tanner1-1/+1
2017-02-18appveyor: try to fix yaml multiline syntaxMarc André Tanner1-15/+14
2017-02-18test: updateMarc André Tanner1-5/+8
2017-02-18appveyor: fix symlinks for Cygwin buildsMarc André Tanner1-0/+18
2017-02-17test: updateMarc André Tanner1-5/+5
2017-02-17vis: cleanup error paths in key action handling codeMarc André Tanner1-6/+10
2017-02-17build: more complete cleanup in make cleanMarc André Tanner1-1/+1
2017-02-16test: updateMarc André Tanner1-7/+5
2017-02-16build: enable RDP access to AppVeyor build workersMarc André Tanner1-1/+3
2017-02-16travis: fix yaml syntaxMarc André Tanner1-4/+4
2017-02-16test: updateMarc André Tanner1-5/+7
2017-02-16Move more README content to the WikiMarc André Tanner1-218/+13
2017-02-16travis: try to fix code coverage for test/coreMarc André Tanner1-12/+17
2017-02-15test: updateMarc André Tanner1-5/+5
2017-02-15vis: use single function call to print version informationMarc André Tanner1-12/+6
2017-02-15vis: remove motion and text objects related to C functionsMarc André Tanner9-197/+0
2017-02-15text-motions: remove unused text_line_lastcharMarc André Tanner4-21/+2
2017-02-14travis: re-enable code coverageMarc André Tanner1-1/+1
2017-02-14travis: use apsolute paths for ${C,LD}FLAGSMarc André Tanner1-1/+1
2017-02-14travis: tweak build matrixMarc André Tanner1-20/+18
2017-02-14test: updateMarc André Tanner1-5/+5
2017-02-14vis: add compile time features to version outputMarc André Tanner1-1/+12
2017-02-12view: improve handling of long sequences of combining charactersMarc André Tanner1-1/+3
2017-02-11test: updateMarc André Tanner1-9/+5
2017-02-11test: updateMarc André Tanner1-5/+9
2017-02-10vis: make r handle special keys like <Tab>Marc André Tanner1-8/+4
2017-02-10vis: make t, T, f and F work for special keysMarc André Tanner1-9/+5
2017-02-10vis: introduce vis_keys_utf8Marc André Tanner3-1/+14
2017-02-09sam: fix bogus clang compiler warningMarc André Tanner1-1/+2
2017-02-09text: fix use of uninitialized variable in error pathMarc André Tanner1-2/+2
2017-02-09Slightly update developer section of READMEMarc André Tanner1-12/+29
2017-02-09Remove regex section from READMEMarc André Tanner1-22/+0
2017-02-08vis: improve <C-d> and <C-t> implementation in insert modeMarc André Tanner1-2/+2
2017-02-08vis: fix cursor positioning after :helpMarc André Tanner1-0/+1
2017-02-08vis: make `ga` and `g8` more robustMarc André Tanner1-1/+5
2017-02-08vis-menu: check read(2) return valueMarc André Tanner1-1/+2