Marc Weber

Results 62 comments of Marc Weber

Single files means a new language server gets started for each file which is in case of PSALM huge overhead because parsing and analyzing all the files (60K LOC) takes...

Fix this in Python.ahk Maybe the README should contain some hints about what's happening like Python needs to be called with -m which then starts ahk process and which loads...

BTW: the PySys_SetPath (if not removed) maybe the WStr should be used as well ? Cause the wchar parameter is the same.

You can also port to .ts and have typescript compile down to .js and .d.ts type files. What about browser support ?

is abused for many different features. You can either make UltiSnip use instead of , or you can patch UltiSnip to behave like snipmate, or you can use to insert...

No, the test suite will not be fixed by me. It would be too much work. That's a huge point my and SirVers vision differ. I just want to be...

``` map dA, da,:let @* = substitute(substitute(@*, '^,\s*', '', ''), '\s*$', '', '') ``` even more useful also dropping trailing spaces. Thanks for the plugin

Have a look and comment on this patch, please: https://github.com/MarcWeber/vim-commaobject/tree/rewrite-supporting-n-dropping

Well using block mode and adding windows a lot of windows get resized causing additional calculations draining the battery. Eg if you have 10 browser open and they get resized...