Skip to content

Commit 931e739

Browse files
author
ktnb
committed
ait: update to 1.10
Upstream changes from 1.9 -> 1.10: New: - better syntax highlighting (WIP) - #97, M-. dynamic-expand Enhancements: - #92, made the buffer switching more sane - #98, copy default value in msgline (M-y in msgline) - slightly more efficient rendering - #94 (kinda), you can search for `\t` now Bugs: - #98, fixed bug with eol and bol - #99, multiline comments not encapsulating entire region - comment multi-line point annoyance - #101, fixed concatenating delete-words on NetBSD - many minor bugs Upstream changes from 1.8 -> 1.9: New Features: - #83, undoing/yanking from consecutive fwd-word-delete and back-word-delete. See man page for explanation. - #88, use previous value as default for gotoline, gotocolumn, zap-/jump-to-char, and delete-between - #91, added kill-ring - New switch buffer command option - this allows you to specific a custom command to run when switching buffers. For example, if you want to be able to perform fuzzy searching to select your buffer you can put fzf(1) or pick(1) as the command. More information in the page in the commands section on switch buffer command flag. - "C-x p" for previous-buffer, similar to next-buffer. - this removes the legacy "C-x l" command for last-buffer - Comment out multilines with a single line string Enhancements: - #89, fixed "bug" with keyboard macros. - you can know use gotoline/column, zap-/jump-to-char, delete-between, jumptorow, jumptoword, isearch with kbd macros - #8, tab completion on shell-/open-command - improved tab completion across the board: - buffer tabbing now loops back to the start - file tabbing now puts in the / for the directory - use enter or type another char to enable tab completion inside the directory - update line number when isearching - update other windows' modelines if buffer name was updated Bugs: - #87, crash when terminal is resized and ait is suspended - #65, fixed first line disappears again... - #90, fixed universal argument not clearing - more undo fixes - reframe when using query-relace ! takes you off page - fixed bugs with open-command messing up with colons - fixed bug with isearch that caused duplciate query chars to not get highlighted - fixed long time bug where if the newlines between matching brackets is greater than the difference between the previous point's row and the total window row
1 parent fc9207a commit 931e739

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

editors/ait/Makefile

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# $NetBSD: Makefile,v 1.1 2024/05/08 13:48:52 ktnb Exp $
1+
# $NetBSD: Makefile,v 1.2 2024/12/06 16:31:13 ktnb Exp $
22

3-
DISTNAME= ait-1.8-rc4
4-
PKGNAME= ${DISTNAME:S/-rc/rc/}
3+
DISTNAME= 1.10
4+
PKGNAME= ait-${DISTNAME}
55
CATEGORIES= editors
66
MASTER_SITES= https://notabug.org/nuclearkev/ait/archive/
7+
DIST_SUBDIR= ait
78

89
MAINTAINER= [email protected]
910
HOMEPAGE= https://notabug.org/nuclearkev/ait/

editors/ait/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.1 2024/05/08 13:48:52 ktnb Exp $
1+
$NetBSD: distinfo,v 1.2 2024/12/06 16:31:13 ktnb Exp $
22

3-
BLAKE2s (ait-1.8-rc4.tar.gz) = 820f8e1b95049886609e43f0483a792ac98ccd541e8739529105597dd648c124
4-
SHA512 (ait-1.8-rc4.tar.gz) = 97f76e1d27cdb3f846bb82d10ee2a3d3ae8bd64e44812044fad8b7f7bdcee8df85fdf57a29ebb04ba59cbbb85d4f69f54c653664e8424a8267e9f74620c64b1c
5-
Size (ait-1.8-rc4.tar.gz) = 91294 bytes
3+
BLAKE2s (ait/1.10.tar.gz) = 1f6aed38961a6346f44a938837cbfc660125520d3eec57f7dff8c06dba364181
4+
SHA512 (ait/1.10.tar.gz) = 452278e03dc8960971592c3cec278a3072699c5dbcd968d3fe1a73e47cd5a8d33b533cde4c433e0c46386b84a0e4cf5bab1fc428755732a1b678d9c54997c1a3
5+
Size (ait/1.10.tar.gz) = 104858 bytes

0 commit comments

Comments
 (0)