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

just call recursively call updateStatusBar

5f24a4144c582c05145ac2374004d16132478c3b authored over 10 years ago
add class for status bar (command, insert, visual)

326a85431d973573b0e687a09b646081c61f6a78 authored over 10 years ago
Dunno how this got here

79e5f98586a6725497e2c13a1e96737f340719a6 authored over 10 years ago
A few more files

2216eef01576374f589ff8c21169d4a6eeceab0e authored over 10 years ago
Merge branch 'master' into make-vertical-movements-respect-column-position

b23153a79c75b704372f7af69573930ed107d472 authored over 10 years ago
Adding specs

113f67efe7aac8148d4d016604b33e68e2dde4cf authored over 10 years ago
Cleaned some stuff up

3a933c5fda9826072627fa6cd384ac18f5730baa authored over 10 years ago
Add @bhuga's changes to changelog

6794f9aa7168e5704091772e51bdee2685f3e839 authored over 10 years ago
Make vim-mode keymaps more specific to override certain OS mappings

fixes #263

7ec547bd9154112fbad320749f9a64b52154a189 authored over 10 years ago
Merge branch 'master' into make-vertical-movements-respect-column-position

6e7591dd64b5b28ef1e09dbeb47d2065e280b77c authored over 10 years ago
Minor fixes to the commit.

Adding more specs and some documentation on why two different classes.

90e0b46bd19280bf54b7b78de99ba3221d1bdb26 authored over 10 years ago
Merge pull request #176 from atom/undo-typing

Repeat typing

c191cdccfe5e8f0dc897ad0713891139c2897a07 authored over 10 years ago
Implement SubstituteLine as an insert operator

9578d92dbae6f6f43238078b632e9f7a60c0029f authored over 10 years ago
Commands are :skull:

16da12c4cdc68f7f18bc3e2d4305d4745ab5bd66 authored over 10 years ago
fix issue #255 - cancel a pending operation only if there is an operation pending

b7d1e63493398cbde0ce00d843bc1420f460b145 authored over 10 years ago
Move Substitute over to the new setup

fbccfa234412a04848d4454519e1cd19ca2ac5ac authored over 10 years ago
Move InsertBelowWithNewline to new setup

ff148441bf34fe77dcfcdb37589eb1461ed14500 authored over 10 years ago
Move InsertAboveWithNewline to new setup

875318eba2080d318fec6266b3ef4bcb3786f429 authored over 10 years ago
These apply only in command mode and don 't actually do anything

a6d00e6129d57455eb79c0da23931d046e51d325 authored over 10 years ago
Use insertText instead of setText where possible in tests

1b302e02a6659b8f0485b10a6579fcd0e21c082f authored over 10 years ago
Rename @typed to @typingCompleted

ef6610391631c42bea55f3d7d943cb6e139a84c9 authored over 10 years ago
:books:

574caf7d3228bbe55c136911a34cb42a7af527fb authored over 10 years ago
Merge branch 'master' into undo-typing

4cd5f1536b6ace2334e22032611d306f31eede89 authored over 10 years ago
Add @carlosdcastillo's changes to changelog

788287a2641c6d734e9ccb68ce44e353713fa556 authored over 10 years ago
Merge pull request #283 from carlosdcastillo/xpp-fix-pr

Changes to fix the problem when xpp is typed.

d9b7c6c6d46663b52914a50fae508e967f7edd43 authored over 10 years ago
Initial commit of attempt to make vertical movements retain column position

2f5a867fb1eed4faf4751426ef2a2b6b0dabde63 authored over 10 years ago
Specs for i( and i' text objects.

b9b459f5d2bf7bfad20cd3d5898e47217eef5eb8 authored over 10 years ago
Changes to simplify the select method.

See #229.

52996f321bfd05fb04488e41a468b403ad2bbe5d authored over 10 years ago
Re-export TextObject.

Which was making some test cases fail.

65eb46886a7ad0b2409726d44269c6bfd0d8d415 authored over 10 years ago
Cleaning the spaces at the top of functions.

c074ba48947d8c3fa4c7d2073c357c3d1293381e authored over 10 years ago
Merge remote-tracking branch 'udp/master' into udp-more-text-objects

b1ad406ae9b6bd53caf4d395b10acafa35d1a066 authored over 10 years ago
Merge branch 'master' into undo-typing

bdd7bb234b186fd47c5c0ccbe472a6e80ef6c640 authored over 10 years ago
Add @carlosdcastillo's changes to changelog

2623efdc4a7eec9bed298b6f777aebfdf8b6b390 authored over 10 years ago
Merge pull request #281 from carlosdcastillo/real-marks-pr

Real Marks

2a781f882eda40a2b33e8d2c1c48cee95242e13f authored over 10 years ago
Changes to fix the problem when xpp is typed.

5197dcb46e7b40dd2a4badebe39901418e6b19ab authored over 10 years ago
Using the Marker api to implement the vim marks.

Now we don't store the location we store the head of a buffer Marker from the
atom API. This tra...

9781e02ae77748a5c2913d3a21400b47f52eab13 authored over 10 years ago
Log @tmm1's and @carlosdcastillo's changes

0ece446de502384059a43b022dce59bc383520d0 authored over 10 years ago
Merge pull request #254 from carlosdcastillo/bracket-matching-motion-pr

Bracket matching motion with %

4491e68c22110ef7cc6caf386a65ce60dab0b0d6 authored over 10 years ago
Minor readability enhancement.

32da647291cb13eadea88d1a682c945e23abdf35 authored over 10 years ago
Merge pull request #280 from atom/ctags-keymap

Add ctags keybindings

030aa5e7710eb78d8e92e51652e1e76df18ee557 authored over 10 years ago
Cleaning up the commit and adding the specs.

For real (tracking) marks in vim-mode.

c207fa4b9f87d1734c1d3bdad938fc1cef2c18bc authored over 10 years ago
add vim style ctags key bindings

c35d2d6744c3beaa91f8bc9e82ee19f11680478b authored over 10 years ago
Changes to implement real marks in vim-mode.

ef25004607b34d411137c669e97ab99609a2a0c3 authored over 10 years ago
Added new tests to validate changes with %.

Now there are tests of when it finds the nearest symbol to match. For examples
(abcd) and you h...

8ed322688cf779c7c88264d02223fccd2e5fd82f authored over 10 years ago
Changes to fix issues pointed by @bhuga.

Now you can press % inside (abc) and it will do the same as in vim.

ce7d66d8cac71286a8fef1d8ae8d0ac9c0718d55 authored over 10 years ago
Add tests for ‘-’ (failing, partly due to bug in ‘k’)

And add a stub for the tests for ‘+’ and ‘enter’.

70536e8c30b8c667866c5a00c8423259d1443d2d authored over 10 years ago
Implement ‘-’, ‘+’, and ‘enter’ keys

implemented as `Motions.MoveToFirstCharacterOfLineUp` and `Motions.MoveToFirstCharacterOfLineDow...

e8666afeed19ad9f6b3283f1b70b477a8a9d6dc8 authored over 10 years ago
:lipstick: clean the spec code for gg selection

f380d3d67e7daac8d45ffae830c607c11775fe21 authored over 10 years ago
add support for n-gg in characterise selection

9c0c28f35ebede1bbdc6a26ae99c27ee77b02c94 authored over 10 years ago
:books:

d9b4aa63720e2047a9fded8d8599c2774b835f07 authored over 10 years ago
fix n-gg bug in visual mode

49c6299f6606a0c1a0decda44ffba48d218384ca authored over 10 years ago
Move i specs to operators-spec.coffee

ea04426c3837a323718aed7def75d218271abc1a authored over 10 years ago
Migrate InsertAfter to new setup

8c6458e08d3a8c93b51b4b635d94647208b65d98 authored over 10 years ago
Fix misplaced input transaction reset

5511f6d40d9203b3741cb0a2dfea3bfb84556bda authored over 10 years ago
Remove now-overzeaulous comment

3fe3f67887d4b92a97e45d4e05a4226f630c717b authored over 10 years ago
Reset movement in all directions

f336c109228ca77c1f6ff0cbfe4b86bdccf9ff77 authored over 10 years ago
Merge branch 'master' into undo-typing

edb3764e2d88cd38e7ea759d3ae7753f505b758a authored over 10 years ago
Merge pull request #274 from atom/fix-searchbar-text-shadow

Remove text shadow and use correct variable for mini-editor

056e0ada708d2dc664bb00a519771141b57d34fd authored over 10 years ago
Remove text shadow and use correct variable for mini-editor

7fa9adfc9db1baf6568f023d01452b8cf5929438 authored over 10 years ago
Add caveats to README

Soft line wraps and international keyboards are still having issues.

eb0864f06465af4f764d14cfe7a7daed8fa60eba authored over 10 years ago
Merge pull request #163 from zenhob/yy-single-line-specs

failing specs for `yy` on a single-line file, #47

07773c508d7992d88c0411e150be5cf637a826d3 authored over 10 years ago
Add @cadwallion's fix to changelog

7ff5e42b9baa9658f7adaa7f262786cd9b47e535 authored over 10 years ago
Merge pull request #272 from cadwallion/g_selection

Fixes visual mode selection for G and gg

046076ec69bc6ea7b41b2a9a1e8e3eaadc6bf191 authored over 10 years ago
Merge pull request #268 from abijr/uncomment-b-movement-specs

Uncomment some tests for the 'b' movement.

75ceefa251a4aa4cfc15db648ed13f4cfe3e4eb7 authored over 10 years ago
Prepare 0.10.1 release

3acd85f196dc83080275c336d99cc432adb3d1be authored over 10 years ago
Merge pull request #270 from atom/bump-atom-req

Bump atom req to one with a fixed keymap

c1bd2561ffaa17e979830fa3dd2f726f395f0a6d authored over 10 years ago
Bump to 0.99

98c0d4a1f1ab78bcce651c3385fb94733359310d authored over 10 years ago
:bug: Fixes visual mode selection for G and gg

MoveToLine's G selection code previously only moved a single line down,
which is not in line wit...

9052f9bda9a40fc27f33d2215b2bd65a3c125f11 authored over 10 years ago
Bump atom req to one with a fixed keymap

7931aa9d5ee6f0bc72961de729ae5ffa3bfd231c authored over 10 years ago
Merge branch 'master' into undo-typing

36f2f608abee1f56061288b83965bd33f6fcc8a6 authored over 10 years ago
Merge branch 'master' into undo-typing

Conflicts:
lib/operators/general-operators.coffee

15d3a47bd8143278e2c90bbb12156e18bb0a7e9e authored over 10 years ago
Uncomment some tests for the 'b' movement.

b7cfa23cf87fa0c96326362fd21e99a92f8d15a6 authored over 10 years ago
Merge pull request #266 from atom/ks-fix-specs

Make keyCode undefined when 0

d15bf9289d05b9cb846726451f276249df107a4b authored over 10 years ago
Make keyCode undefined when 0

0 is the default but it should really be undefined since the null key
is invalid.

e690e32c5a8077ae28d94e80f6b35f1574440ced authored over 10 years ago
Update contributing file

cc352f12ca8bab1ccc1190355a4988869f538366 authored over 10 years ago
Prep changelog after 0.10.0 release

56fe459d2a4d8f38dcb0636279a2ff188e62c1f3 authored over 10 years ago
Prepare 0.10.0 release

0c88d15f4dca593a73e0b148402855aaf3c61ab8 authored over 10 years ago
Update changelog with @dyross's fixes

54967cc1cfdf569352e76c9854e8db6c5f336bb8 authored over 10 years ago
Merge pull request #238 from dyross/dyr-unhide-cursor-visual-mode

Unhide cursor in visual mode

5ea3b434e29598bc905516869c379b16d8b7c2fd authored over 10 years ago
Add @abijr's changes to changelog

89f492985a0d642b22cb241a4da0aa95a7531e7d authored over 10 years ago
Merge pull request #256 from abijr/fix-wordmovement

pseudo-fix issue #3: word movement

9b5f9ab640035435285ac7f9f6f801ca2fd45b03 authored over 10 years ago
Add cc changes to changelog

308ea6c8f280866130e6fde8da9e5a19631cf001 authored over 10 years ago
Merge pull request #174 from jcurtis/cc

Fix linewise change operator - cc

dcf8161dc01da9c18a2ff51458fb3918529f6651 authored over 10 years ago
Clean up cc fix

4cbbbe42d5e8068c575889d42f605f0099b8cd4b authored over 10 years ago
Merge branch 'master' into cc

fa779e4bd8e54dc5f93877ceae37cc7d8859bc4c authored over 10 years ago
Minor fixes here and there. Specs for the % motion.

58a1f325b34a00b322abc051a9032b19c47fdfd4 authored over 10 years ago
Merge remote-tracking branch 'upstream/master' into bracket-matching-motion-pr

Conflicts:
keymaps/vim-mode.cson
lib/motions/search-motion.coffee

4d4e5b0453e91c459283053443d7ed3c447d69c3 authored over 10 years ago
Moving during insert mode creates a new transaction

3e6c84e81e1cd99f53a1646577dbb11b6d3f1a81 authored over 10 years ago
Add @abijr's changes to changelog

4f3f551909a310bad7ada4f54da3c16892627f2c authored over 10 years ago
Merge pull request #249 from abijr/fix-endofline

Fix "end of line movement" not on last character

f049883aa5dad3e5e0118cf4076a3c1a08b80a66 authored over 10 years ago
Use isAtEndOfLine() method instead of homemade

d3e828fb138eeb1a1f325dae315bc0d8ab64cc6d authored over 10 years ago
Added a test and some refactoring for the 'w' motion code.

f529e98852da3b4201e26be22efde2d0a60bbb38 authored over 10 years ago
fix issue #3: word movement

ff90c9568974232bee47beb2eecb45f8f1a1d85c authored over 10 years ago
:recycle: Some clean up

d7938f4dd835b06935bd04a85533a587bfa57f76 authored over 10 years ago
Storing the full range in search

instead of just the start locations, to be able to compare the ranges for
bracker matching

fe9cce543fe1300eeae8337f23cc8b37d32a1284 authored over 10 years ago
Changes to implement bracket-matching-motion

Now just press % to go to the matching bracket.

Conflicts:
lib/motions/search-motion.coffee

209fd4a9d490544f602b3cb2dcfcf2e88e9b90d4 authored over 10 years ago
Fixed typo and added tests for `$` movement in empty lines.

22457aa625a81995db14c7214b0b45f615d0a6c1 authored over 10 years ago
Ensure only one 'mode' is shown in the status bar

I don't really like the repetition of

if !$('#status-bar-vim-mode').length

but it works...

61ec2261d8ce436b588f812db160c7cfe008226f authored over 10 years ago
Stay on the same line even if empty when `$`

b3c717fe82d578d214999ceb23d162e7da957b20 authored over 10 years ago
unhide cursor in visual mode

76b88c7a6265992e3cab0de92699a166a7be0891 authored over 10 years ago