Noah Bogart

Results 271 comments of Noah Bogart

Oh man, how did I miss that? I feel like a fool. Thanks so much. And I'm no good with vimscript, but why not? I'll see what I can find...

Okay, did some digging and found the offending line in `autoload/braceless/python/format.vim`, [line 53](https://github.com/tweekmonster/braceless.vim/blob/master/autoload/braceless/python/format.vim#L53): let ret = substitute(a:match, '\s*\([+\-\*/%]\)\s*', '\1', 'g') This removes all surrounding whitespace from the the operators `+`,...

I'm still thinking about this, lol. Given the rise of [Black](https://github.com/psf/black), would it make sense to remove the whitespace trimming? My original example: ``` test = [x + 1 for...

This was finally released in 1.10.

@bakpakin any chance this could be merged?

Cool. Maybe make reference to that in the readme? I'll open a pr for vim-polyglot which is pointing to this one.

Fwiw, this is much harder to use on mobile and straight up doesn't work in the GH app. (It loads the browser.)

I think this is by design? I can't find the issue at the moment but i vaguely remember the discussion. It matches vim-surround at least. Personally, I prefer it to...

There's also no test for if there are two or more `:no-error` branches.