Re: Are the --enable-hangulinput and --enable-xim confilct?

2019-08-28 Thread SungHyun Nam
2019-08-27 오전 4:25에 Bram Moolenaar 이(가) 쓴 글: Namsh wrote: 2019-08-25 오후 2:25에 Hongyi Zhao 이(가) 쓴 글: Hi, I try to build vim with the --enable-hangulinput and --enable-xim confilct at the same time, but failed with error: - vim.h:1585:63: error: called object ‘size_t’

Re: Mapping erases search count message

2019-08-28 Thread Tony Mechelynck
On Wed, Aug 28, 2019 at 8:12 AM Gary Johnson wrote: > Yes, if you were to use those first two mappings without the > AdjCursor() function defined, I would expect them to fail as you > describe. You can avoid that by defining AdjCursor() as an empty > function. Alternatively, you can use the

Re: Mapping erases search count message

2019-08-28 Thread Gary Johnson
On 2019-08-28, Christian Brabandt wrote: > On Di, 27 Aug 2019, Gary Johnson wrote: > > > I just tried exposing the search count message by removing 'S' from > > 'shortmess', but I couldn't see it. I discovered that it is hidden, > > erased and/or not updated by a couple of my mappings. > > > >

Re: Mapping erases search count message

2019-08-28 Thread Gary Johnson
On 2019-08-28, Tony Mechelynck wrote: > On Wed, Aug 28, 2019 at 7:31 AM Gary Johnson wrote: > > > > I just tried exposing the search count message by removing 'S' from > > 'shortmess', but I couldn't see it. I discovered that it is hidden, > > erased and/or not updated by a couple of my mappings.

Re: Failed to parse vim.desktop file msgs

2019-08-28 Thread Christian Brabandt
On Di, 27 Aug 2019, M Kelly wrote: > Hi, > > I get many of these msgs on my system in syslog: > > Aug 27 15:02:15 gnome-session[]: (gnome-software:): > As-WARNING **: failed to rescan: Failed to parse > /usr/local/share/applications/vim.desktop file: cannot process file of type >

Re: Mapping erases search count message

2019-08-28 Thread Christian Brabandt
On Di, 27 Aug 2019, Gary Johnson wrote: > I just tried exposing the search count message by removing 'S' from > 'shortmess', but I couldn't see it. I discovered that it is hidden, > erased and/or not updated by a couple of my mappings. > > nnoremap n nzv:call AdjCursor() > nnoremap