vimgenius icon indicating copy to clipboard operation
vimgenius copied to clipboard

Vim Genius

Results 25 vimgenius issues
Sort by recently updated
recently updated
newest added

Bumps [mail](https://github.com/mikel/mail) from 2.5.4 to 2.5.5. Changelog *Sourced from [mail's changelog](https://github.com/mikel/mail/blob/2.5.5/CHANGELOG.rdoc).* > == Version 2.5.5 - 2017-06-09 Jeremy Daer > > Security: > * [#1097](https://github-redirect.dependabot.com/mikel/mail/issues/1097) – SMTP security: prevent command...

dependencies

Bumps [sprockets](https://github.com/rails/sprockets) from 2.10.0 to 2.12.5. Commits - [`d51c58c`](https://github.com/rails/sprockets/commit/d51c58c01075c47ef8a0c5ef603aa7c7aca12802) v2.12.5 - [`18b8a7f`](https://github.com/rails/sprockets/commit/18b8a7f07a50c245e9aee7854ecdbe606bbd8bb5) Do not respond to http requests asking for a `file://` - [`2199a60`](https://github.com/rails/sprockets/commit/2199a6012cc2b9cdbcbc0049361e5ee02770dff0) Add test-unit gem - [`18309b0`](https://github.com/rails/sprockets/commit/18309b00d757cdc0e3306ce7cabaa5be2a95d27e) Test...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.0 to 1.6.8.1. Changelog *Sourced from [nokogiri's changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md).* > ## 1.6.8.1 / 2016-10-03 > > ### Dependency License Notes > > Removes required dependency on the `pkg-config`...

dependencies

Bumps [rack](https://github.com/rack/rack) from 1.5.2 to 1.5.5. Changelog *Sourced from [rack's changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md).* > # Changelog > > All notable changes to this project will be documented in this file. For info...

dependencies

hint says: `:%s/bad/good` correct: `:s/bad/good/g` `%` would mean entire file.

Sometimes it will move forward without showing me if it was correct or incorrect. I don't know if it was a display thing or it gave up on me getting...

it just keeps repeating the same questions over and over again. Stuck on level 4 no matter how many times I give correct answers.

It should be `:s/bad/good`. Having `:%s` instead of `:s` means the substitution is applied to all lines in the file instead of just the current line.

Prevent opening browser Open dialog on Ctrl+O in Level 4

accepted solution: `2dd` alternative: `dj`