Re: lost menu

2006-12-28 Thread scott
On Tuesday 26 December 2006 11:36, scott wrote: has anyone else lost the ability to get a menu by entering :set guioptions+=m nothing happens i see 4: /usr/local/share/vim/vim70/menu.vim in :scriptnames... no glaring errors on build (7.0.178) i build with export

Re: confused by % behavior

2006-12-28 Thread Gary Johnson
On 2006-12-27, Kamaraju Kusumanchi [EMAIL PROTECTED] wrote: On Wednesday 27 December 2006 02:06, A.J.Mechelynck wrote: see :help matchit-install As an alternative to copying the files, you may want to add a pair of softlinks (untested): ~/.vim/plugin/matchit.vim -

perl x modifier regex ?

2006-12-28 Thread Marc Chantreux
hi all, Is there a way to obtain the perl x modifier behaviour in vim regex (spaces are non significants, comments are allowed). This is very usefull to make a regexp more readable. regards mc

Re: perl x modifier regex ?

2006-12-28 Thread Theerasak Photha
On 12/28/06, Marc Chantreux [EMAIL PROTECTED] wrote: hi all, Is there a way to obtain the perl x modifier behaviour in vim regex (spaces are non significants, comments are allowed). This is very usefull to make a regexp more readable. No, but there is this:

Re: perl x modifier regex ?

2006-12-28 Thread A.J.Mechelynck
Marc Chantreux wrote: hi all, Is there a way to obtain the perl x modifier behaviour in vim regex (spaces are non significants, comments are allowed). This is very usefull to make a regexp more readable. regards mc You can always add one or more lines of comments above or below the line

Re: HTML files don't auto indent, everything else does

2006-12-28 Thread A.J.Mechelynck
thesheep wrote: For some reason the auto-indent features aren't working with HTML source files (and I want them to). I've tried these: :filetype indent on :set autoindent I've also tried all these kinds of things: :set shiftwidth=2 :set softtabstop=2 And then doing 'gg=G' to auto indent.

Re: Is the mailing list subscription mechanism broken?

2006-12-28 Thread A.J.Mechelynck
Gregory Margo wrote: I've been trying to subscribe to both the vim vim-dev mailing lists from a different address (to escape the extremely unreliable pacbell/sbc/att mail servers). I get a confirmation message back right away, but after replying to that, I never receive either a welcome to

Re: error in help on tag-highlight ?

2006-12-28 Thread Toon Knapen
Theerasak Photha wrote: (I hope you don't mind that I am putting this on the mailing list---I like to share my thoughts with everyone.) sure The material in the manual is evidently based on outdated information, as the ctags invocation given doesn't work Is there some process to make

Re: c-wc-s on *nix vim

2006-12-28 Thread DervishD
Hi Manu :) * Manu Hack [EMAIL PROTECTED] dixit: It works in Vim7 on WinXP but not on *nix (I tried solaris and linux). On *nix, it just stopped until I press c-q. Why was it happened? Usually, under UNIX, the c-s combination stops the TTY and c-q resumes it. For example, under Linux

Using vim to as a pager for manual pages.

2006-12-28 Thread Zvi Har'El
Dear Vim Gurus, I am using Linux in a UTF-8 locale, and I have a problem with using less as a pager for manual pages: I cannot search for options, since they use a dash instead of a minus sign, and I don't have an easy way to type the hyphen (I have put some xterm definitions for various dashes

Re: Using vim to as a pager for manual pages.

2006-12-28 Thread Gary Johnson
On 2006-12-28, Zvi Har'El [EMAIL PROTECTED] wrote: Dear Vim Gurus, I am using Linux in a UTF-8 locale, and I have a problem with using less as a pager for manual pages: I cannot search for options, since they use a dash instead of a minus sign, and I don't have an easy way to type the

Re: c-wc-s on *nix vim

2006-12-28 Thread panshizhu
C-S is used for terminal flow control in Unix. So, try C-W s instead of C-WC-S, i.e. release the ctrl after C-W and press a single S. -- Sincerely, Pan, Shi Zhu. ext: 2606 Manu Hack [EMAIL PROTECTED] 写于 2006-12-29 02:15:16: It works in Vim7 on WinXP but not on *nix (I tried solaris and

Re: i_CTRL-Y on Windows

2006-12-28 Thread panshizhu
Try to see if you sourced mswin.vim somewhere. (it may be in your .vimrc, or $VIMRUNTIME/vimrc_example.vim, or anywhere in the $VIM.) An easy way may be: delete the mswin.vim file, restart vim and the script souceing that file will report an error, then you'll know where you had sourced it. If