issues Search Results · repo:vim-denops/deno-denops-std language:TypeScript
Filter by
54 results
(58 ms)54 results
invim-denops/deno-denops-std (press backspace or delete to remove)Is your feature request related to a problem?
Related to #279.
In function module, we cannot write additional notes in the JSDocs generated from Vim/Neovim s documents because they ll
be all replaced ...
enhancement
mityu
- Opened on Dec 25, 2024
- #280
Describe the bug
It seems popup.open place floating window on Neovim in wrong place.
It seems Vim s col/row starts from 1 but Neovim starts from 0. We should consider the col/row starts from 1 in both ...
bug
good first issue
lambdalisue
- Opened on Nov 11, 2024
- #274
Describe the bug
foldmethod is local to window option.
* foldmethod * * fdm *
foldmethod fdm string (default: manual )
local to window
{not available when compiled without the |+folding| ...
bug
Milly
- 3
- Opened on Aug 29, 2024
- #269
Describe the bug
Related #267.
local to tab page options has getBuffer() method. There is also getWindow() etc. methods.
import { cmdheight } from jsr:@denops/std/option ;
declare const denops: Denops; ...
bug
Milly
- 5
- Opened on Aug 28, 2024
- #268
- Users may access options in an unintended way
- For example, winfixwidth is meant to be window-local, but users can still access it through the getBuffer
method.
1. getBuffer() ...
bug
Milly
- 1
- Opened on Aug 28, 2024
- #267
To prevent human errors like #247 in the future, I want to introduce a mechanism to ensure that the versions of
Vim/Neovim supported by the core denops.vim match the versions of Vim/Neovim downloaded with ...
enhancement
help wanted
lambdalisue
- Opened on Jul 30, 2024
- #249
I want to refactor helper/expr_string and rename it into an eval module. Also, I would like to be able to collaborate
with Lambda.
Usage example:
import type { Denops } from https://deno.land/x/denops_std/mod.ts ...
enhancement
Milly
- 1
- Opened on May 7, 2024
- #243
For example, paste option in Neovim has deprecated and the definition has moved into runtime/doc/deprecated.txt that why
paste option is not listed in option module
https://github.com/neovim/neovim/commit/2daf0b37dbfe54a4510c1033531dbaefd168c387 ...
lambdalisue
- Opened on Feb 4, 2024
- #230
Originally, the helper/echo function was designed as a workaround for a the following limitation in Vim.
Vim (not Neovim) won t show message posted from a channel command and Vim won t pause multiline ...
good first issue
help wanted
lambdalisue
- 1
- Opened on Nov 5, 2023
- #218

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.