Mark Woods
Mark Woods
Hi, I have the same problem, but I have solved it using https://github.com/ntpeters/vim-better-whitespace, which relies on an external diff command to identify modified lines. Maybe that approach could be copied...
FWIW, this can be achieved using https://github.com/ntpeters/vim-better-whitespace, which supports stripping only modified lines (relies on external diff command to identify modified lines)... ```viml " Disable editorconfig trim_trailing_whitespace, use better_whitespace let...
@mortice I have started using campfire again, but still no CI server, yeah! rollin', rollin', rollin', rawhide!
That seems a nice idea, but sounds tricky to implement neatly (esp. if it is done in the launch daemon config). The Homebrew formula hard-codes a daily schedule when generating...
@learley I don't use Windows or Powershell, but having looked through the Powershell script and glanced at AWS docs for Windows, it seems pretty clear you are correct here, I...
Hi, This seems really weird, the code that generates the status message simply asks the project for its name and the build for its display name and concatenates them. Has...
Hi, Apologies for the delayed response, any chance you could modify line 113 of CampfireNotifier.java, changing build.getProject().getName() to build.getProject().getDisplayName() and see it it makes any difference? I had a look...
Please bear in mind that other folks might now be expecting this behaviour so changing it will break their configs. I'm not saying that's a a good enough reason not...
This seems to be an issue with vim-bundler and the ~system call~ shell command to get ruby ABI version. I see the same strange characters (well, just the last few...
No, adding `call system('true')` to vimrc does not cause the same problem, but if I add it to `bundler.vim` it does, weird! ```diff --git a/plugin/bundler.vim b/plugin/bundler.vim index 45c2e44..e07c007 100644 ---...