summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-02Add ansi escaping values and theming keyword for dimmed textHaz
2023-12-02Recognize also Python type stub files.Matěj Cepl
2023-11-23luadoc: fix broken link and add links between vis/win.optionsRandy Palamar
2023-11-18destroy the correct subprocessFlorian Fischer
2023-11-03lua: refactor complete-filename pluginRandy Palamar
2023-10-23sam: reject invalid ranges for cmd_extract ("x"/"y")Randy Palamar
2023-10-17apply configured foreground to matching pairRandy Palamar
2023-10-17apply configured foreground to selectionsRandy Palamar
2023-10-15view: skip empty cells before applying a styleFlorian Fischer
2023-10-10vis_pipe: correctly return non-zero exit statusRandy Palamar
2023-10-10ci: test: update submoduleRandy Palamar
2023-10-10revert c22b2c2 & 364d212Randy Palamar
2023-10-05lua: filetype: fix fstab detectionRandy Palamar
2023-10-05fix literal makefile name detectionFlorian Fischer
2023-10-05vis-lua: fail when mapping a key to an invalid handler typeKarthin Srinavakili
2023-09-27vis-complete: also split on `\`Randy Palamar
2023-09-27filetype.lua: add common *roff extensionsTom Schwindl
2023-09-25vis-menu.c: add space for terminating NUL byteTom Schwindl
2023-09-22vis-subprocess.c: remove unnecessary NULL checkTom Schwindl
2023-09-22vis-complete: use hand picked set of characters for word splittingRandy Palamar
2023-09-22vis-single: respect TMPDIREvan Gates
2023-09-20filetype: add psm1 and search for xml using mime typeMichiel van den Heuvel
2023-09-17vis-subprocess.c: fix signature of new_process_in_pool()Tom Schwindl
2023-08-27Make expandtab option window-localAlexey Yerin
2023-08-27Make tabwidth option window-localAlexey Yerin
2023-08-27lua: make sure lpeg is in fact optionalRandy Palamar
2023-08-27vis-lua.c: silence warning about implicit conversionRandy Palamar
2023-08-26support old option names but mark as deprecatedRandy Palamar
2023-08-25configure: also check for lua-5.4Donald C. Allen
2023-08-24lua api: fix a couple typos in process_response() documentationRandy Palamar
2023-08-24Implementation of the non-blocking process running Lua APIxomachine
2023-08-24sam.c: rename a number of options to match lua apiRandy Palamar
2023-08-24Lua API: access and set all available optionsRandy Palamar
2023-08-17build: don't use the '|' GNU extensionRandy Palamar
2023-08-17build: don't pollute base dir with .o and .d filesRandy Palamar
2023-08-16build: stop setting _POSIX_C_SOURCERandy Palamar
2023-08-16build: support incremental rebuildsRandy Palamar
2023-08-14vis-complete: handle non-ascii textSilvan Jegen
2023-08-14vis-menu: try to preserve valid Unicode pointsSilvan Jegen
2023-08-12ci: freebsd: use lua 5.3 like the othersRandy Palamar
2023-08-10vis-lua.c: stop obj_ref_get() from leaving the lua stack modifiedRandy Palamar
2023-08-01Prevent flickering in cursesIan Hixson
2023-08-01vis-open: allow to show files verticallyVadym Kochan
2023-07-28view.c: add word wrappingAndrey Proskurin
2023-07-28view: refactor view_addchAndrey Proskurin
2023-07-28Introduce new `mail` file type.Matěj Cepl
2023-07-18vis:pipe(): don't segfault if vis->win isn't presentRandy Palamar
2023-07-18Add fullscreen param to vis_pipe_collect() and Lua API vis:pipe()Jörg Bakker
2023-07-18fix warning about field width not being an intRandy Palamar
2023-07-17Print keybindings containing space correctlyMax Schillinger