Ecosyste.ms: OpenCollective

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

github.com/pulsar-edit/vim-mode

:lock: Next generation vim support for atom
https://github.com/pulsar-edit/vim-mode

Add a deprecated shim for VimState::activateCommandMode

ec0b33364efb942eff0fa98e192d6e48d4566e7a authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #508 from coolwanglu/normal_mode

Conflicts:
keymaps/vim-mode.cson
lib/operators/indent-operators.coffee
lib/operators/put-oper...

d1f49e660e198ac3d71aa87676d00ea1d21f6567 authored over 9 years ago by Max Brunsfeld <[email protected]>
fix cursor movement across beginning of selection

Fixes this issue: moving left across the beginning of a selection
behaved as expected (moving on...

33972d4e29e7756f23752f534bdf508eb0ec117b authored over 9 years ago by Jacek Kopecky <[email protected]>
Merge pull request #772 from jacekkopecky/cleanup-unused-select-options

clean up: remove unused selectOptions and allowEOL

896822a904804949cd0a9bae1a93179bc30614a8 authored over 9 years ago by Max Brunsfeld <[email protected]>
remove unused allowEOL too

9338bde78aa3070ed79b84bb389aee4941730f9a authored over 9 years ago by Jacek Kopecky <[email protected]>
clean up: remove unused selectOptions parameter

04e4f1ecd66b3588aeb5d5147c92164997827f1f authored over 9 years ago by Jacek Kopecky <[email protected]>
harmonize selection directions (reversion) on `o`

ea5d43dabe770d17b818054f733b7bea67eb913d authored over 9 years ago by Jacek Kopecky <[email protected]>
fix: isLinewise shouldn't be required

68805b4fc665852879eb0591e658901a575e1107 authored over 9 years ago by Jacek Kopecky <[email protected]>
repeating without search history should do nothing

2c48f83d3bca8a4554cbc4e4070af0ae05c5036f authored over 9 years ago by Jacek Kopecky <[email protected]>
cancel insert-mode ctrl-r with escape

07c8c22755c1f8d9b67a4680e3e5ee84c9866bb4 authored over 9 years ago by Jacek Kopecky <[email protected]>
Merge pull request #720 from jacekkopecky/insert-mode-put

Insert mode put

062e41b242bcba190b599d58ac5d53677b40f015 authored over 9 years ago by Max Brunsfeld <[email protected]>
Update changelog

bd8abbb81fa4c8d87958a1e045b614628ac9e352 authored over 9 years ago by Max Brunsfeld <[email protected]>
Prepare 0.55.0 release

32e39c56806d19af1a40e94c5ccee7273e66e9b8 authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #747 from bronson/indent-exits-visual

Exit visual mode on indent/unindent

84b0ee3989bb79d26d775be010125a9125c842e2 authored over 9 years ago by Max Brunsfeld <[email protected]>
Exit visual mode on indent/unindent, issue #246

c9c898beb37155192c11cab83793212737987f4c authored over 9 years ago by Scott Bronson <[email protected]>
Merge pull request #710 from jacekkopecky/multiple-cursor-undo

Multiple cursor undo of delete operations

66d16d7a9ae7546e4398ae23f8c6059acf473213 authored over 9 years ago by Max Brunsfeld <[email protected]>
:shirt:

d156484831f86f849b3a8f5c909d09e7f91cf4bd authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge branch 'fix-specs' of git://github.com/sknoslo/vim-mode

Conflicts:
spec/operators-spec.coffee

76cb71ab295d75fc26f0eaebdfb8b02fbb1ea68a authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #558 from jacekkopecky/horizontal-scroll

add `z s` and `z e` horizontal scrolling

17b9c311a8ff15889fae511de306922f2076d2f1 authored over 9 years ago by Max Brunsfeld <[email protected]>
fix deprecation problems (thanks @bronson)

7e88de2e25f4feef17b4c725096362afde2d6728 authored over 9 years ago by Jacek Kopecky <[email protected]>
control-t returns from symbol, not control-shift-t

08a16c0d06bef4189ceb4cd7fb4f38604fc1809a authored over 9 years ago by Scott Bronson <[email protected]>
document insert-mode ctrl-r

a779c9a62887c1daa151789e67fdde08ca22dbb3 authored over 9 years ago by Jacek Kopecky <[email protected]>
add ctrl-r insert-mode command

70b9da8914d29c545561dff9521ad66f1ff45ed0 authored over 9 years ago by Jacek Kopecky <[email protected]>
Prepare 0.54.0 release

225cc74a7f7bf4729b2c0cf47c10e68ca64f5745 authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #715 from jacekkopecky/fix-uncaught-notfounderror

fix Uncaught NotFoundError

2f3c7f1b8b983290bb790a721336b3cac95f3308 authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #712 from jacekkopecky/fix-insert-redo

Fix insert redo

4b0a7d2c72430bdb7cd94c2c20f80e30100f1b07 authored over 9 years ago by Max Brunsfeld <[email protected]>
fix Uncaught NotFoundError

the error was caused by event handlers of failed-to-compose canceling
the operation that’s being...

6454fe1959b9ff3b5589fb9e7e4bfa8851347bc9 authored over 9 years ago by Jacek Kopecky <[email protected]>
fix autocomplete behavior

daa170b2fd3231c736b236e1adfe404246173981 authored over 9 years ago by Jacek Kopecky <[email protected]>
test for autocomplete

d46abc122877671685c235bc3a77b8604ee51071 authored over 9 years ago by Jacek Kopecky <[email protected]>
fix TransactionBundler

this version is now able to handle inserts during which the editor
auto-completed the user’s bra...

c0533f0ab0ebb8752e1f390fa9f0c54be28bced7 authored over 9 years ago by Jacek Kopecky <[email protected]>
test for the problem

156f35920eab3aee8447c996aa4d60cffda1ccaa authored over 9 years ago by Jacek Kopecky <[email protected]>
fixing the problem

4a9b61ebc28720434d17a7874e7cc8bf86860bcb authored over 9 years ago by Jacek Kopecky <[email protected]>
add test for the problem

41c3a69ddda5134262775f1b823e960b77d6d4a8 authored over 9 years ago by Jacek Kopecky <[email protected]>
use public interface instead of cursor.autoscroll

933efc54f4e5ea177a9ae04916c438ebfdea4b83 authored over 9 years ago by Jacek Kopecky <[email protected]>
added tests, finally

b69660a3ff744cb93b597681129148089804bb22 authored over 9 years ago by Jacek Kopecky <[email protected]>
add `z s` and `z e` horizontal scrolling

a782f3a31b1ea1448326517a1818442e52b257bd authored over 9 years ago by Jacek Kopecky <[email protected]>
Merge pull request #695 from t9md/feature/shift-submode-within-visualmode

Feature/shift submode within visualmode

0a3ecf0fc78504245936804bc8bab6417787d6e4 authored over 9 years ago by Max Brunsfeld <[email protected]>
Prepare 0.53.0 release

d44e967f9faeac700673f89e7fcc2751463c5d84 authored over 9 years ago by Max Brunsfeld <[email protected]>
repeats: fix error when checkpoint is at bottom of undo stack

Refs #678

793dfa2e10bc6b3fd33fbcedcd92d644499d6a19 authored over 9 years ago by Max Brunsfeld <[email protected]>
Prepare 0.52.0 release

3c49e74d9220d90683749a2bc7a71cd788b3a2fa authored over 9 years ago by Max Brunsfeld <[email protected]>
Update changelog

3681059e77b49f12068094eff2c54f9620a5f41e authored over 9 years ago by Max Brunsfeld <[email protected]>
Avoid leaking vim-state objects

fb2e461a2273e4f26ec362dc1c169cc953aff070 authored over 9 years ago by Max Brunsfeld <[email protected]>
fix test bug.

11a331a5146436201f06079fab892ee785a3477a authored over 9 years ago by t9md <[email protected]>
for kicking Travis-CI.

e8df01dd231881178f44b7360a7ad557f80ac8de authored over 9 years ago by t9md <[email protected]>
Merge pull request #692 from t9md/bug/fix_dontMoveLeft_on_DeactivateVisualMode_if_Reversed

don't moveLeft() if selection.isReversed()

808d918f0a2ae06d86ea685bbaaebc133ec52fb9 authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #643 from jacekkopecky/number-regex

add configuration setting for ctrl-a/x number regexps

eff9a9565776920a1beb08d67e97676206c48846 authored over 9 years ago by Max Brunsfeld <[email protected]>
add configuration setting for ctrl-a/x number regexps

fixes #641

087303d36af1d04d4fc0ffff8604a2f64882e722 authored over 9 years ago by Jacek Kopecky <[email protected]>
fix handle Travis-CI error

a79feab069efdf103d6a32bac8ce279a82966c11 authored over 9 years ago by t9md <[email protected]>
bug fix StatusBar need updated

a187af7573963fc4c726044ea8d9ed9d40e64e39 authored over 9 years ago by t9md <[email protected]>
fix #514

09840617264e831595ddefb2f74ca637b6a4a7c9 authored over 9 years ago by t9md <[email protected]>
fix for #465, and prep for #514

bbdb7f80d3f5a886f02cb60cc057b57b7c0682f7 authored over 9 years ago by t9md <[email protected]>
add test for <escape> from reversed visual-mode

0d2b2a3ef1d86c109749ec4e4ed37b0df572c1fe authored over 9 years ago by t9md <[email protected]>
don't moveLeft() if selection.isReversed()

0268c8a3becc14f535b0185fbcba27f6105a7e66 authored over 9 years ago by t9md <[email protected]>
Prepare 0.51.0 release

272d1748c176a8dc3cf9d950cf9b9ffc59595d51 authored over 9 years ago by Max Brunsfeld <[email protected]>
Fix error when editor is destroyed right after moving cursor

Fixes #691

a1606ad7f12912d315d9993c9a3fdb5bd814bf81 authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #690 from atom/mq-coffeelint-plus

Update coffeelint support

c61629e6aa34d0b062f2b3fa6728c1ebc66a3a5b authored over 9 years ago by Machisté N. Quintana <[email protected]>
:shirt: Fix linter errors

d4d2cfba05df3d809a67edf94320e46cbeb89504 authored over 9 years ago by Machiste Quintana <[email protected]>
Update coffeelint support

d5c4360523bb0df0518df639695a60d5394f7bcd authored over 9 years ago by Machiste Quintana <[email protected]>
Prepare 0.50.0 release

7926ffd777c71763597a045a3f79f670ffef025e authored over 9 years ago by Max Brunsfeld <[email protected]>
Update changelog

23c49795f7942b69c6e5e813eff230874ea53941 authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #684 from MarkusSN/make-paragraph-textobj-more-vimlike

Add the ap text-object, modify the ip text-object,

32d8d84c81f8754b1de789281a394ee3667a4e6e authored over 9 years ago by Max Brunsfeld <[email protected]>
Add the ap text-object, modify the ip text-object

Make the the inner paragraph text-object behave more like in vim. Also
also add the around parag...

f9d071e2793a5259749045593bc5ca2778c32527 authored over 9 years ago by Markus Nilssen <[email protected]>
Merge pull request #677 from bronson/dd-whitespace

make dd leave cursor on nonblank char

5163609a20d1765187cda228b37ae4533c56f747 authored over 9 years ago by Max Brunsfeld <[email protected]>
previous fix gave us three fixed specs for free

c6dada3c9ec7052a17a11c514669edc806e4ef8a authored over 9 years ago by Scott Bronson <[email protected]>
make dd leave cursor on nonblank char, fixes #315

There seems to be a plugin that causes Vim to leave the cursor in the
same column if possible. ...

db9673cb3166cc105667839307e12e1680ba603c authored over 9 years ago by Scott Bronson <[email protected]>
Merge pull request #675 from bronson/master

add the g_ motion

9727ee97a6d194b39c76c92de1816b7408fbb64a authored over 9 years ago by Max Brunsfeld <[email protected]>
Prepare 0.49.0 release

1787e2d056b07233c1e299961da40495ade4cc60 authored over 9 years ago by Max Brunsfeld <[email protected]>
Update changelog

84610454cbcf0abb456c6b951ce73296ae56d5fb authored over 9 years ago by Max Brunsfeld <[email protected]>
Debounce selection-changed listener in VimState

The listener itself may update the selected range, which can
cause another selection-changed eve...

8a0a6a8abd08bf15b743176cdb3277483d5e35eb authored over 9 years ago by Max Brunsfeld <[email protected]>
add the g_ motion

bc306a67b5832f5e1978cc62bb4c32705a04ab30 authored over 9 years ago by Scott Bronson <[email protected]>
Merge pull request #669 from flyingfisch/master

added a link to ex-mode in readme

9073f155f03c6d9435946a644dfec52b1a425c0a authored over 9 years ago by Max Brunsfeld <[email protected]>
Got rid of unnecessary line breaks

5c106497199017e73274ab5408a09ae6a274395e authored over 9 years ago by Mark Fischer, Jr <[email protected]>
Prepare 0.48.0 release

208b36df89c62ef2657f04fc21055334374d8dbc authored over 9 years ago by Max Brunsfeld <[email protected]>
Update changelog

8e5f0e7dcd1945bcdec8b1d5be0e31b74aec981b authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #670 from atom/mb-fix-repeat-insert

Update Input repeat handling to work w/ new TextBuffer

9ffe71156fe99e1ce2b9fca1346040bad9cd7e0c authored over 9 years ago by Max Brunsfeld <[email protected]>
Insert backward-compatibility check for Atom versions < 0.200

d12efe27b2b620b70e2d849cdec2c7b1643d61b8 authored over 9 years ago by Max Brunsfeld <[email protected]>
Fix stray deprecated call

355e77a66d3a9c74a62a18e325215a1c89a617e2 authored over 9 years ago by Max Brunsfeld <[email protected]>
Prepare 0.47.0 release

6656a2fe89343ccee3303848414c3282ba92ff97 authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #630 from hitsmaxft:feature/fix-view-method-deprecated

305368e738c4d8bd3418b1ee948aadd8baad773b authored over 9 years ago by Max Brunsfeld <[email protected]>
Update Input repeat handling to work w/ new TextBuffer

This code used private TextBuffer APIs that have changed
as of Atom 0.200.0

96c40bdf3b1602c2a650bb05a6ad25cd8649b99f authored over 9 years ago by Max Brunsfeld <[email protected]>
added a link to ex-mode

40e7f3d6fea306063e6249953954c0d873f345de authored over 9 years ago by Mark Fischer, Jr <[email protected]>
Merge pull request #654 from jacekkopecky/fix-deprecation

fix deprecation of editor.getUri

1d3638b4b03bb18d9af8cd488b8d4aef9cdca904 authored over 9 years ago by Kevin Sawicki <[email protected]>
fix deprecation of editor.getUri

eb51c425608da8136149394d38d49ae2a82a95d7 authored over 9 years ago by Jacek Kopecky <[email protected]>
Prepare 0.46.0 release

abddefebb01016ae16acf90ee65645666bef04f2 authored over 9 years ago by Max Brunsfeld <[email protected]>
Update changelog

4864525dbf0d85593cb75e6fe2d13e85bc817868 authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #649 from akonwi/deprecated-keymap

Fixes #635 :bug:

8c46e5dadc703d285ceb4500a5d2ad55266f4b82 authored over 9 years ago by Max Brunsfeld <[email protected]>
Fixes #635

d5af42e265d736a57a526f670580552adf14ca11 authored over 9 years ago by akonwi <[email protected]>
Merge upstream changes

8ae62f8b530268a10a528e89a737211532f36716 authored over 9 years ago by Steffen Olson <[email protected]>
Move originalText declaration outside of before block

3af6d9cca8abeccea58d280a265d55173e38258b authored over 9 years ago by Steffen Olson <[email protected]>
Fix dk spec that would fail, even if dk worked

d6c7e8109ae7463162b3fc4336f1f9998c6b1eec authored over 9 years ago by Steffen Olson <[email protected]>
:bug: Fix broken test cases

These test cases were not running due to indentation errors.
The tests for commands 'dj' and 'dk...

a66632939521e9e3f9dca8a81e552e2161bc7568 authored over 9 years ago by Steffen Olson <[email protected]>
Merge pull request #590 from jacekkopecky/fix-position-after-operator

fix cursor position after operator

d4a6f0f2419a80287f37f7c3cc4ee513d92cb13d authored over 9 years ago by Max Brunsfeld <[email protected]>
add specs for expected cursor position after operator

`gU$` and such could previously (before #555 was merged) put the cursor at
the end of the line, ...

228f564634bdc3571be7a01f18693cc924c3e657 authored over 9 years ago by Jacek Kopecky <[email protected]>
Merge pull request #555 from jacekkopecky/fix-wrapping-of-x

fix wrapping behavior of x

71be7b03dfee4667676fe707f686430334ba8938 authored over 9 years ago by Max Brunsfeld <[email protected]>
remove unnecessary options parameter

3573c640767a69465cc8e5022945f319c642c767 authored over 9 years ago by Jacek Kopecky <[email protected]>
Merge pull request #639 from t9md/feature/textobj-paragraph

support textobj paragraph #517

14e183ee510748c96cfcf1183ad01fb99cc64fe2 authored over 9 years ago by Max Brunsfeld <[email protected]>
add spec for textobj-paragraph #639

7a7a4d71dae424d2994c23448434175aea9edac9 authored over 9 years ago by t9md <[email protected]>
avoid making motions aware of specific operators

643c13807f17107a2a212a395a46d2874707381a authored over 9 years ago by Jacek Kopecky <[email protected]>
support textobj paragraph #517

4592680a423ea134b743ca3be027f86c9e4b80b8 authored over 9 years ago by t9md <[email protected]>
Merge pull request #638 from jacekkopecky/fix-delete-with-empty-selections

use a better method on Selection

76657d10e22764f0489c9f77a01a6255a94e32ea authored over 9 years ago by Max Brunsfeld <[email protected]>