Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(editor): handle new multibyte sequences in normal mode replacement | bfredl | 2024-11-04 |
| | | | | | | | while the implementation is not tied to screen chars, it is a reasonable expectation to support the same size. If nvim is able to display a multibyte character, it will accept the same character as input, including in normal mode commands like r{char} | ||
* | refactor: remove redundant struct names | dundargoc | 2024-01-02 |
| | | | | A struct can be anonymous if only its typedef is used. | ||
* | refactor(IWYU): move typedefs out of globals.h (#26322) | zeertzjq | 2023-11-30 |
| | |||
* | refactor: move some constants out of vim_defs.h (#26298) | zeertzjq | 2023-11-29 |
| | |||
* | refactor(IWYU): create normal_defs.h (#26293) | zeertzjq | 2023-11-29 |