A redrawing bug with linespace=0

2013-08-29 Fir de Conversatie Alexei Alexandrov
horizontal line visible, see attachment. I guess it has to do with ClearType, but I believe there was no such issue in 7.3. -- Alexei Alexandrov -- -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information

Re: Bug report: typing misbehaves when changing a word with quot;ciwquot; for a numbered list

2011-01-17 Fir de Conversatie Alexei Alexandrov
Bram Moolenaar Bram at Moolenaar.net writes: I think it's a bug. It's very annoying - I'm using the anw flags quite a bit. Maybe I hit some corner case here. This might very well be fixed by patch 7.3.020. If your Vim doesn't include it, try installing a newer version. I have

Re: Remote command equivalent for -q command line option

2008-07-08 Fir de Conversatie Alexei Alexandrov
with it, thanks! But I just realized that I don't like --remote-send since it doesn't create a new Vim instance in case when no server is running yet... Keeping thinking and trying... -- Alexei Alexandrov --~--~-~--~~~---~--~~ You received this message from the vim_dev

Re: Remote command equivalent for -q command line option

2008-07-08 Fir de Conversatie Alexei Alexandrov
Ben Schmidt wrote: Alexei Alexandrov wrote: Err... I'll play with it, thanks! But I just realized that I don't like --remote-send since it doesn't create a new Vim instance in case when no server is running yet... Keeping thinking and trying... If not on Windows, perhaps an autocommand

Remote command equivalent for -q command line option

2008-07-07 Fir de Conversatie Alexei Alexandrov
raise Vim window so it's not convenient either... Is it possible to get what I want? -- Alexei Alexandrov --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Format options in ftplugin/python.vim

2008-06-28 Fir de Conversatie Alexei Alexandrov
to ftplugin/python.vim: Set 'formatoptions' to break comment lines but not other lines, and insert the comment leader when hitting CR or using o. setlocal fo-=t fo+=croql -- Alexei Alexandrov --~--~-~--~~~---~--~~ You received this message from the vim_dev

Re: quickfix in foldopen doesn't work for keyboard mappings

2008-02-22 Fir de Conversatie Alexei Alexandrov
to get the same effect. Regards, Jürgen Ah, thanks! -- Alexei Alexandrov --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: VIM and NTFS streams

2008-02-06 Fir de Conversatie Alexei Alexandrov
krischik wrote: I fear you missed something - since NTFS v3.0 named forks are supported. They are called Alternate data streams. Oops, yep, I have a lot of stuff to catch up with. -- Alexei Alexandrov --~--~-~--~~~---~--~~ You received this message from

Re: VIM and NTFS streams

2008-02-05 Fir de Conversatie Alexei Alexandrov
streams, does it? It might be similar but numbers are too far from string identifier convenience. Which brings me back to my original thought - the design and implementation of data streams in NTFS are useless. -- Alexei Alexandrov --~--~-~--~~~---~--~~ You

Re: Patch 7.1.235

2008-01-19 Fir de Conversatie Alexei Alexandrov
Bram Moolenaar wrote: Patch 7.1.235 Problem:Pattern matching is slow when using a lot of simple patterns. Solution: Avoid allocating memory by not freeing it when it's not so much. (Alexei Alexandrov) Files:src/regexp.c Thanks a lot! You had to rework

Re: Re-assigning detectindent plugin

2007-12-15 Fir de Conversatie Alexei Alexandrov
Vladimir Marek Vladimir.Marek at Sun.COM writes: I updated detectindent plugin, but the original author seems to be unreachable Is it possible to receive your updated copy of this plug-in? I'm very interested in it. It would be nice if you could publish it!

Re: Feature request: enable undo after reloading file

2007-11-04 Fir de Conversatie Alexei Alexandrov
in the undo buffer. Yes, this would be the most correct way. It is also not very easy to implement perhaps? P.S. Persistent undo would be great too. :) That's already in the todo list. I know actually - this is why the smile is there. Just making sure you know people need this feature :) -- Alexei

Re: Convert dot command into macro

2007-10-19 Fir de Conversatie Alexei Alexandrov
Ben Schmidt wrote: ... I wonder what Bram thinks about including this functionality in standard Vim? I think it would be useful. What do others think? I would love to see this functionality in Vim. I miss it for very long time. It's very typical when you go through a number of files

Re: Patch for VIM dosbatch syntax file

2007-10-18 Fir de Conversatie Alexei Alexandrov
On Oct 18, 2:40 am, Tony Mechelynck [EMAIL PROTECTED] wrote: Alexei, why _four_ copies (to date) of this post? If you didn't get them yourself, check your gmail spam folder. Sorry, my Thunderbird screwed it up due to a wrong SMTP server setting. Every time it would say that it failed to

Patch for VIM dosbatch syntax file

2007-10-17 Fir de Conversatie Alexei Alexandrov
found it more convenient since ordinary strings are usually file paths in *.bat files and full of wrong words. It's mostly comments and echo strings that should be spell-checked. Thanks! -- Alexei Alexandrov --~--~-~--~~~---~--~~ You received this message from

Patch for VIM dosbatch syntax file

2007-10-17 Fir de Conversatie Alexei Alexandrov
with it I found it more convenient since ordinary strings are usually file paths in *.bat files and full of wrong words. It's mostly comments and echo strings that should be spell-checked. Thanks! -- Alexei Alexandrov --~--~-~--~~~---~--~~ You received this message

Re: Getting runtime files with AAP

2007-10-02 Fir de Conversatie Alexei Alexandrov
Bram Moolenaar wrote: Hmm, perhaps another Python 2.5 incompatibility? At least it works fine for me with Python 2.4.2. Can you please locate the Process.py file in the aap Exec directory, and uncomment the msg_note() call below DEBUG? Then we can see what code is actually executed.

Usage of GetUserName in os_win32.c

2007-10-01 Fir de Conversatie Alexei Alexandrov
Hi Vimmers, In file os_win32.c there is a function mch_get_user_name() which uses GetUserName() function to get the logon name on Windows. The constant used to declare a buffer to get the name is MAX_COMPUTERNAME_LENGTH which is not correct. The correct constant (as mentioned in the

Getting runtime files with AAP

2007-10-01 Fir de Conversatie Alexei Alexandrov
: More info in the logfile: D:\programs\vim\111\AAPDIR\log What might be the reason of the failure? -- Alexei Alexandrov --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---