lacygoill

Results 127 comments of lacygoill

> Found the official BNF grammar definition: https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals IIUC the spec, this regex should match a string prefix: [rRuUfF]\|[fF][rR]\|[rR][fF]\|[bB][rR]\=\|[rR][bB] Since the syntax plugin needs to make a distinction between the...

Does `wl-copy` work outside Vim? Assuming it can read a shell pipe, what happens if you run this shell command: $ echo 'some text' | wl-copy Can you paste `some...

What's the output of this Ex command in Vim: :4verbose call system('wl-copy', 'some text') It should print the actual shell command run by Vim. For example, on my machine, for...

> I'm unsure of what the problem could be =/ I don't remember the issue well enough, and nobody gave answers to the last questions, so let's try again. -...

> @chrisbra Exciting! Hopefully it can be merged soon. You might help making it merged sooner by providing feedback on the pull request post. In case it helps, here is...

I can't reproduce when `TERM` is `xterm-256color`. But I can when it's `gnome-256color`. --- - [backtrace](https://github.com/vim/vim/files/9308885/gdb.txt) - [ubsan log](https://github.com/vim/vim/files/9308884/asan.log) - [valgrind log](https://github.com/vim/vim/files/9308886/valgrind.log)

I messed up the ubsan log. Its contents was just this line: double free or corruption (!prev)

This is what I use to get a [backtrace](https://github.com/lacygoill/config/blob/0fcf77ea0dc2ff8018867ddad3654c2ecc752f1d/.local/share/navi/cheats/mine/debug.cheat#L144-L169): # get backtrace without core dump gdb --quiet --args ~/VCS/vim/src/vim -Nu NONE -i NONE -S /tmp/crash.vim # Then, on the gdb(1)...

> Editor's note, I have no idea what this utter garbage is: > aAbBcCdDeEfFgHiIjJkKlLmMnoOpPqrRsStuvwWxXyZ$!%*-+; It's the Vi default value, which sets most (if not all) the flags. If you start...