Keith Pinson
Keith Pinson
@rgrinberg Well, I have wished I had Fugitive. But that's a pipe dream. :) @jaredpar Are you still interesting in implementing `:call`, at least for built-in functions? I am sure...
@jaredpar Gotcha, and I think you're right about that. The more I dig into the interface betwen the Vim parts of VsVim and the VS parts of it, the more...
@jaredpar I would like to try to implement a function, say, `exists()`. One thing I have not learned in functional code (or in VsVim) is how to properly modularize my...
Okay, thanks. If I get some time I may play around with implementing some built-in functions, just to see what it would look like.
So it begins! I've stubbed some stuff out. https://github.com/Kazark/VsVim/tree/impl-exists-function
I think trying to make this "just work" with existing org stuff would be really cool---I kind of DWIM default setup out of the box. `org-todo-keywords` is definitely a disappointment...
@vitalybe What's the status of this? I'm experiencing the same problem.
@spraints I should have left myself a better paper trail on this. It has been long enough with enough life events in between that even though I am sure there...
I'm seeing it on `sbt-mdoc` 2.2.20 and Scala 2.13.4: > warning: index.md:122 (mdoc generated code) method any2stringadd in object Predef is deprecated (since 2.13.0): Implicit injection of + is deprecated....
Worked around it with ` scalacOptions += "-Wconf:cat=deprecation:i",` which makes deprecation messages informational rather than warnings.