Justin M. Keyes

Results 2414 comments of Justin M. Keyes

Thanks for those references! > From your linked PR in neovim, I see there are some usages like this `` --- @see `:help autocmd-groups` `` Yes, currently just trying to...

I understand that `@see` is "WIP" currently. But that means that using strikethrough is too strict, because there's no way for users to avoid it for non-symbol "see" items.

> I'm not sure I understand the use-case for `@see` if not for workspace symbols. Any other references (e.g. website, project, etc.), and even to symbols, as I mentioned, can...

@AbhijithKumble read https://github.com/neovim/neovim/blob/master/CONTRIBUTING.md you should start by try things out and ask specific questions. > how do i start solving this issue ? answering that question is about the same...

Solution 1 sounds like what I would favor, unless others have comments.

Try the [nightly build](https://github.com/neovim/neovim/releases/tag/nightly) (or pull the latest `master` branch). Run `:version` to confirm the version.

> where in the source code a word definition (:set iskeyword / iskeyword=@,48-57,_,192-255 ) is used to increment the cursor positon? [buf_init_chartab](https://github.com/neovim/neovim/blob/28f1f65bb30768db3423dc6eb39b2d75dfaba326/src/nvim/charset.c#L88) uses 'iskeyword' to set `g_chartab`, which is used...

While I agree with @lewis6991 's [sentiment](https://github.com/neovim/neovim/pull/23569#issuecomment-2341851077), so far @jwhite510 has been a reliable "owner" of this code, and if that continues, then this is worth having. But the current...

> Any news on that PR guys? Keeping PRs rebased is one way to improve confidence in risky PRs. If things go wrong with this, we depend on the author...

> I see now this same feature is added with 2331c52affe64070ad59c0ef63ddcc8f7ca41781 ... but instead of using the linematch algorithm to calculate the differences between lines, it uses the xdiff diff_file_internal...