Peter Aronoff

Results 11 issues of Peter Aronoff

I believe that this is related to the following two issues, but I wanted to post it here as well, in case other people are seeing the same problems. Related...

### Proposal Please consider adding more information about strings in the documentation. The current example uses `"Bob"` as a string, and this simplifies things since it is all ASCII. However,...

proposal
documentation
Proposal-Accepted

Hi, I believe that my problem is related to #78 and I'm pretty sure that this what I'm seeing is a deliberate choice (based on lines 41-43 of `indent/mkd.vim`), but...

### Summary `gopass` helpfully warns that the user's editor (`vim` in my case) may leak secrets, and [`gopass` helpfully suggests how to make the editor more secure](https://github.com/gopasspw/gopass/blob/master/docs/setup.md#securing-your-editor). However, even after...

ux

(Thanks for the plugin: it is a snap to set up and easy to work with so far.) I was surprised to see that by default, an *inner* function object...

When using this plugin together with vim-endwise, C-style expansions don't work properly. (See [issue 55](https://github.com/kana/vim-smartinput/issues/55).) If the cursor starts like this: ``` if (1) {#} ``` After ``, the result...

First, thanks for this plugin! I found it while looking for something that improves on vim's built-in handling of sentences in LaTeX files. (If you're bored and curious for more...

> In the future the parsing may imnprove to allow page-top outlined notes as well. s/imnprove/improve/ Not a huge deal, but I didn't know where it would be best to...

After a [recent conversation about `script` on Lobste.rs](https://lobste.rs/s/zknwrk/scripting_with_go), I'm concerned about how `ExecForEach` handles arguments (especially filenames?) with tricky characters (e.g., spaces, single quotes, and double quotes). The current example...

On a first run (or later when using `--config`), the output of configuration text seems truncated on the first step: ```shell $ git-delete-merged-branches-3.10 Configure git-delete-merged-branches for repository 'notes': een merged...

bug
help wanted
question