summaryrefslogtreecommitdiffstats
path: root/vis.changes
Commit message (Collapse)AuthorAgeFilesLines
* Update from 5cd6d033 to 34e69620:Matěj Cepl2024-02-051-0/+7
| | | | | - use correct apostrophe in error message - allow disabling of statusbar
* Add testing support of the patch to avoid non-Unicode aware tr(1).Matěj Cepl2024-02-021-0/+5
|
* Update from 8ff0bea5 to 5cd6d033:Matěj Cepl2024-01-261-0/+8
| | | | | | - fix bug report template - add github issue templates - lua: fix deprecated name for change-256colors
* Update from 0f7ddc17 to 8ff0bea5:Matěj Cepl2023-12-181-0/+7
| | | | | - complete-filename: include '{' in leading delimiter pattern - build: update alpine in docker build to version 3.19
* Update from f1abd792 to 0f7ddc17:Matěj Cepl2023-12-091-0/+7
| | | | | - lua: drop redrawtime option - lua: filetype: use alt_name field to alias to other lexers
* Update from 7d0baa4b to f1abd792:Matěj Cepl2023-12-031-0/+7
| | | | | - Add ansi escaping values and theming keyword for dimmed text - Recognize also Python type stub files.
* Update from 1e64b1c1 to 7d0baa4b:Matěj Cepl2023-12-011-0/+7
| | | | | - luadoc: fix broken link and add links between vis/win.options - destroy the correct subprocess
* Add rebased patch from gh#martanne/vis!1154.Matěj Cepl2023-11-131-0/+5
|
* Update from 18c72a15 to 1e64b1c1:Matěj Cepl2023-11-041-0/+6
| | | | - lua: refactor complete-filename plugin
* Update from 045ef7a1 to 18c72a15:Matěj Cepl2023-10-241-0/+6
| | | | - sam: reject invalid ranges for cmd_extract ("x"/"y")
* Fix lock with `:2x/foo/<cr>`.Matěj Cepl2023-10-231-0/+5
|
* Rebase new update of lexersMatěj Cepl2023-10-231-0/+5
|
* Update from be89a645 to 045ef7a1:Matěj Cepl2023-10-211-0/+7
| | | | | - apply configured foreground to matching pair - apply configured foreground to selections
* Update from aa18162e to be89a645:Matěj Cepl2023-10-161-0/+6
| | | | - view: skip empty cells before applying a style
* Update from d7cd42e6 to aa18162e:Matěj Cepl2023-10-131-0/+6
| | | | - vis_pipe: correctly return non-zero exit status
* Update from cbaa0d8c to d7cd42e6:Matěj Cepl2023-10-101-0/+7
| | | | | - ci: test: update submodule - revert c22b2c2 & 364d212
* Update from 3d83d771 to cbaa0d8c:Matěj Cepl2023-10-051-0/+7
| | | | | - lua: filetype: fix fstab detection - fix literal makefile name detection
* Update from 312a16ea to 3d83d771:Matěj Cepl2023-10-051-0/+6
| | | | - vis-lua: fail when mapping a key to an invalid handler type
* Another rebase of updated lexers on the top of the currentMatěj Cepl2023-10-041-0/+6
| | | | master (merge of update-lexers branches from the rnpnr's repo).
* Update from 2dcd9ac8 to 312a16ea:Matěj Cepl2023-09-281-0/+6
| | | | - vis-complete: also split on `\`
* Update from dac6a7e5 to 2dcd9ac8:Matěj Cepl2023-09-271-0/+8
| | | | | | - filetype.lua: add common *roff extensions - vis-menu.c: add space for terminating NUL byte - vis-subprocess.c: remove unnecessary NULL check
* Update from 7367ea8a to dac6a7e5:Matěj Cepl2023-09-221-0/+7
| | | | | - vis-complete: use hand picked set of characters for word splitting - vis-single: respect TMPDIR
* Update from de315f87 to 7367ea8a:Matěj Cepl2023-09-201-0/+7
| | | | | - filetype: add psm1 and search for xml using mime type - vis-subprocess.c: fix signature of new_process_in_pool()
* Update to 0.8+git.1693167778.de315f87:Matěj Cepl2023-08-281-1/+0
| | | | | | | | - Make expandtab option window-local - Make tabwidth option window-local - lua: make sure lpeg is in fact optional - vis-lua.c: silence warning about implicit conversion - support old option names but mark as deprecated
* Update to 0.8+git.1692979777.2c5e6928:Matěj Cepl2023-08-261-0/+11
| | | | | | | | | - configure: also check for lua-5.4 - lua api: fix a couple typos in process_response() documentation - Implementation of the non-blocking process running Lua API - sam.c: rename a number of options to match lua api - Lua API: access and set all available options
* Update to 0.8+git.1692310337.09ba77aa:Matěj Cepl2023-08-201-0/+7
| | | | | - build: don't use the '|' GNU extension - build: don't pollute base dir with .o and .d files
* Update to 0.8+git.1692198809.3134de12:Matěj Cepl2023-08-171-0/+7
| | | | | - build: stop setting _POSIX_C_SOURCE - build: support incremental rebuilds
* Update to 0.8+git.1692023996.711447a:Matěj Cepl2023-08-161-0/+7
| | | | | - vis-complete: handle non-ascii text - vis-menu: try to preserve valid Unicode points
* Update to 0.8+git.1691882787.adc803f:Matěj Cepl2023-08-131-0/+6
| | | | ci: freebsd: use lua 5.3 like the others
* Building with all proposed changes from scintillua_6.2 tag included.Matěj Cepl2023-08-131-0/+6
|
* Don't make docs outside of Tumbleweed.Matěj Cepl2023-08-121-0/+5
|
* - And back ...Matěj Cepl2023-08-121-0/+5
|
* - Temporary switch to masterMatěj Cepl2023-08-121-0/+5
|
* - Update to 0.8+git.1691671026.f4840ed:Matěj Cepl2023-08-111-0/+6
| | | | - vis-lua.c: stop obj_ref_get() from leaving the lua stack modified
* - Squash whole gh#martanne/vis!675 (in the current form) into oneMatěj Cepl2023-08-071-0/+6
| | | | commit.
* - Update to d1f2c27 on master:Matěj Cepl2023-08-041-0/+6
| | | | * Prevent flickering in curses
* - Update to 32e20a2 on master:Matěj Cepl2023-08-021-0/+8
| | | | | | * vis-open: allow to show files vertically * view.c: add word wrapping * view: refactor view_addch
* - Add PRs from https://github.com/martanne/vis-test:Matěj Cepl2023-07-281-0/+13
| | | | | | | | | | | - core/Makefile: Respect $CC and $CFLAGS - vim/test.sh: use ${CPP:-cpp} instead of hardcoding to cpp - Improved Lua API testing system - New vis:communicate function test - Little improvements of the output readability - Added test of stderr output event and writing to the process stdin - Fixes a typo in the word response
* - Merge in test-vis submodule (Matěj Cepl2023-07-241-0/+6
| | | | https://lists.sr.ht/~martanne/devel/%3C676026b7-b33a-7b21-d6f4-3fa9277d12f0%40cepl.eu%3E)
* - Update to 0.8+git.1689736840.47ac03a:Matěj Cepl2023-07-191-0/+10
| | | | | | | | | - 47ac03a vis:pipe(): don't segfault if vis->win isn't present - 80fbb7e Add fullscreen param to vis_pipe_collect() and Lua API vis:pipe() - 599ced0 fix warning about field width not being an int - 6be370d Print keybindings containing space correctly - e728898 partial revert of commit f55312ba
* We apparently don't need luaterm at all. Weird.Matěj Cepl2023-02-211-0/+5
|
* Update to version 0.8+git.1676316750.7e88dffMatěj Cepl2023-02-151-0/+10
|
* Add Suggests: par_text for regormatting.Matěj Cepl2023-02-121-0/+5
|
* Update scintillua (gh#martanne/vis#1068).Matěj Cepl2023-01-101-0/+5
|
* Add support for wayclip gh#martanne/vis#1037Matěj Cepl2022-12-231-0/+6
|
* Revert add lua-version-compatible patch. It doesn't work yet.Matěj Cepl2022-12-091-6/+0
|
* Add PR gh#martanne/vis#903 making it working with other versionsMatěj Cepl2022-12-081-0/+6
| | | | of Lua.
* Add patch to vis-clipboard: make xsel honor --selection (gh#martanne/vis#1050).Matěj Cepl2022-12-071-0/+6
|
* Add patch for checking error in fchdir(), gh#martanne/vis#1058.Matěj Cepl2022-12-061-0/+5
|
* - Large update to new scintillua lexers, and rebase all remainingMatěj Cepl2022-11-301-0/+6
| | | | branches.