Re: Wish: filetype .txx files as cpp

2007-05-22 Thread Andy Wokula
Tomáš Kazmar schrieb: # Users can define there own filetype.vim to detect additional filetypes. # Other places in the runtimepath are suited as well. Thanks for your answer but I am aware of this and have .vim/filetype.vim properly edited, just thought it would not break anything if vim worked

Re: Wish: filetype .txx files as cpp

2007-05-22 Thread Tomáš Kazmar
# Users can define there own filetype.vim to detect additional filetypes. # Other places in the runtimepath are suited as well. Thanks for your answer but I am aware of this and have .vim/filetype.vim properly edited, just thought it would not break anything if vim worked like that by default...?

minor request: macros/life/life.vim address update

2007-05-22 Thread eli
:r! locate life.vim /usr/local/libdata/vim/vim71/macros/life/life.vim :r! head -5 /usr/local/libdata/vim/vim71/macros/life/life.vim " Macros to play Conway's Game of Life in vi " Version 1.0m: edges wrap " by Eli-the-Bearded ([EMAIL PROTECTED]), Sept 1996 " This file may be free distributed so lo

Re: Subject: Re: vim on cygwin using win32 clipboard

2007-05-22 Thread Frodak Baksik
On 5/18/07, Gary Johnson <[EMAIL PROTECTED]> wrote: On 2007-05-17, Gary Johnson <[EMAIL PROTECTED]> wrote: > On 2007-02-15, Frodak Baksik <[EMAIL PROTECTED]> wrote: > > On 2/15/07, Chris Sutcliffe wrote: > > > > > Also, is there anything I can do to help get the original > > > > > patch accepted

Re: Wish: filetype .txx files as cpp

2007-05-22 Thread Andy Wokula
Tomáš Kazmar schrieb: Hi, i am knew to this list so i apologise if this kind of suggestion is not welcome. Is it possible to have files with .txx extension included in the list of cpp files in filetype.vim like this: " C++ if has("fname_case") au BufNewFile,BufRead *.cxx,*.c++,*.C,*.H,*

vim + python + omniorbpy (would it be possible to compile vim/main.c as c++??)

2007-05-22 Thread misi e
Hello, python with vim is just prosciuto di parma with melone, idem est the best combination. However: I cannot use omniorb (python CORBA stuff), since it is a C++ module as shared library. Even python main module must be compiled as C++ in order to be able to load the c++ stuff. My understand

Is vim 64-bit safe??

2007-05-22 Thread Brian Gupta
I was wondering if vim can edit files larger than 2GB? (My understanding is that it would have to be compiled in 64-bit mode to allow this.) Thanks, Brian

Wish: filetype .txx files as cpp

2007-05-22 Thread Tomáš Kazmar
Hi, i am knew to this list so i apologise if this kind of suggestion is not welcome. Is it possible to have files with .txx extension included in the list of cpp files in filetype.vim like this: " C++ if has("fname_case") au BufNewFile,BufRead *.cxx,*.c++,*.C,*.H,*.hh,*.hxx,*.hpp,*.moc,*.