philip4096

Results 7 comments of philip4096

How about placing the marker on the next empty line (or at the end of the file)? Empty lines seem to be forbidden inside math formulas and markdown paragraphs are...

Yes, It seems there needs to be content after the marker. So something like this perhaps: From the current line find the next empty line that is followed by a...

There is now a pull request. I am new to vimscript and to and github contributing. Feedback welcome. In my testing I found that placing the marker on the previous...

Thank you for the feedback. Using search seems like a good idea. But I don’t see how the other option could be used to ignore a tag that is inside...

I added a commit with while-loop replaced by search. Perhaps the regex pattern can be improved but it seems to work well. I also removed code to subtract 5 from...

Your example works fine. versioninfo() below. I am using PyCall and the win32com.client python module to call COM-functions. Since exactly the same thing works in a standalone julia process I...