Daniel Zhang

Results 7 issues of Daniel Zhang

_extract_args_from_cmake consider that the last argument in compile command is always the source filename, that may works with cmake. I'm using bazel with vincent-picaud/Bazel_and_CompileCommands for generating compile_command.json, which would break...

1. Select some text 2. Move a round, trigger any text-object of targets.vim, e.g. `ya"` 3. Type `gv` will select the text-object in step 2. If use original vim text-object,...

BTW, I think there should be a option for specifying python2/3, someone (like me) may have python3 installed but coding with python2.

It'd be nice to provide `:Paste` and `:IPaste` commands as vim-easyclip does 😃

Fix #20161 Prevent out of range error when calling `str_byteindex`. Use `vim.str_byteindex(bufline, #bufline)` to cacluate utf length of `bufline`.

lua
unicode 💩

### Neovim version (nvim -v) NVIM v0.7.2 ### Vim (not Nvim) behaves the same? no ### Operating system/version macOS 12.4 ### Terminal name/version iTerm 3.4.16 ### $TERM environment variable xterm-256color...

bug
lua
unicode 💩

**Is your feature request related to a problem? Please describe.** During a merge conflict, `diffthis` open a three-way diff, and `dp` `do` doesn't work because vim don't known which one...

enhancement