Skip to content

Commit

Permalink
ait: update to 1.10
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ktnb committed Dec 6, 2024
1 parent fc9207a commit 931e739
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions editors/ait/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# $NetBSD: Makefile,v 1.1 2024/05/08 13:48:52 ktnb Exp $
# $NetBSD: Makefile,v 1.2 2024/12/06 16:31:13 ktnb Exp $

DISTNAME= ait-1.8-rc4
PKGNAME= ${DISTNAME:S/-rc/rc/}
DISTNAME= 1.10
PKGNAME= ait-${DISTNAME}
CATEGORIES= editors
MASTER_SITES= https://notabug.org/nuclearkev/ait/archive/
DIST_SUBDIR= ait

MAINTAINER= ktnb@NetBSD.org
HOMEPAGE= https://notabug.org/nuclearkev/ait/
Expand Down
8 changes: 4 additions & 4 deletions editors/ait/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2024/05/08 13:48:52 ktnb Exp $
$NetBSD: distinfo,v 1.2 2024/12/06 16:31:13 ktnb Exp $

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

0 comments on commit 931e739

Please sign in to comment.