dv} splits multibyte characters

2017-01-09 Fir de Conversatie Urtica dioica
Using UTF-8, start from an empty file and type: grádv} And your buffer should now contain the lonely byte , which is the last byte of the entered character á in UTF-8. I've only managed to trigger this using (possibly numbered) dv} or cv} or yv} where it would normally delete up to (but not

Patch 8.0.0163

2017-01-09 Fir de Conversatie Bram Moolenaar
Patch 8.0.0163 Problem:Ruby 2.4 no longer supports rb_cFixnum. Solution: move rb_cFixnum into an #ifdef. (Kazuki Sakamoto, closes #1365) Files: src/if_ruby.c *** ../vim-8.0.0162/src/if_ruby.c 2016-08-29 22:42:20.0 +0200 --- src/if_ruby.c 2017-01-09

Re: [patch] Build error occurred with --with-features=small --enable-gui=gnome2 on Fedora

2017-01-09 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > Hi Kazunobu, > > 2017-1-9(Mon) 15:53:36 UTC+9 Kazunobu Kuriyama: > > 2017-01-09 12:27 GMT+09:00 h_east : > > > > > > Hi Bram and list, > > > > > > > > A build error has occurred with the following configure on Fedora 23. > > > > > > > > $

Patch 8.0.0162

2017-01-09 Fir de Conversatie Bram Moolenaar
Patch 8.0.0162 Summary:build error on Fedora 23 Problem:Build error on Fedora 23 with small features and gnome2. Solution: Undefine ngettext(). (Hirohito Higashi) Files: src/gui_gtk.c, src/gui_gtk_x11.c *** ../vim-8.0.0161/src/gui_gtk.c 2016-11-17 19:11:51.713378271 +0100

Re: [vim/vim] Feature Request: Line numbers in hex (#1368)

2017-01-09 Fir de Conversatie Nikolay Aleksandrovich Pavlov
2017-01-09 18:39 GMT+03:00 Jay Sistar : > Please add an option such as ":set numberbase=16" to allow line number > bases. Use case? > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > > -- > -- >

Re: [patch] Build error occurred with --with-features=small --enable-gui=gnome2 on Fedora

2017-01-09 Fir de Conversatie Kazunobu Kuriyama
2017-01-09 16:32 GMT+09:00 h_east : > Hi Kazunobu, > > 2017-1-9(Mon) 15:53:36 UTC+9 Kazunobu Kuriyama: > > 2017-01-09 12:27 GMT+09:00 h_east : > > > > > > Hi Bram and list, > > > > > > > > A build error has occurred with the following configure on Fedora

Patch 8.0.0161

2017-01-09 Fir de Conversatie Bram Moolenaar
Patch 8.0.0161 (after 8.0.0159) Problem:Build fails when using small features. Solution: Update #ifdef for using save_ccline. (Hirohito Higashi) Files: src/ex_getln.c *** ../vim-8.0.0160/src/ex_getln.c 2017-01-08 20:00:00.232408217 +0100 --- src/ex_getln.c 2017-01-09

Re: Patch 8.0.0159

2017-01-09 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > Hi Bram and list, > > 2017-1-9(Mon) 4:00:38 UTC+9 Bram Moolenaar: > > Patch 8.0.0159 > > Summary:crash on startup when updating tabline > > Problem:Using a NULL pointer when using feedkeys() to trigger drawing a > > tabline. > > Solution: Skip

Re: [vim/vim] Failed to build from source - save_ccline (#1366)

2017-01-09 Fir de Conversatie h_east
Hi zdohnal, 2017-1-9(Mon) 18:23:40 UTC+9 zdohnal: > Hi, > > when I tried to build vim,m it ended with compile error that save_ccline > variable is not defined. That error happened in part of code, which is in > #ifdef FEAT_CMDWIN, so I solved it by adding this name to line 215. [...] I have