marshallward / vim-restructuredtext

Syntax file for reStructuredText on Vim.
26 stars 12 forks source link

Calculate correct indentation of rST comments. #49

Closed mcepl closed 4 years ago

mcepl commented 4 years ago

I would find that this should work, but I don’t see any change with regards to behaviour about comments in rST.

Fixes #43

mcepl commented 4 years ago

OK, I found out I have wrong value of rtp, but when it is fixed, this fix seems to work just fine.

marshallward commented 4 years ago

This seems to work for me as well. Thanks very much for resolving this, I don't think I would have found the time to handle it.

marshallward commented 4 years ago

BTW if there's any issues we can handle them in other issues. The great thing is that you've managed to bootstrap the process.

mcepl commented 4 years ago

I haven’t checked, but how far is this fork from the canonical vim? Do you plan to submit this repo to Bram?

marshallward commented 4 years ago

It's a bit out of date, I ought to do it soon. There was an outstanding issue that I wanted to sort out, but it may have to wait since I don't know when we will get it done. I'll send something by the end of week though.

mcepl commented 4 years ago

There was an outstanding issue that I wanted to sort out, but it may have to wait since I don't know when we will get it done.

Which one? I may get some time to take a look.

marshallward commented 4 years ago

Mainly just #44 since I have to decide if the proposed solution is needed, or if it can be done with a simple regexp change.

mcepl commented 4 years ago

OK, no clue about syntax files. Sorry.