[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] branch elpa/evil-surround created (now bd98f7f549)
From: |
ELPA Syncer |
Subject: |
[nongnu] branch elpa/evil-surround created (now bd98f7f549) |
Date: |
Mon, 9 Oct 2023 13:00:43 -0400 (EDT) |
elpasync pushed a change to branch elpa/evil-surround.
at bd98f7f549 Return an empty range from evil-surround-edit
This branch includes the following new commits:
new 271e22db17 Initial commit
new a936638bec Began port. Surround region working. Change
surround/delete surround not.
new 277534ce75 Replaced with Vegard's port of vimpulse-surround
new 0209cf9170 adds angle bracket surround
new 7cad34b28a 'S' causes normal region to end up on it's own line, as
in surround.vim
new 852a7bae12 when deleting surround with left-bracket (,{.[... etc...
trim the space inside the region
new b2d9aebfe9 fixes whitespace + 1 munching issue when deleting
surrounding brackets + space
new 205c650d7f Refactor surround-pair for readability, flexibility.
Subtle behavior change
new 67a82903ec Use text object keymaps
new e4e592ecee Merge pull request #2 from epsilon47/master
new c43dfec32c Update `interactive' forms
new d911f1eb70 Merge pull request #3 from epsilon47/master
new fc676618e1 Make surround-pairs-alist buffer local.
new ac3f8ca8b0 Add readme.
new e25f5f9c00 Add note about sentence behavior with link to issue.
new 2f49c479bf Merge pull request #6 from cofi/buffer-local
new b40d2b6542 Merge pull request #7 from cofi/docs
new 9f2917cfe2 Mention the buffer local surround pairs in the readme.
new ee19b598ca Merge pull request #8 from cofi/master
new a213d30c86 Fix markup glitch in readme.
new 627d1e69ea Merge pull request #9 from cofi/master
new 97d1f82e95 Don't trim outer whitespace
new c42ddb5d1d add autoloads
new 0a6741684b Merge pull request #13 from milkypostman/master
new 50c10ab484 add autoloads to interactive functions for use in emacs
proper
new 31cc1da60c Merge pull request #14 from milkypostman/master
new 1d6b1bac4e Add wrap in function call
new 92eee31db7 Fix link to Evil
new 88f371a77f Use `surround-line' instead of `evil-line' for linewise
operations
new c96499e91e Extract surround-operator-alist to a customizeable
variable
new 2de26062dd Fix doc for surround delete operator
new fd421b573f Fix doc for surround delete operator
new 0c503fc994 Merge branch 'master' of
https://github.com/lyro/evil-surround
new d94fcbbeaf Merge https://github.com/ersiner/evil-surround
new 47721ca824 Improve surround-outer-overlay and
surround-inner-overlay (issue/30)
new f33d940264 Rename surround.el to evil-surround.el
new 7f8f950985 Rename surround* to evil-surround*
new 8b59d17d5c Merge pull request #32 from Silex/master
new 7a2e79d7a8 Fix forgotten leftovers when renaming
new a2aae89579 Merge pull request #34 from Silex/master
new 6002c9d697 Update README to reflect renaming
new 71f380b6b6 Merge pull request #35 from Silex/master
new fac48838ea fixed inconsistency with vim-surround. fixes #47 and #26.
new 28466957f9 Update README.md
new 77e7cd8de0 bring back the evil-Surround-region; make it work with
yS, also
new 5e6bcb38e9 support for yS, vgS
new ce36c8307c correct README.md
new 6f290e0270 Implement block-wise surround
new a3034c284d Fix surrounding with invalid chars, like ESC (Fix #51)
new 27eb4112db Merge pull request #53 from hlissner/block-surround
new 72d35afc40 Fix surrounding with invalid chars, like ESC (Fix #51)
new 9508236d8e Merge branch 'fix-esc-surround' of
github.com:hlissner/evil-surround into fix-esc-surround
new 33bb00787a Merge pull request #54 from hlissner/fix-esc-surround
new 9a682289de Update README.md
new 18a33859d7 Merge pull request #57 from Drolyt/patch-1
new 4c5e3bf0bc Fix indentation of surrounded lines
new c99ca440df I changed all references of "surround-pairs-alist" to
"evil-surround-pairs-alist", because the variable is actually
evil-surround-pairs-alist.
new f44d524315 Merge pull request #63 from jbranso/master
new 641498131a Refactor evil-surround-block
new 06071c3425 let* => let
new e50649f7cd Improve evil-surround-block doc comment
new 714c5cec97 Merge pull request #64 from hlissner/master
new 78eddc8077 Merge pull request #50 from yangguang760/master
new ace9ca3292 Merge pull request #61 from
jasminpatry/fix/evil-surround-region-indent
new 9f1ab3c302 typo
new bfa438cf62 add license
new d5e1c9ec49 Fix repetitive prompts with function pairs in block
surrounds
new 8b2ca83b7c Fix #52, #39, and #5 (linewise surrounding)
new a70e34164e Don't indent first line on inline linewise surround
new 0eeef7a3a9 Merge pull request #68 from hlissner/master
new 430c81f2a1 Fix #71
new 491e17093b Generalize operator surround detection
new 8c03039e0e Merge pull request #73 from
hlissner/linewise-surround-fix
new 277759d894 Fix repeat action (.) for ys and yS operators.
new a4a04c6f01 Merge pull request #74 from lislon/surround-repeat
new 966dc25c96 Add missing evil package dependency
new 37a5f9e8d7 Merge pull request #77 from cute-jumper/master
new 8d4e72d62a README: surround-operator-alist ->
evil-surround-operator-alist
new eda6b0d6ca Merge pull request #78 from vyp/#55
new 190b2130bd Escape a backtick
new 0a61b55d1b Move the Keywords after the Mailing list header
new 66b8f89d4f Use evil helpers for correct key translation
new 00f70acfff Merge pull request #81 from
wbolster/read-keys-with-translation
new 3e4baf7e20 Merge pull request #80 from mineo/doc-fixes
new 9a7ab545dd Add explicit autoload definitions to avoid implicit evil
dependency
new 3812140e11 Merge pull request #83 from
wbolster/use-explicit-autoload-definitions
new b41116a613 Point to new repository for Evil
new 1f59618339 Merge pull request #88 from
LemmingAvalanche/update-links-to-evil
new 16c534b173 Unset execute permission for files
new 5c07befaf7 Merge pull request #89 from
LemmingAvalanche/execute-permissions
new 9724dcce1b fix #84: revert 66b8f89 which reintroduced #24 as a
regression
new 62742576f0 Merge pull request #93 from ninrod/master
new 27dc66d5d8 closes #91: evil-surround-pairs-alist typo
new fe6351b8fe Fix defcustom type specification for pairs-alist variable
new 7a0358ce3e update readme
new 15b0b14091 Add tests
new f448455313 add credits to Tim Harper
new 854e05fffe attempt to display travis badge
new 1d4e72a178 closes #98: orgify readme
new 9b3986432e fix travis badge
new 5a45da3d71 add melpa badge
new 4962fb5bdd fix evil surround's case
new a4fc4483df add credits to Tim C. Harper
new 43a2664615 update melpa badge link. thanks @agsdot
new 2343fe5497 Use `evil-test-helpers` for testing
new 4e739e8ec8 Merge pull request #118 from
edkolev/use-evil-test-helpers
new 6ed0750414 Add examples from readme as automated tests
new 5ea0a9ae5a Remove debug messages
new 7839abe0e0 Merge pull request #120 from
edkolev/use-examples-as-tests
new 853b9fdf11 Add tests for repeat, visual mode, visual line mode
new 822a0f61c3 Make `ysw` work like `cw`, not `ce`
new 92299c2e5c upgrade badges. add GPLv3 badge.
new a0ac30158d add @edkolev's custom logo
new 5a8b3eac2c update logo
new 6d37e5c910 add melpa stable badge
new 55c820083a Use ‘evil-surround’ as :group for customizable variables
new f6162a7b5a closes #112
new 9967e5f4e4 fix typo
new cb4f0be9b4 add backquote delimiter test
new 57daf201cd add yS test
new 6270ab1830 Fix repeat when pair is determined by function
new 757ddb93c7 add tests for @jusbur's pull #130 which fixes #125
new 62255a9901 Fix regression for Emacs 26 caused by #125 fix
new 61e4a4aa5c try out new logo scale
new 6e1da767ec try same layout layout as evil
new 5a20c9757e surround-function improvement for lisp modes (#134)
new 2af81ab3ac fix readme on how to add a new surround pair
new 31b895f1e1 fix #143: add readme entry on how to add new pairs
through evil
new a92151def9 Revert "surround-function improvement for lisp modes
(#134)"
new 440d391c89 Fix visible narrowing when surrounding within a field
(#135)
new 6028c76399 readme: add missing link to
`define-and-bind-text-object` macro
new 63ce018488 add license file
new 0f629b8f9c tweak implementation file header
new 897203ca5f update readme: copyright years
new 1a4bc20f15 add csw, csW, css and csp shortcuts
new 9e445b7ab1 main el file: fix version to 1.0.3
new 83c2e0f369 add a "make emacs" makefile option to fire up a clean
emacs...
new 68f7033322 optionally keep xml attributes
new 5ad01dfa86 optionally keep xml attrs: add more tests
new d210e1fc2c main el file: add dots and caps to
evil-surround-tag-name-re
new a3803cfb51 Add a test for surrounding with a tag in a macro
new 01eb3c0e4f Remove apparently-unnecessary run-at-time
new b670e5f338 Checking minibuffer window doesn't seem to make a
difference either
new ee61a65200 Fix repeating tag changes
new 9b0b17f06c merge @jamesnvc PRs #160 and #162
new 4d6cc94df0 Add surround text objects from local keymap (#165)
new 8069f9c2f3 trying to update travis configuration
new 7236499c43 fix typos in the readme
new 1c34944d8c remove emacs 24 and 25 from the build pipeline
new 346d4d85fc Fix dot repeat with counted motions
new 4706987bc0 fix make emacs
new bd3909bc3e update make emacs
new 3bd73794ee Fix yss behavior with visual-line-mode
new 282a975bda Typo fix
new 191ad92fb8 Add support for surrounding with function calls in
prefix form
new 07915c08d8 Fix license statement
new a14856cd81 Bump version to 1.0.4
new 8449d19d05 Fix visual screen-line surrounding bug.
new 648da3c544 Merge pull request #190 from MintSoup/master
new 2bc8aa6425 Merge pull request #186 from leungbk/prefix-calls
new 4fbe6bf9ca Limit global activation to text-, prog- and comint-mode
new 123b30135b Merge pull request #191 from dalanicolai/master
new c9e1449bf3 Revert "Merge pull request #191 from dalanicolai/master"
new 78b2958546 Update maintainer for NonGNU ELPA
new f273821f57 Merge pull request #188 from skangas/nongnu-elpa-fixes
new 2d878b6cce Enable lexical binding
new e46c455c7d Silence byte-compiler warnings
new 4a21d756b7 Revert "Enable lexical binding"
new 7780daa573 Support multiple-character delimiter deletion
new a5658ee1d4 Restore old deletion strategy as backup
new ea14078cb2 Make car + cdr safe for delete overlays
new 8fad8540c4 Revert "Revert "Enable lexical binding""
new b11048d92a Trim whitespace from delimeters before using for
deletion/change
new 0d860be741 Fix get-delims to allow functions as values
new bd98f7f549 Return an empty range from evil-surround-edit
- [nongnu] branch elpa/evil-surround created (now bd98f7f549),
ELPA Syncer <=
- [nongnu] elpa/evil-surround b2d9aebfe9 007/175: fixes whitespace + 1 munching issue when deleting surrounding brackets + space, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround fc676618e1 013/175: Make surround-pairs-alist buffer local., ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround a936638bec 002/175: Began port. Surround region working. Change surround/delete surround not., ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 205c650d7f 008/175: Refactor surround-pair for readability, flexibility. Subtle behavior change, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 67a82903ec 009/175: Use text object keymaps, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround e25f5f9c00 015/175: Add note about sentence behavior with link to issue., ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround ac3f8ca8b0 014/175: Add readme., ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 0a6741684b 024/175: Merge pull request #13 from milkypostman/master, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround 92eee31db7 028/175: Fix link to Evil, ELPA Syncer, 2023/10/09
- [nongnu] elpa/evil-surround f33d940264 036/175: Rename surround.el to evil-surround.el, ELPA Syncer, 2023/10/09