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

use a better method on Selection

b635a06113abafcf95467dbbe6c805ba82332369 authored over 9 years ago by Jacek Kopecky <[email protected]>
Update changelog

35056e1d1983c46d37d7118de9fa4906e75f0457 authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #621 from jacekkopecky/fix-delete-with-empty-selections

Fix delete with empty selections

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

3c75b97ebb26660f7f8e84363eedf9389441433e authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #636 from jacekkopecky/increasing-decreasing

ctrl-a and ctrl-x for increasing/decreasing numbers

2d8d17051f365af5990902e5f7aa13bf59318ea5 authored over 9 years ago by Max Brunsfeld <[email protected]>
add docs

b834df362f4d93b585ab7e2974ae899c28343a46 authored over 9 years ago by Jacek Kopecky <[email protected]>
implement ctrl-a and ctrl-x

34acd7e611f7e6471b71ec6aa337bddfad3cbb1e authored over 9 years ago by Jacek Kopecky <[email protected]>
add tests for the new feature

ed3329473afd7f8d02b00358d147f49a6da5421e authored over 9 years ago by Jacek Kopecky <[email protected]>
remove unnecessary assign

0bc082dfd908246b568afb4653562833baac2ec7 authored over 9 years ago by hitsmaxft <[email protected]>
fix undefined

8ecbbcd6d8227994b8d29b774c499fd13c531268 authored over 9 years ago by hitsmaxft <[email protected]>
fix typo

067f23acc6ccfcb3fea1933efc8cfc81c327fbdb authored over 9 years ago by hitsmaxft <[email protected]>
fix missed

99904f67945b5eee6898c3a2d12e74e67b035a42 authored over 9 years ago by hitsmaxft <[email protected]>
fix depreacated text-editor methods

d6b3583130d8d647fc9afab6097d68bc750c4508 authored over 9 years ago by hitsmaxft <[email protected]>
Merge pull request #616 from daniloisr/keep-visual-mode-in-some-motions

Keep visual mode for some motions

9fcab057a8b33b7fd050ddeb03d8090f301e1615 authored over 9 years ago by Max Brunsfeld <[email protected]>
Some code improvements

69ce29599839dc93b9082c453cef3adbe353bffd authored over 9 years ago by Danilo Resende <[email protected]>
Keed the cursor position on visual mode

ScrollKeepingCursor subclasses was not keeping the correct cursor
position

ddeb7d414542a9d72e35355ecaa3c78e7da6f769 authored over 9 years ago by Danilo Resende <[email protected]>
Enable visual mode for ctrl-[d,u,f,b]

aaa772f786d7ce2771ca5a235d0aafcd98899062 authored over 9 years ago by Danilo Resende <[email protected]>
:fire: duplicate pane command implementation

These commands are all implemented in Atom core

534c31d21954813d60488df36cc2dd6f292ff651 authored over 9 years ago by Max Brunsfeld <[email protected]>
Prepare 0.44.0 release

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

acab82304f0b2c2d5829ed19f9fd77098ad28508 authored over 9 years ago by Max Brunsfeld <[email protected]>
use `settings` instead of `atom.config.get`

e0eb0dba9d17a6f0ea014b88021234d8224f395b authored over 9 years ago by Jacek Kopecky <[email protected]>
fix wrapping behavior of x

x should only wrap to next line with vim-mode.wrapLeftRightMotion =
true, and only with a count ...

20e3fd2d7d5c0bb452e15d114f6dbdd6f1b3549d authored over 9 years ago by Jacek Kopecky <[email protected]>
Fix coffeelint warning

f1cd0ea3c541c20513fc7e5de708a32822dcb97f authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #620 from jacekkopecky/fix-empty-yanks

register should never be replaced by an empty string

44a490c5cf12237da816fefe17c094b316de95e8 authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #563 from jacekkopecky/canceling-replace

Canceling replace

79bbdc3e7dcadb704f2db82bee9e56d9157e7320 authored over 9 years ago by Max Brunsfeld <[email protected]>
Merge pull request #624 from jacekkopecky/repeating-search

Repeating search with //, ?? et al.

5f8af832edc6c716db9e7720ea8e3cafa7d5932e authored over 9 years ago by Max Brunsfeld <[email protected]>
added docs

85048c427ad2e5083053eb08ad6ae77499a54013 authored over 9 years ago by Jacek Kopecky <[email protected]>
repeat search with //<enter> or /<enter>, same with ?

be4b6af1ae5d6e0df967a74cd5d3897acc7435d0 authored over 9 years ago by Jacek Kopecky <[email protected]>
adding tests

44b8df94ca82c7e56e32437cd087ead297f30b3c authored over 9 years ago by Jacek Kopecky <[email protected]>
fix delete with multiple cursors and some empty selections

902a39e7b0bf823964d5aa10cefcb6c04ecebd45 authored over 9 years ago by Jacek Kopecky <[email protected]>
add test for the bug

cb9b5f28a10cbe2d90f5d7c8a61daaac93996cd6 authored over 9 years ago by Jacek Kopecky <[email protected]>
a little cleanup for consistency

57e295d1d0859efdd56c0fc6db7b8eb0a3ab5dc9 authored over 9 years ago by Jacek Kopecky <[email protected]>
register should never be replaced by an empty string

when a motion fails or selects 0 characters, yank/delete/etc operators
would put “” in the appro...

97ef1b2a5c498d9dafb60dcebea3e9561ac699bb authored over 9 years ago by Jacek Kopecky <[email protected]>
Merge pull request #613 from mnquintana/master

Add coffeelint support

7482a2665eabd73014276bc979dfe0245d9d9ce2 authored over 9 years ago by Kevin Sawicki <[email protected]>
:shirt:

8cb66be5316c63c83a8e198c89829043af4ac555 authored almost 10 years ago by Machiste Quintana <[email protected]>
Add coffeelint.json from atom/atom

2cc65754bd727e16f02fd2957bf7afa74fdb0757 authored almost 10 years ago by Machiste Quintana <[email protected]>
Prepare 0.43.0 release

ec669e7f4ee12866e7ba5ea838c14c50498cffc6 authored almost 10 years ago by Max Brunsfeld <[email protected]>
Update changelog

2e087f39e3b28065d6ce30a97d362d5dae753fe7 authored almost 10 years ago by Max Brunsfeld <[email protected]>
Fix deprecation; remove unnecessary Workspace reference

e4ee2f4d75201b7d5c31e32b0a347b560efdb780 authored almost 10 years ago by Max Brunsfeld <[email protected]>
Fix deprecation: don't use space-pen for command-mode-input view

197672907b652c1420b79a184eca021c41bd1913 authored almost 10 years ago by Max Brunsfeld <[email protected]>
Merge pull request #607 from jacekkopecky/global-current-search

Global current search

5bbce77d1c10f6e44993e8b80ea79ab9e88ebbea authored almost 10 years ago by Max Brunsfeld <[email protected]>
remove unnecessary crud

d8e83c86e0b5a33cec10dfde3a35989a1a74202c authored almost 10 years ago by Jacek Kopecky <[email protected]>
make current search part of the global state

also prevents `%` from affecting `n`
also puts the word searched for by `*` and `#` into search ...

2206db0d163dad0caed92e3c67cb9e176ab9f323 authored almost 10 years ago by Jacek Kopecky <[email protected]>
search history with text, not objects

09e560a3d88a4788bf1587bab653ff9fca8bb651 authored almost 10 years ago by Jacek Kopecky <[email protected]>
remove unnecessary repetition

0e9843845f3dbbc4c52bc019b0d3deeef1e4b7f1 authored almost 10 years ago by Jacek Kopecky <[email protected]>
Prepare 0.42.0 release

1f4dc4571550e730690a44fb312e1cb98ada29ad authored almost 10 years ago by Max Brunsfeld <[email protected]>
Don't autoscroll when activating command mode

df13c6b50abc73972da455e37f280bd82c4bb9a6 authored almost 10 years ago by Max Brunsfeld <[email protected]>
Merge pull request #595 from andischerer/fix-not-mini-commands-searchmode

Fix: Prevent ":not([mini])" commands from being fired in search-mode

880026d7a12abd270c1cc1915d3abfc506a78279 authored almost 10 years ago by Max Brunsfeld <[email protected]>
:bug: fixes not([mini]) commands fire in search-mode

4966ab0bf231f56ed79a0967f130ddb0d1b1fb2d authored almost 10 years ago by Andreas Scherer <[email protected]>
Prepare 0.41.0 release

bcb84dc6c2e2faad9b287ff3868375c68fbd001f authored almost 10 years ago by Max Brunsfeld <[email protected]>
Update changelog

41ad4f9a45f08367253f954a41171f21bfe4df05 authored almost 10 years ago by Max Brunsfeld <[email protected]>
Fix VimState::destroy when editor is destroyed

Fixes #480

5447a052eff1291746fa224b9a7e83504f52fd83 authored almost 10 years ago by Max Brunsfeld <[email protected]>
Merge pull request #589 from jacekkopecky/appending-registers

add appending registers, allow registers in visual mode

0746515a064ef3292edc1da3075abd9c25c2bd04 authored almost 10 years ago by Max Brunsfeld <[email protected]>
add appending registers, allow registers in visual mode

09379b76872a9e18606ad5da384c82c227555ee2 authored almost 10 years ago by Jacek Kopecky <[email protected]>
add test for canceling `r`

e55fcdf186b5324912fa58fb9349561dae1237f9 authored almost 10 years ago by Jacek Kopecky <[email protected]>
Prepare 0.40.0 release

74cead837678bc14b3f484bce03ded1cf2996afe authored almost 10 years ago by Max Brunsfeld <[email protected]>
Update changelog

77894e14b10acfbfcbc0194ec1e757ede9d8901c authored almost 10 years ago by Max Brunsfeld <[email protected]>
Merge pull request #582 from atom/fix-search-input

Use TextEditorElement for VimCommandModeInputView

747f594d87e8ca67bf058c98b99320a761428207 authored almost 10 years ago by Max Brunsfeld <[email protected]>
Don't use hidden-input CSS class to hide command input

96b4dc71b869fc292581377c936eed75c3f1de72 authored almost 10 years ago by Max Brunsfeld <[email protected]>
Auto-confirm command-mode input view via model events

2d3c72ad1649d623aa178bd8f529653c69b63850 authored almost 10 years ago by Max Brunsfeld <[email protected]>
Make specs use TextEditorElement, not TextEditorView

39939dc6c66a7c8f649688199789d1c88c3ae0bb authored almost 10 years ago by Max Brunsfeld <[email protected]>
Bind textInput listener w/ DOM API, not atom.commands

947548542a0fce6d2dd9bc4f69c2d7d814026290 authored almost 10 years ago by Max Brunsfeld <[email protected]>
use TextEditorElement for VimCommandModeInputView

fc24df5be327b1ff7643f648c5f68910231cc7a4 authored almost 10 years ago by Aman Gupta <[email protected]>
:art: Tidy up status-bar manager

Move 'inline-block' class to a parent element so that we don't
have to worry about adding/removi...

fda649faabd0825c26ff1d7fdc52a89448f47dbb authored almost 10 years ago by Max Brunsfeld <[email protected]>
Merge pull request #574 from jacekkopecky/status-bar-with-submode

:feature: show submode in status bar

90f30c1b6ddcab3f0cdd6ddc622330b27c1633d3 authored almost 10 years ago by Max Brunsfeld <[email protected]>
further fixes

the previous version could leave the wrong classes on the status bar div

5490b33685f5f619ff795ac4189ee0b583aaa9b2 authored almost 10 years ago by Jacek Kopecky <[email protected]>
fix reliance on order

0098383b952dc4bc1b76771348f3745a43c6703f authored almost 10 years ago by Jacek Kopecky <[email protected]>
tweak: using `.` for separator (thanks @maxbrunsfeld)

8163762fad9c0880640244e4fbd5dbd939bb9431 authored almost 10 years ago by Jacek Kopecky <[email protected]>
added entries for replace mode

d0bef542e834dc2e767db76c8c66a310d3947d0e authored almost 10 years ago by Jacek Kopecky <[email protected]>
tweak, "Visual" is a good label for characterwise visual

927a7858da6d8f35a3ef26bd37a2ff710accf338 authored almost 10 years ago by Jacek Kopecky <[email protected]>
:feature: show submode in status bar

8fe50ba35380c5b1ab504120d60ee8e359eeba60 authored almost 10 years ago by Jacek Kopecky <[email protected]>
Prepare 0.39.0 release

64d9de83193d5aa29dc8539584e09d1b22c4079b authored almost 10 years ago by Max Brunsfeld <[email protected]>
Update changelog

f735bfe624391a28f9b09153a033c418b1626d62 authored almost 10 years ago by Max Brunsfeld <[email protected]>
Merge pull request #561 from jacekkopecky/fix-star-and-hash-motion

:fix: `*` and `#` motion

200a864a6e1db3db8d67f3849df952088afca56f authored almost 10 years ago by Max Brunsfeld <[email protected]>
Fix repeating insertion w/ multiple cursors

991a16c1066aac99b060d7af7762cc9613377c3f authored almost 10 years ago by Max Brunsfeld <[email protected]>
Fix changelog version

1658be4787536f54a39b079de1ca958e5293a8e6 authored almost 10 years ago by Max Brunsfeld <[email protected]>
Prepare 0.38.0 release

65cfe6d015e2e429c613c1c7463079735021cef7 authored almost 10 years ago by Max Brunsfeld <[email protected]>
Update changelog

bd2e4349bfe9c80abf5517e13614996509086787 authored almost 10 years ago by Max Brunsfeld <[email protected]>
Merge pull request #556 from jacekkopecky/visual-U-uppercase

:feature: `U` and `u` for upper-casing and lower-casing

a447db6230505e33fc7de3d2183c77b38dc28774 authored almost 10 years ago by Max Brunsfeld <[email protected]>
Merge pull request #560 from jacekkopecky/fix-insert-repeats

:fix: repeating insert operations

836b1c4a1a1b8ea474e4e66529067c8c8c3ab7d2 authored almost 10 years ago by Max Brunsfeld <[email protected]>
Merge pull request #571 from jacekkopecky/small-cleanups

small cleanups

521da636501e4b4219542ffadd37b66b9ec77430 authored almost 10 years ago by Max Brunsfeld <[email protected]>
Merge pull request #570 from jacekkopecky/onDidChangeSelectionRange-subscription

vim-mode should dispose all its subscriptions

3963d38e9f54b4e924f0f64d1e3f5e95794f8936 authored almost 10 years ago by Max Brunsfeld <[email protected]>
small cleanups

462a721dfed34f45da78d4ee5f773f56c6b85b49 authored almost 10 years ago by Jacek Kopecky <[email protected]>
Merge pull request #557 from jacekkopecky/0-keybinding-spec-fixme

`0` keybinding fixme seems to be fixed

841fb1b2cd150da8d0d05090739f614f8ad34078 authored almost 10 years ago by Max Brunsfeld <[email protected]>
vim-mode should dispose all its subscriptions

48643c0c9904bf60b9e70594643f8e796d1419a4 authored almost 10 years ago by Jacek Kopecky <[email protected]>
resetting current mode on escape

without this, if you pressed `r` and then `escape`, for some reason
visual mode could not be sta...

a30848080c3856ea22e9df3d96c77f61202b69e9 authored almost 10 years ago by Jacek Kopecky <[email protected]>
:fix: replace operator can be canceled without effect

I’ve tried to test for this but failed, please advise.

bdce0d7fc8c39e550e91c84e4c92cec7ae8c2b5f authored almost 10 years ago by Jacek Kopecky <[email protected]>
"if x?" is better coffeescript than "if x"

f4269db090551bab4b9d8722745d834832a05aab authored almost 10 years ago by Jacek Kopecky <[email protected]>
:fix: `gU`, `gu`, `g~` now expect motions

65644e2c061674f64c7506c88ebfba5a4951e1dd authored almost 10 years ago by Jacek Kopecky <[email protected]>
Prepare 0.37.0 release

b895f3f99f2d5f1f933b1c733125b931a20fbfde authored almost 10 years ago by Jessica Lord <[email protected]>
Merge pull request #542 from atom/chgserviceapiver

Use new status-bar API versioning

dfb31bf89a38e4ad15d25bf7fc142292e95bbf24 authored almost 10 years ago by Jessica Lord <[email protected]>
:fix: `*` motion

previously, `*` between two words could select the preceding, not the
following word; and `#` wo...

a2bcf5c6f6c85ca531dae1a5ef9481855bcb992b authored almost 10 years ago by Jacek Kopecky <[email protected]>
:fix: repeating insert operations

An `I` or `A` insert operation should be repeated as such, rather than
as a simple `i` or `a` op...

ecd02206c5caf6e6420dc97f0f8777f8badf8989 authored almost 10 years ago by Jacek Kopecky <[email protected]>
add lowercasing, docs, keybindings with `g`, specs

95c14613667abf8126489683ede9cecae48665fe authored almost 10 years ago by Jacek Kopecky <[email protected]>
fixme seems to be fixed

c79052bffcdf925df307c563c6410a14a7512676 authored almost 10 years ago by Jacek Kopecky <[email protected]>
`U` in visual mode should UpperCase selected text

dfd7ce510ad710fa5a66ad82b1b9b6527aec59b8 authored almost 10 years ago by Jacek Kopecky <[email protected]>
Prepare 0.36.0 release

3b545d8d33b1efeaa3ea6daf7176a829866cacf7 authored almost 10 years ago by Max Brunsfeld <[email protected]>
Update changelog

174d50cc65cc6062240328cf9fb50af8cc05bcbb authored almost 10 years ago by Max Brunsfeld <[email protected]>
Merge pull request #548 from deiwin/fix/motion-after-delete

:bug: fix 'd' and 'c' sometimes deleting a char before cursor

be94de45c2a6a0fc8c7c57d92ad96f8d8723a45f authored almost 10 years ago by Max Brunsfeld <[email protected]>
:bug: fix 'd' and 'c' sometimes deleting a char before cursor

This fixes #543

For some reason having yanked the whole line before the delete + motion
made th...

058b2f9d87065ededfd002f881b7a28a98b675b3 authored almost 10 years ago by Deiwin Sarjas <[email protected]>