Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(In/De)crement intelligently in neovim configs #5

Open
4 tasks
the-moisrex opened this issue Nov 18, 2024 · 0 comments
Open
4 tasks

(In/De)crement intelligently in neovim configs #5

the-moisrex opened this issue Nov 18, 2024 · 0 comments
Assignees

Comments

@the-moisrex
Copy link
Owner

the-moisrex commented Nov 18, 2024

There are things that can be incremented more cleverly.

Like: uint32_t++ should become uint64_t

  • u8"..." should become U"..." (or utf-16 version of it)
  • std::u8string should become std::u16string
  • 0x03'08bb++ should become 0x03'08bc
  • UTF8 should become UTF16
@the-moisrex the-moisrex self-assigned this Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant