aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-20ignore vis-menuChristian Hesse1-0/+1
2016-05-19vis-menu: remove unused codeMarc André Tanner1-4/+0
2016-05-19build: check for Lua >= 5.2 in configure scriptMarc André Tanner1-1/+5
2016-05-19build: let make debug compile vis-menu with debug flagsMarc André Tanner1-4/+5
2016-05-19vis-menu: fix matching order, exact matches should come firstMarc André Tanner1-1/+1
2016-05-19vis-menu: import token based match function from dmenuMarc André Tanner1-30/+43
2016-05-19vis-menu: interpret non-option argument as an initial prompt valueMarc André Tanner1-1/+5
2016-05-19vis-menu: change version outputMarc André Tanner2-2/+2
2016-05-19vis-menu: remove X clipboard supportMarc André Tanner1-6/+0
2016-05-19Import slmenu 7e74fa5 as vis-menuMarc André Tanner3-37/+605
2016-05-19vis: tweak completion commandsMarc André Tanner1-4/+4
2016-05-19Merge branch 'lexer-add-crystal' of https://github.com/soveran/visMarc André Tanner2-0/+143
2016-05-19lexer: add crystalMichel Martens2-0/+143
2016-05-19vis: fix behavior of complete-word on BSDMichel Martens1-2/+2
2016-05-18vis-lua: fail more silently when visrc.lua can not be loadedMarc André Tanner1-1/+2
2016-05-18vis: add completion for file names in current directory via <C-x><C-f>Silvan Jegen2-0/+23
2016-05-18vis: add #define for VIS_MENUMarc André Tanner4-9/+12
2016-05-18vis: add completion for current file contents via <C-n> in insert modeMarc André Tanner2-0/+57
2016-05-18vis: add an interactive mode to vis_pipe{,_collect}(...)Marc André Tanner5-17/+19
2016-05-18buffer: implement buffer_{v,}printf functionsMarc André Tanner2-0/+26
2016-05-18vis: introduce vis_pipe_collect utility functionMarc André Tanner2-0/+24
2016-05-18buffer: add utility function to NUL terminate bufferMarc André Tanner2-0/+7
2016-05-16test: update test suiteMarc André Tanner1-5/+5
2016-05-16vis: introduce vis-menu helper scriptMarc André Tanner3-12/+37
2016-05-14vis: allow :commands with a hyphen in the nameMarc André Tanner1-1/+1
2016-05-14vis-lua: add win:map function for window local key mappingsMarc André Tanner2-8/+28
2016-05-13vis: clean up key mapping implementationMarc André Tanner6-67/+51
2016-05-13vis-lua: add more restrictive checks for position argumentsMarc André Tanner1-11/+17
2016-05-11build: install support files only when neededMarc André Tanner1-3/+5
2016-05-11lexer: *.cc is a C++ file extensionMarc André Tanner1-2/+2
2016-05-11Merge branch 'fstab' of https://github.com/eworm-de/visMarc André Tanner2-0/+561
2016-05-11lexer: add fstabChristian Hesse2-0/+561
2016-05-11lexer: add delimiter-separated-valuesChristian Hesse2-0/+18
2016-05-10Revert "vis: clean up interaction between vis and ui"Marc André Tanner6-20/+25
2016-05-10vis: improve cursor placement at EOF with enabled auto indentMarc André Tanner1-1/+1
2016-05-08Fix autoindent when using ORichard Burke3-1/+12
2016-05-07theme: add light-16 themeDavid B. Lamkins1-0/+31
2016-05-07lexer: add networkd file LPeg lexerChristian Hesse2-0/+275
2016-05-07lexer: remove commented commandChristian Hesse1-1/+0
2016-05-07lexer: add systemd service typesChristian Hesse1-1/+9
2016-05-07test: adapt test suite to latest changesMarc André Tanner1-5/+5
2016-05-07text: fix bug in line break caching logicMarc André Tanner1-1/+2
2016-05-07Merge branch 'mainc-type' of https://github.com/joshaw/visMarc André Tanner1-1/+1
2016-05-07lexer: add systemd unit file LPeg lexerChristian Hesse2-0/+437
2016-05-07lexer: sort list of file extensionsChristian Hesse1-39/+39
2016-05-06Fix typo `cursor-sceenline-up` -> `cursor-screenline-up`Josh Wainwright1-1/+1
2016-05-06theme: make dark-16 use more bold font for better color contrastChristian Hesse1-14/+14
2016-05-06ignore README.html in subdirsChristian Hesse1-1/+1
2016-05-06lexer: assume .h is ANSI C, not C++Christian Hesse1-2/+2
2016-05-05build: add -D__BSD_VISIBLE=1 to default CFLAGS for FreeBSDMarc André Tanner1-3/+4