Matthew Malcomson

Results 12 comments of Matthew Malcomson

Since gdb has the power to pipe to a shell command, we may just be able to print to stdout and pipe that to gnuplot. If that's feasible then it...

n.b. One easy-to-demonstrate case is `man bash` when `$MANPAGER` is set to `col -b`. The problems go away by setting `$MANPAGER` to a script that is simply `col -b |...

Once pr https://github.com/neovim/neovim/pull/5031 has been completed and merged into neovim I can use that. Until then I doubt I can do anything, but I'll keep this open for a reminder.

Also may be nice to allow the user to set the `shell` that VSH uses independently of the `'shell'` that vim has set.

> > When spanning multiple lines, `da}` acts likewise. > > What is "likewise"? I tested this and it acts charwise. Hmm ... I could have sworn I tested it...

I'm deciding to not implement most of this due to the trade-offs involved. None of these decisions are 100% clear. 1) Attempting to pick up `INPUTRC` set in the users...

I have the same pain point. I would like to suggest to the devs a general "symbol/filename/\ width" default that is specified in terms of the width of the result...

Just wanted to +1 this. I have quite a few orgmode files for work (that unfortunately can't share since it's work), and while orgmode doesn't crash on opening them it...

Sure -- the files are about 40k lines long. They have quite a lot of `#+begin_example` blocks but not `#+begin_src`. I tend to have quite large blocks of quoted text...

Thanks! I appreciate you looking into it (especially since this can't be a super simple thing to track down and I know how difficult it is to find time to...