Re: Introducing a dedicated unicode mode in Vim

2021-07-01 Thread Manas
On Sun, Jun 27, 2021 at 12:08:16PM +0200, Bram Moolenaar wrote: > We already have support for input methods. These were originally aimed > at Asian language, but should work for anything. > > Implementation of an input method is tricky and involves user > preferences. Making something Vim-specif

Re: Introducing a dedicated unicode mode in Vim

2021-06-28 Thread L A Walsh
On 2021/06/26 23:02, Manas wrote: Hi folks, I was thinking about the following idea. As Rust introduced usage of non-ascii characters as identifiers You do realize perl has had that for over a decade? -- -- You received this message from the "vim_use" maillist. Do not top-post! Type

Re: Introducing a dedicated unicode mode in Vim

2021-06-27 Thread meine
On Sun, Jun 27, 2021 at 11:32:21AM +0530, Manas wrote: > I wanted to know that will it be interesting to add a dedicated support > for typing unicode characters in Vim? Like we have insert and replace > modes, will it be useful to have a "unicode-mode" which when activated > can enable a typist to

Re: Introducing a dedicated unicode mode in Vim

2021-06-27 Thread Bram Moolenaar
> Hi folks, I was thinking about the following idea. > > As Rust introduced usage of non-ascii characters as identifiers > < https://blog.rust-lang.org/2021/06/17/Rust-1.53.0.html#unicode-identifiers > >, > I wanted to know that will it be interesting to add a dedicated support > for typing uni

Re: Introducing a dedicated unicode mode in Vim

2021-06-26 Thread Manas
Hi folks, I was thinking about the following idea. As Rust introduced usage of non-ascii characters as identifiers < https://blog.rust-lang.org/2021/06/17/Rust-1.53.0.html#unicode-identifiers >, I wanted to know that will it be interesting to add a dedicated support for typing unicode characters i