Joseph Anthony Pasquale Holsten

Results 104 comments of Joseph Anthony Pasquale Holsten

so, there's infinite keybindings in vim, but at least nvi has a constrained set. here's the output of `nvi`'s `:viusage`: ``` ^A search forward for cursor word ^B scroll up...

acme, of course, doesn't have as nicely documented keybindings. And it had been a while since I had to find them in the source, I forgot how hard it was...

I think I agree with these clarifications. Could you put together a pull request with these changes?

@LeaVerou Any remaining concerns? This looks like what I want (but also, LAB output). I definitely don't grok internals, so I can't vouch for correctness.

@clayne mentioned in #755 > This section of code was confusing and repetitive when reading it at first to try and figure out what was going on. I vote this...

@zipkid is this patch working for you currently? Looks like the failing test is a straightforward fix. @jordansissel any objection to my fixing the failing test and merging?

The failing is coming from [spec/fpm/package/deb_spec.rb:227](https://github.com/jordansissel/fpm/blob/master/spec/fpm/package/deb_spec.rb#L227): ``` it "should have the correct dependencies" do original.dependencies.each do |dep| insist { input.dependencies }.include?(dep) end end ``` which is throwing: ``` Expected "semver...

@vStone sorry for the delay, I've `git am`'d your patch and am waiting for build now!