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: Prevent vim from polluting the file system with a bunch of temporary $HOME/.viminf[a-z] files

2021-07-01 Thread arocker
> The best way to avoid having those files laying around is to find > out why Vim is unable to rename them and fix that problem. Watch > for error messages when Vim closes. > Possibly a permissions problem? A look at the permissions and ownership of the files and the containing directory might