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

:bug: Fix broken test cases

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

4c4d00d08c775df64ad78eee27dbbb0849c188af authored over 10 years ago
Merge pull request #398 from DavidLGoldberg/add_coffeelint_gitignore

Adds coffeelint.json to the .gitignore.

8c690bdfc289b9ab34026efea4e93faad857d845 authored over 10 years ago
Remove calls to removed EditorView::edit method

This removes editor view caching since it is no longer supported in
in the new editor view.

The...

bc178f2356ea1d065128b69cba93a8233b61bac0 authored over 10 years ago
Adds coffeelint.json to the .gitignore.

- Lets users override default coffeelint settings for vim-mode.
- For example can change their d...

b3a29a2df53249d8b656dbb256378cc5162c9d98 authored over 10 years ago
Merge pull request #387 from PeterDaveHello/patch-1

make CI build faster

7635b1e560f54c1da18205a49259cd2ae00a8a41 authored over 10 years ago
Fix dk spec that would fail, even if dk worked

f218de17fb82bfccdbf4ac3d64c759fa5d3e04cb authored over 10 years ago
make CI build faster

3c22e0483cfb78d12941bb895891140df0ed3d0d authored over 10 years ago
:bug: Fix broken test cases

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

fac946cca8d572be4ee3febd11f6cebc383819c8 authored over 10 years ago
Prepare 0.14.0 release

a25d27ede8217ce91583c084ec4277ac6f729ba5 authored over 10 years ago
Prepare 0.14

f84e76b9e0dfce129aadfbad96044fc0bd094e57 authored over 10 years ago
Merge pull request #382 from atom/ks-remove-deprecations

Remove calls to deprecated APIs

a0fa771a2f36feed8dfd0f57bcb84f5b1db2a534 authored over 10 years ago
:memo: Mention deprecated APIs

5f39314fd100cc606476c90ae1bd52df2b0373da authored over 10 years ago
Access active pane item from atom.workspace

f5183f7991eff7a93cefa83934ae9f75cb0e1a27 authored over 10 years ago
WorkspaceView::openSync -> Workspace::open

74349995acf784d5c0f9d26ce2be41ad581b33c9 authored over 10 years ago
Use KeymapManager::keystrokeForKeyboardEvent

fceab6b3133ede29c4df245fcab55a060287ede8 authored over 10 years ago
Use Project::open instead of Project::openSync

493b1541f3c53e035cf8140e75d961300aa55091 authored over 10 years ago
Merge pull request #351 from garcg/repeat-find-motions

Add ; and , motions

c9d66989228e6583545da7850ad96df9b80947b4 authored over 10 years ago
Merge pull request #366 from sgtpepper43/master

Add case insensitive search when user adds \c to search

fb6e37ac55f9529605fde32df6aefcd76b10b95e authored over 10 years ago
Prepare 0.13.0 release

45676a2cb0bb77aef03afb9b23f367f62a22a34a authored over 10 years ago
Merge pull request #367 from jspahrsummers/put-replace-selection

Replace any current selection when using Put operator

665f90e72f14811bfdd56b332b2929602295c365 authored over 10 years ago
Reset cursor buffer position before each case sensitivity test

61f3ab2835bfc421d2f1fb5f42a32b102e3827a9 authored over 10 years ago
Group case sensitivity tests into one describe with a before each

0453d04fe8c57dd687c3489c69c68ba12da47d92 authored over 10 years ago
Merge pull request #360 from watsoncj/fix-cursor-after-yank

fix final cursor position after yank

b34261d9edc21cab87468cad91a2b3ae5a233c68 authored over 10 years ago
Merge pull request #357 from garcg/fix-yank-line-no-newline

Ensure yanked text ends with newline if motion is line-wise

5666fccfb4ee3265ec532fd632c0a6d9cd6e4f2a authored over 10 years ago
Combine multiple “with linewise contents” blocks

7e34b867b8bec1c9677a8358c118182aeeb8eb68 authored over 10 years ago
Merge branch 'master' into put-replace-selection

6f314c353d17267021398f17a5b306f090296bfb authored over 10 years ago
Merge pull request #373 from anthonysandrin/master

Add 'a' operator-pending commands. Fix for issue #369.

08057117856f55c719515455d9ed253c840315e6 authored over 10 years ago
Add aliases for text object commands.

Add 'i }', 'i B', 'a }', 'a B', 'i >', 'a >', 'i ]', 'a ]', 'i )', 'i b',
'a )', and 'a b' keymaps.

c3321e69249602d082c80addc2f82cf726d71af9 authored over 10 years ago
Add square bracket and back tick text objects.

Add 'select-inside-square-brackets', 'select-inside-back-ticks',
'select-around-square-brackets'...

c4a4d8a386104c1ec8a0cc66c6afd4bb9d0cb934 authored over 10 years ago
Merge branch 'master' into put-replace-selection

02e1a0ae1763136cd7ba981b360214ef9cd03ed2 authored over 10 years ago
Merge pull request #368 from jspahrsummers/remain-visual-when-indenting

Remain in visual mode when indenting

aced6af8bd4fab31a0ba94e570b6c423141b7127 authored over 10 years ago
Fix 'select-a-word' command not behaving correctly when cursor is on the first character of a word.

688c98d36b8eea992f19c77d145ab112bdff1bf0 authored over 10 years ago
Changed 'select-a-*' to 'select-around-*' for appropriate comands.

611ab4eac50ea8ad19dcaff361dc6c10367bd071 authored over 10 years ago
Add 'a' operator-pending commands. Fix for issue #369.

Add 'aw', 'a"', 'a\'', 'a(', 'a{', 'a>' keymaps.
Add 'select-a-word', 'select-a-double-quotes', ...

7a9d98e40f3598787d8b6cd9b7cfef015f247b6e authored over 10 years ago
Indent command sets cursor to first line of selection. CurrentSelection

saves selection at the time it was created.

e3e93a6666c9e01e59c3dbde5732c65de42ef44a authored over 10 years ago
Don't update selection after indenting visually

This allows the indention keybindings to be used multiple times without
clobbering the selection.

097dfe0adac8c26fb16e33a40de2612e57f65221 authored over 10 years ago
Test that visual mode is retained when indenting

4c4f0f65c22baf1f15d870fc6ab873d9c4948479 authored over 10 years ago
Replace current selection when putting

72764fbcd481a59cc094ab2a0605fe3aa8273695 authored over 10 years ago
Fix expected position replacing selection linewise

The cursor should be placed after the inserted text, not at the start
of it.

65ed3e1bcd8602a52c9f68b6833e7b1ff387cd90 authored over 10 years ago
Tests for Put operator replacing current selection

e0538f554b8e0a55c519150588ca5e7a07b8df2f authored over 10 years ago
Add case insensitive search when user adds \c to search

6e2a73defe53ae4492347ff38786eea31b62f415 authored over 10 years ago
fix final cursor state after yank

93542aef55c6f41762f1a261a6e70de26c4d4687 authored over 10 years ago
Added fix for bug # 219

The vim state now has a initialselectedrange used when in visual mode

7c820ac35ef006cd2de5f54a4fcad357531dd3bf authored over 10 years ago
Ensure yanked text ends with newline if motion is line-wise

Add newline character to the register when the yanked line is the last
line of the document and ...

dfb8e1997084ae603f29040dfb2ecd76cc8a4f93 authored over 10 years ago
Store currentFind in @vimState

ce3e381c9f6a97a3fef6f211b29177423dd05d66 authored over 10 years ago
Add ; and , motions

a0f2f9b6f259fb931229092e30c1cee1393e2038 authored over 10 years ago
Prepare 0.12.0 release

2ec1119b2a34587aae44f774b84a35d9cb207a68 authored over 10 years ago
Add @bhuga's fix to changelog

3b87657cd7c2ebd98d44dadfc367a3eb3900f289 authored over 10 years ago
Merge pull request #344 from atom/fix-undo-in-insert

Drop to command mode before processing an undo in insert mode

56ab4544a98873292c1de97b392ab57fbb23d0a6 authored over 10 years ago
Drop to command mode before processing an undo in insert mode

61d8c4951a11eb47ca703c775dfb4cbf6a32b459 authored over 10 years ago
Add @e-jigsaw and @roryokane's fixes to changelog

8af8fbdea87fa9af53a594117b5d8e30794bdd1d authored over 10 years ago
Merge pull request #277 from roryokane/implement-minus-plus-enter

Implement ‘-’, ‘+’, and ‘enter’ keys

04d453e0c7bc3c2a9a2752d646535b08340cb2d8 authored over 10 years ago
Merge pull request #302 from e-jigsaw/add-status-bar-class

Add css class for status bar (command, insert, visual)

d5b70963b8e1769dc6c5b47d86e9f69699934419 authored over 10 years ago
Merge pull request #343 from atom/revert-251-master

Revert "Ensure only one 'mode' is shown in the status bar"

69c3b3cba2487d9ffe718df643f4533489f9669b authored over 10 years ago
Revert "Ensure only one 'mode' is shown in the status bar"

adf3f27f743f9ae700f77bfeab76317883a7bec3 authored over 10 years ago
Merge pull request #251 from jacobgardner/master

Ensure only one 'mode' is shown in the status bar

3c0b9720cbc6d6717729fc18816e8a4e6067d8f1 authored over 10 years ago
Add @sgtpepper43's fix to changelog

37702be2edff6c486090683c0c75d8bfa5adb962 authored over 10 years ago
Merge pull request #339 from sgtpepper43/master

Restrict Command Mode Activation with Ctrl+C to Mac only

486f9d0193bc379c12332f46e764e43e62f7f61a authored over 10 years ago
Comment out only the failing assertions in the - and + tests

The behavior of `j` and `k` have changed since the tests were written. The commented-out tests s...

c76ab6b45ad4cf350c88074c7938734304c9d3e2 authored over 10 years ago
Make keybinding more specific to match current style

Add .editor when checking if command mode has been activated

b9648f98f5e4b3ccaa6ce7132e87ae0f1549fa35 authored over 10 years ago
:white_check_mark::apple: Allow Ctrl+C to only start command mode on Mac

Add requirement of .platform-darwin to Ctrl+C entering command mode.
Add helper to mock platform...

9663c3102715b1b2b4216de89bd7cc2196f386c1 authored over 10 years ago
Add tests for enter, checking equivalence to +

I added tests for enter too, for the heck of it. To avoid duplication, the tests merely compare ...

807a9d75866dc2ad72f73fbbd8b6c106773a2fab authored over 10 years ago
Add tests for + and enter, mirroring the tests for -

As requested [in the pull request discussion](https://github.com/atom/vim-mode/pull/277#issuecom...

dab1f81d461f08332443152d78f292bbce124447 authored over 10 years ago
Merge branch 'refs/heads/master' into implement-minus-plus-enter

Conflicts:
lib/vim-state.coffee
lib/motions/general-motions.coffee

3f43c721790fdaaee7cfae6c1c13da0a8519f79d authored over 10 years ago
Merge pull request #329 from barraponto/patch-1

misplaced comma in docs

ed890b08c8a6cbc2278a582f544f15fbb5c84c94 authored over 10 years ago
misplaced comma in docs

ed3ddb2c47779a81010a1082752fcbda788c0e4a authored over 10 years ago
Comment out tests for `-` that are failing due to `k`

I don’t want to delete these tests because they will be useful to have when `k` (and correspondi...

8791a50514c71f5c0fd177d8aaebc1512e358546 authored over 10 years ago
Fix bug in - and +: don’t move to first line char when selecting

I found this bug because a test had the cursor position [0, 0] instead of [0, 4].

f7568e31e09040e03d31458ce5c19828af5a35a0 authored over 10 years ago
Prepare 0.11.1 release

503fc2bc816b756bb5c2157cacde979dbbf7b5b3 authored over 10 years ago
Update Changelog

8fecfea3adde6683c0942d31908b12cd3cd049ea authored over 10 years ago
Merge pull request #290 from klorenz/master

fix issue #255 - cancel a pending operation only if there is an operatio...

48380f22fc851e4f6473b42a445feffded6bfd13 authored over 10 years ago
fix #251

51f1741e6f1eb4f35cb512ee40d1c635615d7111 authored over 10 years ago
Merge branch 'master' into add-status-bar-class

0174fcc6919017f316a5caf08fca273d75cf136e authored over 10 years ago
Prepare 0.11.0 release

e600cca0cebe7d2e1fb6b34aafccc15f8edf695e authored over 10 years ago
make cancel operation spec clearer

16b8de8db315bbbcce937811d749843aa9895a12 authored over 10 years ago
Merge pull request #312 from atom/ns-react-input-disable

Use ::setInputEnabled to disable input outside of insert mode for the React editor

c7a4a88f183bae2d5c9d17c471e742de12aedc5a authored over 10 years ago
Merge pull request #311 from atom/insert-fixes

Insert fixes

0f208f028dc0f66a348229b9153bb4f74c739c1a authored over 10 years ago
add test spec for fix of issue #255

81459ae180e87a62dffb47f6521b73bc2f067383 authored over 10 years ago
add test spec for fix of #255

This test is a bit constructed, because I do not know exact
source of core:cancel event, which t...

3df9bda10d5298831513c4080cc3f63aae6280c5 authored over 10 years ago
Use ::setInputEnabled to disable input when available

The approach of preempting textinput events to prevent handling of input
outside of insert mode ...

bbd68cac8a4218555573979265dcd0e22a43f0ff authored over 10 years ago
change to call removeStatusBarClass once, if-else -> switch

68260aa7b3cd4ec9377f482c74655233c9a6973c authored over 10 years ago
Merge pull request #294 from erwinmombay/master

Add "space" keybinding which uses the "move-right" motion

24ed510f7856eb18f1099c5796267113560e91aa authored over 10 years ago
Add @iamjwc's fix to changelog

fa39771ebaa7762c13846878180ce5dbd012dd93 authored over 10 years ago
Merge branch 'make-vertical-movements-respect-column-position' of github.com:iamjwc/vim-mode into iamjwc-make-vertical-movements-respect-column-position

Conflicts:
lib/vim-state.coffee
spec/motions-spec.coffee

There was a "real" conflict in motio...

d194aa04ceb0d3f6fc45b925f375a62a5ead55ad authored over 10 years ago
Add @fotanus' fix to changelog

183db529b0eec56b68a6203256e5cc6aec4621c5 authored over 10 years ago
Merge pull request #307 from fotanus/off-by-one

Fix off-by-one errors, with tests

f39ad01cf7593eabbb7f02ba00606f689c57f75d authored over 10 years ago
Tiny english grammar fix

7314eca7afbe9e6a40d72cab4d8ad282437c9c7c authored over 10 years ago
Add @carlosdcastillo's fix to changelog

e2a8969fb46d5dacadf289d362adeab7daa4df26 authored over 10 years ago
Merge pull request #286 from carlosdcastillo/udp-more-text-objects-pr

More text objects (by @udp)

126517adea2bbe4c4560c914da2c7af1d87487d7 authored over 10 years ago
Add @tony612's fix to changelog

522de3d47582f1327aa75e982464be2cec48b04c authored over 10 years ago
Merge pull request #275 from tony612/fix-n-gg-selection

Fix n gg selection

406db894963751d18bb06c26578a6fcb8b25eb6f authored over 10 years ago
Don't build out of empty transactions

1d14e906e53891e5bf1f17a2c0505d1487de2c34 authored over 10 years ago
Don't repeat typing if we don't have any text

bf714b971a1b9b17a4dbd007f56ca6f5766169fb authored over 10 years ago
Add "space" keybinding which uses the "move-right" motion

231e6bd1c8381e3c4764d71d22daf9ff89294c02 authored over 10 years ago
integrate removeClass methods

19824342314b74ce33f9b50bed296bda8a0a195a authored over 10 years ago
Fix off-by-one errors, with tests

This patch fixes #191 and #51.

I'll be using as example yank, but I confirm the same behavior w...

7ccb40ff5f7f064b41d366f3920ac684d565c6b8 authored over 10 years ago
Adding a space before the # and 2 sentences.

e409030703c492201c845a04d70ec4ce2a5ba6e4 authored over 10 years ago
Add @mcnicholls fix to changelog

0378d07086f67aee53ea395fd1041284f5fc0257 authored over 10 years ago
Merge pull request #296 from mcnicholls/win32-keymapping-fix

Make vim-mode keymaps more specific to override certain OS mappings

06393feb24837282f5826439a9c60c5061bbff7f authored over 10 years ago
Pull request fixes

fa3b50db2480ae3119dd77d07788bdf4f869dd6d authored over 10 years ago