Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/lem-project/lem

Common Lisp editor/IDE with high expansibility
https://github.com/lem-project/lem

fix

e09673ce136355b197a86b4e169d1ced08d5a681 authored over 1 year ago
Merge pull request #1078 from fukamachi/fix/universal-argument-reset-on-error

Ensure to reset the universal arguments even when error occurs

ecca56cf54403517e431c63eb62a4e383fdc9a61 authored over 1 year ago
Merge pull request #1077 from fukamachi/vi-kbdmacro

Add keyboard macro to vi-mode

788b5bac6dc4439eb52c41e775edb5c09e3bf317 authored over 1 year ago
Ensure to reset the universal arguments even when error occurs.

99f4526f78ea5312a72b39db564631cbad071e97 authored over 1 year ago
Add undo tests for multiple kbdmacro executions.

3c6360e65045197753dd04229d63ef4f57a6e011 authored over 1 year ago
Add tests for vi-mode's keyboard macro.

0559a8258b6c30b70c04631a6e250dec1c723c82 authored over 1 year ago
Disable undo boundary while running a keyboard macro.

83868199b8a0c5ad88ac08f7938efb129ffa32b4 authored over 1 year ago
Add '@' and 'Q' to execute a keyboard macro.

3d144b886b9e19deb51b2ce65b83d50d4fdc2ed0 authored over 1 year ago
Add 'q' to record a keyboard macro.

cd3fb631c97e2e4cb868231721a0fd3b0b86645a authored over 1 year ago
Merge pull request #1074 from Sasanidas/fix-delete-softlink-bug

Add safeguard for deleting symlinks

d7ece6acc7a5cefc69f34c175d540680010fd01c authored over 1 year ago
Merge pull request #1067 from resttime/main

Add command to toggle line wrap in the buffer

fd8c4e59e676470fde48df7ff5835ef910ede99b authored over 1 year ago
Add safeguard for deleting symlinks

21472d39056693aeb9388e7b3fdb724c93e2b5ea authored over 1 year ago
Merge pull request #1069 from masatoi/master

lem-sdl2: Make configurable modifier keycode by dynamic variable

3e5f27034db8af1fe79fd85e1fa83174fd2155d8 authored over 1 year ago
Make configurable modifier keycode by dynamic variable

c2ba207857438c3ad1d90059dfcbd5a5a0760cae authored over 1 year ago
Add command to toggle line wrap in the buffer

25ecfe3b0113aadb4510f541c6afbdc78db3bd9e authored over 1 year ago
tweak

c70e0266196912944725cf120604a34263fb5b96 authored over 1 year ago
Merge pull request #1064 from fukamachi/fix/vi-change

Fix linewise vi-change to keep an empty line

c3f5fd2927b5625932c3e56557295404cac28706 authored over 1 year ago
Merge pull request #1061 from fukamachi/fix/vi-visual-ex

Fix to work Ex command for visual range.

713aff6d9596301502a6dd5de8c02689cc4cb71d authored over 1 year ago
Fix to work Ex command for visual range.

4a6d304f337260ea2dbb215513c3bbba5fc7358f authored over 1 year ago
Fix linewise vi-change to keep an empty line.

70d7dc4d92cd73882a147d61934752d59de1dda1 authored over 1 year ago
Merge pull request #1062 from fukamachi/fix/vi-register-tests

Fix vi-mode register tests to get along with changes of #1055

f733484b26ea595e636c5ea5ec078114a55d3598 authored over 1 year ago
Fix vi-mode register tests to get along with changes of #1055. (ref #1057)

6b77effc1750654b8056647837794d911506f3e8 authored over 1 year ago
Merge pull request #1055 from fukamachi/tweak-vi-line-yank

Include the last newline when kill/copying linewise.

6a1e39d50cb787e5f49dbc024df9a2e1cc5eb933 authored over 1 year ago
Merge pull request #1060 from fukamachi/fix/vi-filename-modifier

Fix an error when expanding the filename modifier (like %:h) on the directory buffer

d7100689d61bd6b3d6bc3fb0dc533ed280cd7900 authored over 1 year ago
Merge pull request #1057 from fukamachi/vi-register2

Implement Vim's register for vi-mode

40d1f18ca619749972b928128c8e36e3e534e20b authored over 1 year ago
Merge pull request #1059 from fukamachi/vi-lisp-inspector-keymap

Give lisp-inspector-mode's keymap higher precedence over vi-mode.

7b7d1c9a1b9782ec5470c8d3fc6778bae61d1341 authored over 1 year ago
Use `move-to-column` instead of changing `point-charpos`.

dc499a63805cb50677f7f472f40c282961c917bf authored over 1 year ago
Merge pull request #984 from Sasanidas/legit-path-fix

Fix legit select path find

3059b04ef00f8939199d3f655744b94a13a00741 authored over 1 year ago
Merge pull request #1058 from fukamachi/vi-split-window-focus

Fix the focus of window when split a window horizontally with `:vs`

5cd91991bb5b376f8376711a5e007e3b899b0b9d authored over 1 year ago
Fix an error when expanding the filename modifier (like %:h) on the directory buffer.

4812c428a4196120c2e5921e5eafedfdba9c6dd7 authored over 1 year ago
Fix the way to detect if the deletion is small or not.

93f49c22991f163a671028f800a9f7fb80e759d8 authored over 1 year ago
Use editor-error instead of message

5a518a977bc5d73e26f79bb87a889e269a19ae09 authored over 1 year ago
Give lisp-inspector-mode's keymap higher precedence over vi-mode.

bb1d0c5652d0f276171a4ed1419de56a943879d6 authored over 1 year ago
Fix the focus of window when split a window horizontally with `:vs`.

ecf83ff6ffe84f7a5795d3e1ae7c32beaab379ea authored over 1 year ago
Add tests for registers.

4e5fe0a97378660d0730a073e9d99f3b206353cf authored over 1 year ago
Add vi registers.

74c94d587f184fa9ff8daa9fc5f6f7c439e50205 authored over 1 year ago
Include the last newline when kill/copying linewise.

bd13227868bd1d46e8fc5e4d109026ec1504c573 authored over 1 year ago
Merge pull request #1034 from fukamachi/undo-boundary-control

Add a feature to disable undo boundary temporarily

9844ca17def4fbdc53cf7d750455208b65ecb772 authored over 1 year ago
Merge pull request #1053 from altmoket/main

Fix project-switch issue when It doesn't exists projects

ad5bf64b1f2cb1b3125912d776e50e6af895e454 authored over 1 year ago
Update function prompt-for-project with editor-error command

57ea503df8a8e22923df153bedef87431917057a authored over 1 year ago
Add message to inform the user

ca9663ce9024734b9e2c6a201bc1824d0205ca68 authored over 1 year ago
Fix project-switch issue when It doesn't exists projects

56a395c9dde0b701eec2d940fb0a58f67a60de8c authored over 1 year ago
Merge pull request #1050 from fukamachi/vi-yank-move-pos-charwise

Fix the cursor position after yanked

3d94f1edeb245e2a4a000ff2dc6f1fef00d64193 authored over 1 year ago
Merge pull request #1051 from fukamachi/fix/vi-diw-indent

Fix `diw` at the beginning spaces (indent) of the line not to delete newlines

8ef9430528f2da4079226fc05752d788af087bb4 authored over 1 year ago
Fix 'diw' at the beginning spaces (indent) at the line not to delete newlines.

c65de41e6712fa81122de3f5f5ee942bcf672742 authored over 1 year ago
Fix the cursor position after yanked.

a0be350b0b1e9e6ecc0d0e715200dbdd2b946e96 authored over 1 year ago
Merge pull request #1049 from fukamachi/fix/vi-line-save-column

Fix an unintended column movement regarding `vi-line`

135ff78f077af423110f506dae8467925529a70f authored over 1 year ago
Fix `vi-line` not to keep the column.

0c2e0585be5f1cf491be9346f19f1b93c14e61dc authored over 1 year ago
Merge pull request #1047 from fukamachi/vi-ex-keymap

Allow to use C-n & C-p to choose from the history in Ex mode.

8baebb77022672c36ec14685fc2555623cf8cdbd authored over 1 year ago
Merge pull request #1046 from fukamachi/vi-ex-subst-confirm-flag

Add `c` flag to `:s`.

60716ba5dc0609964ce0ef23c759831f34e96bd6 authored over 1 year ago
Merge pull request #1045 from fukamachi/vi-ex-remain-visual-region

Remain visual region when entering Ex mode.

5c1ec76b8dcbba5416bb6b3a9d1eaaf82f071917 authored over 1 year ago
Allow to use C-n & C-p to choose from the history in Ex mode.

197df95178f7b363c5ecac2850d25f32bcaf23d4 authored over 1 year ago
Add 'c' flag to ':s'.

36a457551c21e8d3e47514698165dd5621b04ff2 authored over 1 year ago
Remain visual region when entering Ex mode.

239d3ac221d529186386906b79889f9893a15fa2 authored over 1 year ago
Added workaround for ncurses redrawing

7b70d2894e1a5e675e86fe08eddc256b7e0ae11b authored over 1 year ago
Merge pull request #1044 from fukamachi/vi-visual-newline-selectable

Allow to select the end of line while in visual mode

6251964791f4d9cfe77568c266187680d10cb7ac authored over 1 year ago
Allow to select the end of line while in visual mode.

54715fc28a7bce70f9471afb11b7f50a1f01f59e authored over 1 year ago
Include globla-minor-mode in the modeline

28e4dd9cf2b980775dd90d74fab7e93ba34f8eee authored over 1 year ago
fix

7c6e021ab9638d35ccdac351837d6d60ef6c1ff0 authored over 1 year ago
Merge pull request #1043 from fukamachi/vi-ex-visual-region

Prefill the range in Ex prompt when it's in visual mode.

1cad5570225e16db60c0df9edf56e9402acadca0 authored over 1 year ago
Merge pull request #1036 from fukamachi/fix/vi-replace-visual-block

Fix `r` to work in visual block state

ba55834ab0452205f9b6a4138bb7167558ebe57c authored over 1 year ago
add disable-hook to auto-save-mode

497dce9e8e2ab540bcf8b0ec65cf6ff3135ab337 authored over 1 year ago
Change auto-save-mode to global mode

667756291a979c2bbb9da61f5144b0e2e0121833 authored over 1 year ago
Prefill the range in Ex prompt when it's in visual mode.

d493ca126dec54ea57ef96de47273879b179943f authored over 1 year ago
Add tests for vi-replace-char (r).

08cb4a3d65b0f1d284b946cc09fb9577881171bc authored over 1 year ago
Fix :move-point to work with visual block state.

114b0b36d2a87cb02eeb2b863d677501b72dea9b authored over 1 year ago
Fix 'r' to work in visual block state. (ref #1033)

f860d5238999a58f6583d52743487a90b8a7daf0 authored over 1 year ago
Delete *operator-pending-state-p* flag.

0c5581d36bde3733fa3ed7772ea11a5fa0d0f09c authored over 1 year ago
Refactor by using with-temporary-state.

084c9e577ba91f0a96054d9b547ad40ad0772caa authored over 1 year ago
Merge pull request #1042 from fukamachi/vi-ex-modeline

Show vi modeline status only for the "main" window in Ex mode.

c9b8e6d28a9068f2b504ba80a9653ef695ab6f39 authored over 1 year ago
Merge pull request #1041 from fukamachi/vi-yank-line

Add `Y` to yank to the end of the line

cb01f90d9e2917458689c5b6b066327191298f7f authored over 1 year ago
Merge pull request #1035 from fukamachi/vi-scrolloff-option

Add `scrolloff` option to vi-mode

e94ee96008b13228734b2cca8be0aefe3bb9182c authored over 1 year ago
Show vi modeline status only for the "main" window in Ex mode.

93b00b87e0be7988d22a585c471c86e208635dee authored over 1 year ago
Merge pull request #1039 from fukamachi/vi-gg

Make `gg` allow to take a uarg

2e6292f4228ea5b974d91266f777922daadfbaaa authored over 1 year ago
Replace if with cond.

7fa68143eedaacdef0dfb030b8f792636588b272 authored over 1 year ago
Merge pull request #1040 from fukamachi/vi-S

Add `S` to delete the whole line (same as `cc`).

7f000af142448ff252a666f02e30c984af044f31 authored over 1 year ago
Merge pull request #1037 from fukamachi/vi-visual-swap-points

Add `o` for visual mode to swap points

fce475c9804e7a66f88a5a0bb915738c2a80d3a5 authored over 1 year ago
Merge pull request #1038 from fukamachi/vi-dollar-sign-uarg

Make `$` allow to take a uarg.

92b6ff71882dfa1fe80cc529b391aa9491a4ec29 authored over 1 year ago
Fix the cursor position after 'p'.

c95b98e239961cb19559ef67f3ff82435d9a59c4 authored over 1 year ago
Add 'Y' to yank to the end of the line.

a2b160a255342d541085c60a8195be52a512463e authored over 1 year ago
Add 'S' to delete the whole line (same as 'cc').

0e6979b62740628328a24e698f2541f0595d3889 authored over 1 year ago
Fix also 'G'.

c69c36638744265f520af7fc2c7e68f9a30b1dc2 authored over 1 year ago
Add 'O' to move to the opposite side, and add tests.

2609c556bb041351320ef4082cf475980a30fc18 authored over 1 year ago
Make 'gg' allow to take a uarg, and moves to the same column.

b7ccaad082284496807696e9b731d11c4957c06d authored over 1 year ago
Add tests.

0061204fdd8fe909066e9ba3e72413895e55f726 authored over 1 year ago
Make `$` allow to take a uarg.

69b2c900598b71c76f7b95c99df4aeb67e9d6b82 authored over 1 year ago
Add 'o' in visual mode to swap points.

009f40200a737474fc32f347e1219246ed13d0cd authored over 1 year ago
Add a docstring to 'scrolloff' option.

26db2a73da3dad089586c8a831f1811ad4376a18 authored over 1 year ago
Add 'scrolloff' option.

4e369f29aecc548ac36b0473fffa451722a147db authored over 1 year ago
Add window-local options.

5511f4ee9a3c9bf6cefa470d0f33521a17f2fbe2 authored over 1 year ago
Merge pull request #1033 from fukamachi/vi-replace-state

Add replace-state to vi-mode

beccbe3b39960f03eb60838d6b64ca0880c32173 authored over 1 year ago
Add a feature to disable undo boundary temporarily.

ab34a312c570a22f0d460b7cadd948bd5f88bbe4 authored over 1 year ago
Add replace-state.

0e2b3e141a27df70d98163c762defea3aa159480 authored over 1 year ago
Merge pull request #1029 from fukamachi/fix/vi-visual-block-region

Fix vi-mode's visual rectangle region

99c4d44dfb64fd02a27bf091edce887d39fec908 authored over 1 year ago
Fix vi-mode's visual rectangle region when the cursor moves to right-top or left-bottom.

cd68c41382b485033c5e0c0fe1720b081c7b6138 authored over 1 year ago
Merge pull request #1028 from fukamachi/vi-mode-sldb-special-binds

Give *sldb-keymap* higher priority than vi-mode's keymap

3fdf03e036520efdc5637b06bb3f11bf65b7cde4 authored over 1 year ago
Put *sldb-keymap* over vi-mode's keymap.

b6eec9d0e3faeafc9f575a490348a1ede094fdd6 authored over 1 year ago
Merge pull request #1026 from fukamachi/vi-mode-small-changes

Small changes/fixes to vi-mode

0c17d751f9a3ec808b80d6de542aa1d913c346fa authored over 1 year ago
Merge pull request #1025 from fukamachi/fix/vi-text-objects

Fix vi-mode text objects

c8b997fe364b09848fc92140ed1501ce10f7df70 authored over 1 year ago
Indent automatically after 'cc' and 'O'.

4d6d2281fd25e54c075fe55055b5350b53aa73a0 authored over 1 year ago