Re: Non-Latin Characters Disply in the VIM for Win32

2008-11-20 Fir de Conversatie Szabolcs
Most Windows programs, like Notepad, will use different fonts for different types of characters. Even if Notepad is set to use Courier New, it will use a different font to display e.g. Chinese characters. Windows Vim does not do this. It only uses the font that is specified in the options. Cou

Re: Opening files with Unicode names under Windows?

2008-09-13 Fir de Conversatie Szabolcs Horvát
On Sat, Sep 13, 2008 at 16:09, Bram Moolenaar wrote: > > I wonder why this has not been a problem before. > It is not surprising that this does not come up often. Those people who use localized versions of Windows are less likely to run into such problems (for example on a Hungarian Windows syste

Re: Opening files with Unicode names under Windows?

2008-09-11 Fir de Conversatie Szabolcs
On Sep 11, 1:08 am, Tony Mechelynck <[EMAIL PROTECTED]> wrote: > On 10/09/08 22:59, Szabolcs Horvát wrote: > > > 2008/9/10 Szabolcs<[EMAIL PROTECTED]>: > >> It turns out that I was wrong.  Vim *can* open these files if I use > >> the :e command, or I br

Re: Opening files with Unicode names under Windows?

2008-09-10 Fir de Conversatie Szabolcs Horvát
2008/9/10 Szabolcs <[EMAIL PROTECTED]>: > > It turns out that I was wrong. Vim *can* open these files if I use > the :e command, or I browse to the file with Vim as you suggested, or > I just drag it onto the Vim window. The problem is only present when > I use the "E

Re: Opening files with Unicode names under Windows?

2008-09-10 Fir de Conversatie Szabolcs
On Sep 10, 9:22 pm, Tony Mechelynck <[EMAIL PROTECTED]> wrote: > On 10/09/08 21:00, Szabolcs wrote: > > > > > I do have > > > set enc=utf-8 > > > in my vimrc, but Windows gVim (on English WinXP) still cannot open > > files with non-latin1 characte

Re: Opening files with Unicode names under Windows?

2008-09-10 Fir de Conversatie Szabolcs
I do have set enc=utf-8 in my vimrc, but Windows gVim (on English WinXP) still cannot open files with non-latin1 characters in the name. For example, opening őű.txt will try to open ou.txt. I use version 7.2 downloaded from www.vim.org. What might be the difference between my and Vadim Zeitl

Fortran plugin and vimrc_example

2008-05-25 Fir de Conversatie Szabolcs
The Fortran plugin's documentation gives instructions on how to enable automatic selection of source format (fixed or free form) based on the file extension (see :help fortran). It also mentions that this will only work if the "filetype plugin indent on" line precedes the "syntax on" one in vimrc

Re: syntax: reusing nested expressions

2008-02-03 Fir de Conversatie Szabolcs
On Feb 3, 7:04 am, "George V. Reilly" <[EMAIL PROTECTED]> wrote: > I'm trying to write some syntax highlighting for PBwiki, and I'd like to > reuse some complex regexps. Hi, I asked the same question recently and got this answer: http://groups.google.com/group/vim_use/browse_thread/thread/84f1

Re: .nb files are Mathematica notebooks

2008-01-17 Fir de Conversatie Szabolcs
versions 3.0, 5.2 and 6.0) had any. So perhaps any *.nb file whose first two characters are (* could be linked to the mma file type? Szabolcs --~--~-~--~~~---~--~~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

.nb files are Mathematica notebooks

2008-01-16 Fir de Conversatie Szabolcs
Currently only *.m files are recognized as mma filetype (Mathematica). *.nb files can also be safely linked to the mma file type, as Mathematica notebooks just contain one big Mathematica expression. Of course one does not normally edit raw notebook files with a text editor, but syntax colouring