aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-05lua: drop redrawtime optionRandy Palamar2-18/+1
2023-12-05lua: filetype: use alt_name field to alias to other lexersRandy Palamar1-4/+5
2023-12-02Add ansi escaping values and theming keyword for dimmed textHaz3-0/+7
2023-12-02Recognize also Python type stub files.Matěj Cepl1-1/+1
2023-11-23luadoc: fix broken link and add links between vis/win.optionsRandy Palamar1-1/+3
2023-11-18destroy the correct subprocessFlorian Fischer1-6/+8
2023-11-03lua: refactor complete-filename pluginRandy Palamar1-33/+28
2023-10-23sam: reject invalid ranges for cmd_extract ("x"/"y")Randy Palamar1-1/+1
2023-10-17apply configured foreground to matching pairRandy Palamar1-0/+1
2023-10-17apply configured foreground to selectionsRandy Palamar1-0/+1
2023-10-15view: skip empty cells before applying a styleFlorian Fischer1-0/+4
2023-10-10vis_pipe: correctly return non-zero exit statusRandy Palamar1-1/+4
2023-10-10ci: test: update submoduleRandy Palamar1-22/+13
2023-10-10revert c22b2c2 & 364d212Randy Palamar2-3/+1
2023-10-05lua: filetype: fix fstab detectionRandy Palamar1-1/+1
2023-10-05fix literal makefile name detectionFlorian Fischer1-1/+1
2023-10-05vis-lua: fail when mapping a key to an invalid handler typeKarthin Srinavakili1-0/+2
2023-09-27vis-complete: also split on `\`Randy Palamar1-1/+1
2023-09-27filetype.lua: add common *roff extensionsTom Schwindl1-1/+2
2023-09-25vis-menu.c: add space for terminating NUL byteTom Schwindl1-1/+1
2023-09-22vis-subprocess.c: remove unnecessary NULL checkTom Schwindl1-3/+1
2023-09-22vis-complete: use hand picked set of characters for word splittingRandy Palamar1-1/+1
2023-09-22vis-single: respect TMPDIREvan Gates1-3/+13
2023-09-20filetype: add psm1 and search for xml using mime typeMichiel van den Heuvel1-1/+2
2023-09-17vis-subprocess.c: fix signature of new_process_in_pool()Tom Schwindl1-1/+1
2023-08-27Make expandtab option window-localAlexey Yerin6-16/+16
2023-08-27Make tabwidth option window-localAlexey Yerin8-22/+19
2023-08-27lua: make sure lpeg is in fact optionalRandy Palamar2-0/+2
2023-08-27vis-lua.c: silence warning about implicit conversionRandy Palamar1-1/+5
2023-08-26support old option names but mark as deprecatedRandy Palamar3-10/+24
2023-08-25configure: also check for lua-5.4Donald C. Allen1-1/+1
2023-08-24lua api: fix a couple typos in process_response() documentationRandy Palamar1-2/+2
2023-08-24Implementation of the non-blocking process running Lua APIxomachine7-1/+350
2023-08-24sam.c: rename a number of options to match lua apiRandy Palamar2-9/+9
2023-08-24Lua API: access and set all available optionsRandy Palamar7-27/+433
2023-08-17build: don't use the '|' GNU extensionRandy Palamar1-3/+4
2023-08-17build: don't pollute base dir with .o and .d filesRandy Palamar2-9/+11
2023-08-16build: stop setting _POSIX_C_SOURCERandy Palamar2-2/+2
2023-08-16build: support incremental rebuildsRandy Palamar6-8/+22
2023-08-14vis-complete: handle non-ascii textSilvan Jegen1-1/+1
2023-08-14vis-menu: try to preserve valid Unicode pointsSilvan Jegen1-3/+37
2023-08-12ci: freebsd: use lua 5.3 like the othersRandy Palamar1-2/+2
2023-08-10vis-lua.c: stop obj_ref_get() from leaving the lua stack modifiedRandy Palamar1-17/+8
2023-08-01Prevent flickering in cursesIan Hixson5-1/+26
2023-08-01vis-open: allow to show files verticallyVadym Kochan1-1/+5
2023-07-28view.c: add word wrappingAndrey Proskurin5-30/+114
2023-07-28view: refactor view_addchAndrey Proskurin1-78/+78
2023-07-28Introduce new `mail` file type.Matěj Cepl1-0/+3
2023-07-18vis:pipe(): don't segfault if vis->win isn't presentRandy Palamar1-1/+5
2023-07-18Add fullscreen param to vis_pipe_collect() and Lua API vis:pipe()Jörg Bakker10-18/+34