25f4c1a565
Build the devel branch.
2025-12-02 22:49:56 +01:00
2134840479
Back to the main branch.
2025-11-18 22:17:24 +01:00
e1da1e01df
Switch back to RemoteAsset.
2025-11-18 19:11:05 +01:00
3afc424185
Another attempt to fix vis:communicate() (failed)
2025-11-13 23:39:44 +01:00
ec0e4939c6
Switch to depending on the luajit-* packages.
2025-11-13 23:34:28 +01:00
8a42074193
Another attempt to make vis:communicate(name, command) work.
2025-11-13 23:34:28 +01:00
31e7b31977
Fix FTBFS in vis-lua.c.
2025-11-13 23:34:28 +01:00
3fc000c3d0
Add "fix(lua): Prevent crash in subprocess handling with LuaJIT" patch
2025-11-13 23:34:28 +01:00
18607bc3c5
Add patches porting vis to use LuaJIT instead of Lua54.
...
Change SPEC file accordingly.
2025-11-13 23:34:28 +01:00
aad186fb6d
Yet more recent refreshed patch for gh#martanne/vis!1264
2025-11-13 23:34:27 +01:00
b6702ed777
Use refreshed patch for gh#martanne/vis!1264
2025-11-13 23:34:27 +01:00
fa94a411e7
Rebase on the current origin/master.
2025-11-13 23:34:27 +01:00
23e9f8fc34
Use combined patch instead
...
(https://lists.sr.ht/~martanne/devel/patches/62149 ).
2025-11-13 23:34:27 +01:00
6c3c93e6d0
Add https://git.sr.ht/~mcepl/vis/commit/8270b2063d5d fixing nasty
...
error in the previous commit.
2025-11-13 23:34:27 +01:00
1ebb326499
Add https://git.sr.ht/~mcepl/vis/log/1230-WIN_OPEN-nil (for
...
gh#martanne/vis#1230)
2025-11-13 23:34:27 +01:00
1ad911509d
Add the patch from gh#martanne/vis!1260
2025-11-13 23:34:26 +01:00
a323853332
Run all tests
2025-11-13 23:34:26 +01:00
fbd1809918
Add commit 4ca945e19b2b146077b604580e4c7a01ac751776
...
Add InsertEnter/InsertLeave core events
2025-11-13 23:34:26 +01:00
f5f3810788
Update from 16e31ceb to 630693bf:
...
- doc: source_suffix should be a map, not a list
2025-11-13 23:34:26 +01:00
b0f8de0be0
Update from bef22619 to 16e31ceb:
...
- lua/lexers: update to scintillua 6.5
- doc: fix Markdown in CHANGELOG.md
- doc: fix Doxygen comments for vis-subprocess.c
- doc: fix Doxygen comments for view.h
- doc: fix Doxygen comments for text.h
- doc: fix Doxygen comments for vis.h
- doc: fix Doxygen comments for map.h
- doc: change default_role to 'c:any'
- use <vis-prompt-show> instead of ':'
- build: update alpine in docker build to version 3.22
More Doxygen-related devel patches used
2025-11-13 23:34:25 +01:00
8b3319e76d
Add Doxygen clean up commits.
...
Add no-EOL-to-wl-clipboard.patch to eliminate unnecessary
2025-11-13 23:34:25 +01:00
0a233be6b9
Rebase devel on the top of synchronization with scintillua_6.5
...
release.
2025-11-13 23:34:25 +01:00
c0c68094ef
Use new version gh#martanne/vis!1243 patch.
2025-11-13 23:34:25 +01:00
5258b97b23
Update from ba20a03e to bef22619:
...
- ci: drop ubuntu-20.04, deprecated
- vis.1: fix typo
2025-11-13 23:34:25 +01:00
bc7bf1bc48
Add 'build: allow vendored termkey' from gh#martanne/vis!1241
2025-11-13 23:34:25 +01:00
48fbf61214
update scintillua patches
...
add patch 1240-support-SIGWINCH-resizing (gh#martanne/vis!1240)
for testing
2025-11-13 23:34:24 +01:00
4f33a40dbd
Update rest.lua lexer again for the upstream PR.
2025-11-13 23:34:24 +01:00
279dd4dd23
Switch to repository-as-submodule.
2025-11-13 23:34:24 +01:00
8fda44fa4b
Rewritten devel branch, and all scintillua work moved there
2025-11-13 23:34:24 +01:00
5407b0f1fb
Update to version 0.9+git.1743626734.60a19aac:
...
* doc: improve creation of directories and debugging
2025-11-13 23:34:24 +01:00
81aca8aab1
Update to version 0.9+git.1743622499.960fd78:
...
* doc: improve creation of directories and debugging
* feat: better .container support
* WIP: edit Doxyfile with doxywizard
* fix: clean -Wparentheses warning in main.c
* on <C-n>, flip new selection if the old selection was flipped raised in issue 1022: https://github.com/martanne/vis/issues/1022
* replace instances of Filerange sel with Filerange range roughly: x/^static.*\)\s+\{$/ { .,/^\}$/ g/Filerange sel/ { x/\b(new)?sel\b/ x/sel/c/range/ } }
* add git-commit message lexer & its file extension in detect
* feat(vis-clipboard): make wayclip primary on Wayland, and --paste strips EOL
* selections: sleeping cursors
* Add command completion with tab key
2025-11-13 23:34:23 +01:00
8f964d7158
Update from 286fd30f to ba20a03e:
...
- filetype: use .container extension for podman containers
- vis-clipboard: add wsl support with wslclip
2025-11-13 23:34:23 +01:00
2e31e23619
add .container as extension for systemd.unit file format
2025-11-13 23:34:23 +01:00
24800a30c7
Revert a770a6b
2025-03-26 12:14:52 +01:00
a770a6b02c
Remove #!RemoteAsset: and all that junk: git >= 2.49.0 can do SHA1 submodules in SHA256 repos! Yuhooo!
2025-03-26 11:22:17 +01:00
d5515f5a42
Update from 862c33fe to 286fd30f:
...
- doc: upgrade Doxyfile via doxygen -u (1.13.2)
- Dockerfile: Upgrade lua5.3 to 5.4
2025-03-23 17:28:09 +01:00
70a2b9e26d
Update from b68b822b to 862c33fe:
...
- buffer: remove more unused exposed functions
- buffer: remove buffer_printf
2025-03-08 11:30:17 +01:00
cf983c557b
Update from 54a2036c to b68b822b:
...
- ci: also don't fail when the coverage file doesn't download correctly
2025-02-25 16:34:11 +01:00
adec6f2d21
Reapply gh#martanne/vis!1173
2025-02-22 21:48:36 +01:00
e9e5ba9ed9
fix previous “style_set” commit.
2025-02-22 21:03:13 +01:00
51735c7849
Update from 0208d7a9 to 54a2036c:
...
- ci: don't let test coverage upload fail a workflow
- style_set: add option to keep non-default style values
2025-02-22 20:37:18 +01:00
b285c7987c
Update from 4970df09 to 0208d7a9:
...
- update to scintillua-6.4 + 1 (org-mode lexer)
- complete-filename: speed-up the tilda handling
- introduce new `asciidoc` file type
2025-02-22 17:38:32 +01:00
69daa712ce
New version of gh#martanne/vis!1173 PR.
2025-02-21 00:12:59 +01:00
44bf589458
Add gh#martanne/vis!1173
2025-02-19 23:53:25 +01:00
11aa8b2d55
Synchronize scintillua lexers up to gh#orbitalquark/scintillua@e3f26372c91a.
2025-02-10 01:04:46 +01:00
76b93b0151
Add jeremybobbin scintillua patch git-commit lexer
...
gh#orbitalquark/scintillua!142
2025-02-07 23:09:04 +01:00
924b0a1d3e
Mon Jan 20 06:52:42 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
...
- Update from e9e0927c to 4970df09:
- complete-filename: complete tilda as $HOME as well
- testing profiled version
2025-01-20 07:52:55 +01:00
f1f988b96a
Improved version of the “complete-filename: complete tilda as
...
$HOME as well” patch.
2025-01-19 17:42:03 +01:00
ce00b26a94
Sun Jan 12 23:17:08 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
...
- Update from 1b483c2c to e9e0927c:
- test: add a couple missed files to .gitignore
- sam: fix small oversight in cmd_filter
- buffer: drop buffer_move function
2025-01-13 00:17:14 +01:00
d59d7c543d
Sun Jan 12 13:40:49 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
...
- Update from 72c26fc0 to 1b483c2c:
- array: delete oneliners
- buffer: clear out one line functions
- buffer: delete pointless buffer_init function
2025-01-12 14:41:48 +01:00