jfab

Results 42 comments of jfab

I think this was already a feature! However I don't know why xournalpp doesn't do this anymore!!! I remember being able to draw something on a single page, export it...

@forgedOctopus I'm very confused because I'm sure this was already a feature, it was the default behavior. I detailed this in https://github.com/xournalpp/xournalpp/issues/3930, but as you can see in the video...

@rolandlo This was already mentioned here I think https://github.com/xournalpp/xournalpp/issues/1172 I support this feature as well! Hopefully it can be implemented soon.

I think this is the correct behaviour, you can read in :help delimitMate this: ``` *'delimitMate_smart_matchpairs'* *'b:delimitMate_smart_matchpairs'* Values: Regexp ~ Default: '^\%(\w\|\!\|[£$]\|[^[:space:][:punct:]]\)' ~ This regex is matched against the text...

You can add this to get allow expansion before $: (I just deleted the $ character in the default regex) ``` au FileType tex let b:delimitMate_smart_matchpairs='^\%(\w\|\!\|[£]\|[^[:space:][:punct:]]\)' ```

I have the same problem, do you have coc.nvim? I have that plugin and when i disable it, everything works normally. Hopefully there is some kind of fix

I get the exact same problem in the shell with vim 8.2, Coc and the latest Ultisnips that the one in my regular vim files. I had to install nodejs...

> I am unable to repro this. Here is my attempt: https://github.com/SirVer/ultisnips/tree/issues/1327%2Frepro. You can fetch that branch, do `make image_repro repro` and you will be in a shell that has...

> @jfab-123 I need to try again with node installed in the container, maybe I can repro then. There are two possibilities: > > 1. either I cannot repro at...

> @jfab-123 After installing nodejs I was able to trigger the problem as described, i.e. I can repro this one now. My repro branch is this here https://github.com/SirVer/ultisnips/tree/issues/1327/repro. > >...