Re: Patch: support for the "space" argument for "listchars"

2013-08-24 Fir de Conversatie Jesus Antonio Santos Giraldo
Nice one ! I'm not proficient at cloning/compiling/patching vim or things alike but I could help with any test that is needed. J. 2013/8/24 glts <676c7...@gmail.com> > On Mon, Aug 19, 2013 at 12:41 AM, Jesus Antonio Santos Giraldo > wrote: > > Almost a year later since last comment, Vim 7.4

Re: Possible bug: Mapping non-ascii keys fail with enc=utf-8 on Windows 7

2013-08-24 Fir de Conversatie Tony Mechelynck
On 24/08/13 21:22, ls...@simula.no wrote: Vim is unable to map non-ascii keys (æ, ø, å) in my utf-8-encoded .vimrc. I am using Scandinavian letters (æ, ø and å) in mappings and as leader. When changing 'encoding' from latin1 to utf-8 and writing/sourcing my .vimrc (as utf-8), the mappings brea

Re: problem with spellsuggest on vim 7.4.5

2013-08-24 Fir de Conversatie glts
On Sat, Aug 24, 2013 at 9:48 PM, Cesar Romani wrote: > On 22/08/2013 07:14 a.m., Bram Moolenaar wrote: >> >> Cesar Romani wrote: >> >>> spellsuggest with 'set sps:file:{filename}' doesn't work. >>> I'm using vim 7.4.5 on windows 7. >>> I created a file, say sps.txt, and put there the following lin

Possible bug: Mapping non-ascii keys fail with enc=utf-8 on Windows 7

2013-08-24 Fir de Conversatie lstor
Vim is unable to map non-ascii keys (æ, ø, å) in my utf-8-encoded .vimrc. I am using Scandinavian letters (æ, ø and å) in mappings and as leader. When changing 'encoding' from latin1 to utf-8 and writing/sourcing my .vimrc (as utf-8), the mappings break. I asked on StackOverflow for help (link t

Re: problem with spellsuggest on vim 7.4.5

2013-08-24 Fir de Conversatie Cesar Romani
On 22/08/2013 07:14 a.m., Bram Moolenaar wrote: > > Cesar Romani wrote: > >> spellsuggest with 'set sps:file:{filename}' doesn't work. >> I'm using vim 7.4.5 on windows 7. >> I created a file, say sps.txt, and put there the following lines: >> >> Enantes/Antes >> chaofa/chaufa >> aser/hacer >> kio

[BUG] Three concealed bugs:

2013-08-24 Fir de Conversatie ZyX
1. synconcealed() does not actually allow to find out the concealed region: Consider the following code: vim -u NONE -c 'call setline(".", "alpha")' \ -c 'syntax match Error /alpha/ conceal cchar=a' \ -c 'syntax match PreProc /p/ contained conta

Re: [patch] add digraph() function

2013-08-24 Fir de Conversatie Christian Brabandt
On Do, 22 Aug 2013, Bram Moolenaar wrote: > Christian Brabandt wrote: > > > Bram, > > this patch adds a digraph function. This allows plugin writers to > > generate needed digraphs easily and one does not need such a crude > > workaround anymore: > > > > :exe ":norm! :let x = '\a:'\" > > Than

Re: Patch: support for the "space" argument for "listchars"

2013-08-24 Fir de Conversatie glts
On Mon, Aug 19, 2013 at 12:41 AM, Jesus Antonio Santos Giraldo wrote: > Almost a year later since last comment, Vim 7.4 is out... and again there is > no *space* option for listchars... :( :( :( > > Maybe anyone has implemented this patch in 7.4? If so, I really appreciate it. > As I said a year