Linda_pp

Results 109 issues of Linda_pp

I defined some `` mappings for the provided mappings to customize the mappings freely. If this PR will be merged, I'll be able to map them freely by setting `g:clang_make_default_mapping`...

`m` is never `nil` because it is initialized at the previous line with slice.

This PR adds following options: - `defaultX`: The X position that should be returned if no file exists yet. Defaults to `0`. - `defaultY`: The Y position that should be...

[action-setup-vim](https://github.com/rhysd/action-setup-vim) is an action to setup Vim/Neovim for testing editor plugins. This tool is useful to install various versions of the editors; stable, nightly, specific version for every platform (Linux,...

## Repro Run the example: ``` cargo run --example multiline ``` ## Expected results All characters are rendered as expected ## Actual results Up arrow character 🭯 ([`U+1FB6F`](https://www.compart.com/en/unicode/U+1FB6F)) is rendered...

bug

**Describe the bug you encountered:** Let's say we have the following code: ```rust use bat::PrettyPrinter; let targets: (PathBuf, Vec) = vec![]; let mut pp = PrettyPrinter::new(); for (path, ranges) in...

bug

Fixes #1919 With this API, the code written in #1919 can be improved as follows: ```rust use bat::PrettyPrinter; let targets: (PathBuf, Vec) = vec![]; let mut pp = PrettyPrinter::new(); for...

waiting-on-author

I got an issue report in my project and it turned out that it was a bug of this library. https://github.com/rhysd/remark-emoji/issues/19 This PR fixes the bug. Many `man-*` and `woman-*`...

status: blocked

[YAML spec](https://yaml.org/spec/1.2/spec.html) says at 3.2.1.1: > The content of a mapping node is an unordered set of key: value node pairs, with the restriction that each of the keys is...

**Is your feature request related to a problem? Please describe.** [actionlint](https://github.com/rhysd/actionlint) provides `-ignore` option to ignore some errors. This is necessary to ignore some false positives or errors which a...

enhancement
O: backlog 🤖