RHvdG

Results 34 comments of RHvdG

OK, @CarVac and @Benitoite, I think I'll give up on this software ever making it to macOS 12. Too bad, because it seemed like it might be a good replacement...

Excuse my ineptitude when it comes to code: I have no idea how to do what you are asking in MacVim (which is how I do Vim).

> The most relevant option for the behaviour of `o` is `:help 'formatoptions'`. The behaviour is also affected by other things, such as indentation settings. Notice that these are _not_...

Thanks a lot, my .vimrc looks much better :-) However, the 'unwanted indent' remains. > Now, before we continue, can you be specific about which behaviour you _expect_ after `o`...

I also noted that numbered lists are not continued. I'd write 1. Test ... and hit return, and expect 2. ... but instead I get just an empty new line....

Both in MacVim and Terminal, ``control-s`` after ```` and ``o`` causes the cursor to jump to the command line, adding unexpected hidden characters in MacVim (see screen capture). I can...

``n @(lists-toggle) `` `` Last set from ~/xxxxxxxx/plugged/lists.vim/autoload/lists.vim line 69`` https://user-images.githubusercontent.com/34862159/181590337-836887c3-1efb-4fde-b0f9-f7f6440e8d6f.mov

Now we are getting there. ``i Isurround ``

Disabling tpope's Surround plugin causes ```` after ```` to continue the list as intended, both in normal (hitting ``o`` instead of ````)and in insert mode. It would be a pity...