P4Cu
P4Cu
##### Issue type: - Feature request ##### Version: ``` Vimperator: 3.16.0 (created: 2017/02/01 00:55:15) Firefox: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0 ``` __ ##### Description: When you enter...
## Standards checklist: - [x] The PR title is descriptive. - [x] The PR doesn't replicate another PR which is already open. - [ ] I have read the contribution...
I've a case which is very similar to #94 as package from Codium (0.11.1) fails but on Microsoft (0.11.0) works. ``` [2022-03-18 22:08:32.339] [exthost] [info] Extension host with pid 21789...
### Did you check the docs? - [X] I have read all the neodev.nvim docs ### Is your feature request related to a problem? Please describe. Minor inconvenience: Opening config...
**Bug description** When `:CMakeRun` I get this: `cd some/path && some/path/exec` which won't work because it's already entered that directory. I've tried to debug the script and I do see...
Hey, First of all, thanks for this crate! I've noticed that `git log --graph` uses `[m` escape sequence to reset which behaves as `[0m` reset. A simple `.replace("[m", "[0m")` does...
Would it be possible to support the `-CCC` as this is super useful to ignore format/move changes and really see who had changed the line?
# Description `:lua require("telescope.builtin").git_status { use_file_path = true }` fails when called from worktree. This happens because we're looking for `.git` directory while for worktrees it's a `.git` file. I...
### Description I've noticed that when I try to `:lua require("telescope.builtin").git_status { use_file_path = true }` for a git-worktree I get: ``` E5108: Error executing lua: ...data/lazy/telescope.nvim/lua/telescope/builtin/__git.lua:443: attempt to concatenate...