Results 22 comments of mrubli

I came across this because I was looking for a `:CHADclose` command. I ended up using this here: ``` function! CloseChadTree() let l:bufs = filter(range(1, bufnr('$')), 'getbufvar(v:val, "&filetype") == "CHADTree"')...

Isn't that what user-defined sequences are for? Open the _Sequences_ window, hit the _Edit_ button at the lower left, and in the opening text editor add this at the bottom:...

> Sorry it took two days to reply. I really need to fix my notifications. I'll also fix the issue tracker. You're apologizing for two days? If I did that...

> I reviewed your changes, and they look great. Clean and minimally invasive. Keep in mind that this is a WIP branch at best. I wouldn't even call it a...

I have a first draft that works on Linux, including the register/unregister part. Some immediate todos remain: - [ ] Something seems to be slightly off about the `.desktop` file....

Sorry for the quiet period. Things suddenly got busy – as they do. > I think your suggestion for the OS-specific section headers will work well. Ok, let me try...

Regarding the OS-specific section headers I've started playing around with some ideas. To begin with I'm defining a number of variables that are automatically provided by BrowseRouter if the environment...

> Thanks for these changes. Changing `#if` for for attributes and runtime checks looks great. Cool, let's stick with those. I'll clean it up a bit. > Regarding section headers....

Ok, that took a bit of fiddling but I think the branch is now in an acceptable state and rebased on top of the latest `master` branch. The `.editorconfig` file...

Marking the PR as ready to review after fixing some build issues with the unit tests on Windows and rebasing onto the latest `master` branch.