Elbert
Elbert
Oh, I'v got a problem much alike recently. ```vim xnoremap s call VSCodeCallVisual('latex-workshop.surround',1) ``` I added this line to my init.vim and it surrounds not actually what I've selected in...
> Hello, here's my init.vim... ```vim xnoremap s call VSCodeCallVisual('latex-workshop.surround',1) ``` I'll show you. I guess it was due to Chinese characters... I use v mode to select the word...
> Ah, yeah currently Chinese characters breaks the extension in a couple ways. So, might there be a way to fix this? This function is quiet convenient and I don't...
Sorry to bother but, I wanna ask how to use f to find a Chinese character in neovim? I'm a neovim user, and recently I turned to VSCode and I've...
> Could you please give me the file in which you find the bug? I will try to debug tomorrow. I will give you a minimum file to reproduce this,...
> Could you please give me the file in which you find the bug? I will try to debug tomorrow. feel sorry that it seems difficult to reproduce this. but...
```tex % document class \documentclass[UTF8,10pt,a4paper,oneside]{article} % packages \usepackage{ctex} % this is a Chinese article \usepackage{geometry} % changes margins \usepackage{graphicx} % insert a picture if you need! \usepackage{fancyhdr} % provides page...
> I can reproduce this bug. It is because `multline` environment haven't been defined in this extension. It will be fixed in next version. > > Try this: > >...
> Hmm.....Fix #6 . And maybe nothing new... (See CHANGELOG) So I will not publish this version immediately. 🧐 > > And I'm testing real-time preview for the whole file....
I'm also very interested in using generics to rewrite this repo but... Recently I came into a problem that in some data structures with comparisons can't be well-defined in current...