diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2024-03-09 16:00:11 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-03-09 16:00:11 +0100 |
commit | 5cd16ea5c7105b7cfa08a3afc0c7784944f6300f (patch) | |
tree | ef4e4a7ee99a1bbd46ba587a0597e2a1f4e2d250 | |
parent | 8f52f90ed50a67e0c38dd34d3d415948d4053913 (diff) | |
download | vis-pkg-5cd16ea5c7105b7cfa08a3afc0c7784944f6300f.tar.gz |
Update from 64c0092d to 004800e3:
- lua: complete-word: use internal regex for splitting words
-rw-r--r-- | vis.changes | 6 | ||||
-rw-r--r-- | vis.spec | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/vis.changes b/vis.changes index f4ab22c..c334ad4 100644 --- a/vis.changes +++ b/vis.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Sat Mar 9 15:00:06 UTC 2024 - Matej Cepl <mcepl@cepl.eu> + +- Update from 64c0092d to 004800e3: + - lua: complete-word: use internal regex for splitting words + +------------------------------------------------------------------- Fri Mar 1 22:02:35 UTC 2024 - Matej Cepl <mcepl@cepl.eu> - Update from d3e4af1f to 64c0092d: @@ -18,7 +18,7 @@ %define test_version 0.5 Name: vis -Version: 0.8+git.1708956446.64c0092d +Version: 0.8+git.1709945460.004800e3 Release: 0 Summary: An editor combining the strengths of both vi(m) and sam License: ISC |