Shadowalker

Results 8 comments of Shadowalker

> It seems I could get around this by commenting out line 890 in minibufexpl.vim: > `" call s:SwitchWindow('w',1,l:currWin)` > I'm not sure if this could introduce other issues >...

@geoffwoollard I see that your machine use `x86_64-linux-gnu-gcc` as the default GCC compiler. I have also encountered some compile errors with this compiler. So, I recommend you add the following...

> Capturing text before/after an annotation is implemented in the code as "context", but is currently used only for strikeout annotations. My expectation was that anyone adding a comment on...

I have done the primary implementation. here is my [repo](https://github.com/Shadowalker1995/pdfannots).

Hello, @sherjy I have checked it out and found that `reconstruction__simple_convolution.py` is compiled using python3.8. So you need to upgrade your python interpreter to version 3.8. In addition, using the...