Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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