zc he
zc he
I think the command apropos is quick and powerful. So it will nice to use it to get candidates. I once wrote a small addon for unite.vim named unite-apropos. It...
"the hypotheses imply that $\pi_k(fib_f {f(a)})=0$ for all $k\le n$ and $a:A$, and that $||{fib_f{f(a)}}||_0$ is contractible. Since $\pi_k(fib_f {f(a)}) = \pi_k(||{fib_f{f(a)}}||_n)$ for $k\le n$, and $||{fib_f{f(a)}}||_n$ is $n$-connected, by...
Failed case: ```nu ('foo' + 'bar') ``` I can manage to make it work by adding additional `expr_binary_parenthesized` rule like this: ```diff diff --git a/grammar.js b/grammar.js index 5ad1222..08a5d00 100644 ---...
Code snippet like this ```nu $a = $a | str substring ..3 ``` leads to parsing error because the right hand side is a pipeline instead of expression. This is...
This PR is supposed to fix #13582, #11522, as well as related goto definition/reference issues (wrong position if non ascii characters ahead). # Description Changes: 1. span/completion should use byte...
**Platform** macOS **Terminal software** wezterm https://github.com/user-attachments/assets/57347516-eeed-441e-b1b8-02cb1f1111de This is not what a traditional vim behavior where current character "a" should be included in both directions. Basically, the end offset returned by...
**Platform**: macOS **Terminal software**: all kinds of terminals Got these when pressing ctrl-r to open history menu in a narrow terminal: ``` ▓ Error: × Main thread panicked....
I'd like to add keybinding features like vim-surround to vi normal mode. As far as I know, I can't get selected text or copied text (not the system copy/cut) in...