Re: syn region question

2010-08-14 Thread Jeri Raye
Hi Ben, On Fri, Aug 13, 2010 at 8:45 PM, Benjamin R. Haskell v...@benizi.com wrote: The attached file seems to do what you want, w.r.t. both the multiple block keywords, and not modifying the original $VIMRUNTIME/syntax/vhdl.vim.  To use it, put it in your ~/.vim/after/syntax/ directory

Re: INSERT mode

2010-08-14 Thread r48gx
Just put this in my .vimrc ro...@novaprospect:~$ more .vimrc inoremap left escleft inoremap right escright inoremap up escup inoremap down escdown ro...@novaprospect:~$ It does exactly what I want now. It exits insert mode when I hit a cursor key. Thank you so much ! I was about to remove vim

Re: INSERT mode

2010-08-14 Thread bill lam
Does it moves an extra character position to the left? Птн, 13 Авг 2010, r48gx писал(а): Just put this in my .vimrc ro...@novaprospect:~$ more .vimrc inoremap left escleft inoremap right escright inoremap up escup inoremap down escdown ro...@novaprospect:~$ It does exactly what I want

Re: to :iunmap the maps which begis with some key

2010-08-14 Thread Tony Mechelynck
On 14/08/10 05:13, eliweiq001 wrote: I want to :iunmap all the maps which begins withLeader How can I do it easily? AFAIK, you can do it but not by just snapping your fingers. Here are the basic steps, implementation is left as an exercise to the reader. The command :0verbose imap

Re: Mouse control in a Quick Edit mode Windows console

2010-08-14 Thread Jean Johner
On Aug 14, 1:46 am, John Beckett johnb.beck...@gmail.com wrote: You have had some probably not replies, so let me be more definite. You are talking about Windows command prompt, where you can right-click a command prompt title bar and choose Properties, Options tab, QuickEdit Mode. The

Re: Mouse control in a Quick Edit mode Windows console

2010-08-14 Thread Jean Johner
Sorry, the above answer should have gone to vim_dev. Please neglect the present thread. Jean Johner -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

About python syntax highlighting

2010-08-14 Thread H Xu
Hello, I recommend the python syntax file add highlighting for the word self. Thank you. Regards, Hong Xu 2010/8/14 -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit

How do i open the firefox to debug php-script in vim with the map ?

2010-08-14 Thread coolesting
As the topic, i want to debug the php-script of how to do with the map in the vim, if the firefox not existing in the current window or process, open it and send a request by the url of the preceding setting , or jump to the firefox to executing an action of the flash page just like the

Re: How do i open the firefox to debug php-script in vim with the map ?

2010-08-14 Thread Tony Mechelynck
On 14/08/10 10:41, coolesting wrote: As the topic, i want to debug the php-script of how to do with the map in the vim, if the firefox not existing in the current window or process, open it and send a request by the url of the preceding setting , or jump to the firefox to executing an action of

Re: INSERT mode

2010-08-14 Thread robin clark
no just seems to go out of insert mmode when you hit an arrow key On 14 August 2010 07:43, bill lam cbill@gmail.com wrote: Does it moves an extra character position to the left? Птн, 13 Авг 2010, r48gx писал(а): Just put this in my .vimrc ro...@novaprospect:~$ more .vimrc inoremap left

Re: syn region question

2010-08-14 Thread Benjamin R. Haskell
On Sat, 14 Aug 2010, Jeri Raye wrote: Hi Ben, On Fri, Aug 13, 2010 at 8:45 PM, Benjamin R. Haskell wrote: The attached file seems to do what you want, [...] [...] For some insight into how it works, do: :echo orig_syntax when I type :echo original_syntax then I noticed that entity is

tabline vs. guitabline

2010-08-14 Thread Ben Fritz
I was trying out the new feature in Vim 7.3 where you can drag-and- drop tab pages to re-order them, and discovered quickly that it only works when I am not using the guitabline, only when using the textual tabline (i.e. it only has any effect to drag-n-drop when 'guioptions' does not contain

Re: tabline vs. guitabline

2010-08-14 Thread Tony Mechelynck
On 14/08/10 23:03, Ben Fritz wrote: I was trying out the new feature in Vim 7.3 where you can drag-and- drop tab pages to re-order them, and discovered quickly that it only works when I am not using the guitabline, only when using the textual tabline (i.e. it only has any effect to drag-n-drop

Re: syn region question

2010-08-14 Thread Tony Mechelynck
On 14/08/10 23:02, Benjamin R. Haskell wrote: On Sat, 14 Aug 2010, Jeri Raye wrote: Hi Ben, On Fri, Aug 13, 2010 at 8:45 PM, Benjamin R. Haskell wrote: The attached file seems to do what you want, [...] [...] For some insight into how it works, do: :echo orig_syntax when I type :echo

Re: Tips for remembering command's of scripts

2010-08-14 Thread Cesar Romani
On 10/08/2010 12:25 p.m., Tom Link wrote: AK: If I get you right, you've basically implemented a docstring parser for VimL... do I read you? Is this code published somewhere? I use this ruby script to generate help files from embedded comments similar to how rdoc works for ruby source

Re: PHP trick/tips solicited

2010-08-14 Thread Tim Johnson
* Joan Miquel Torres Rigo joanmiq...@mallorcaweb.net [100813 19:44]: 2010/8/13 Joan Miquel Torres Rigo joanmiq...@mallorcaweb.net: Finally I forginven the example... (I also add below a few extraction of the ~/.vimrc in my personal machine (out of my job and less elaborated) This is a

Re: I think vim.org should have a common plugin package on vim.org

2010-08-14 Thread Britton Kerin
2010/8/7 Tony Mechelynck antoine.mechely...@gmail.com: On 04/08/10 10:42, H Xu wrote: On 2010/8/4 14:00, Ricky J. Wu wrote: On 8月4日, 下午1时56分, Ricky J. Wurichi...@live.com wrote: Many people quit using vim because they think vim is not as powerful as emacs. Learn vim need patients and

Re: INSERT mode

2010-08-14 Thread bill lam
(moderators, sorry for top-posting in my previous message) Сбт, 14 Авг 2010, robin clark писал(а): inoremap left escleft inoremap right escright Hitting esc in insert mode will go to command mode with cursor move one character backwards except in the begining of a line.[1] [1] vi Tutorial

Re: I think vim.org should have a common plugin package on vim.org

2010-08-14 Thread Steve Hall
On Sat, 2010-08-14 at 16:51 -0700, Britton Kerin wrote: What I would like to see is something like extended mod packs created by individual users. In this scheme, expert users would somehow publish their entire piles of plugins and glue, together with some explanation of the logic of the

Re: I think vim.org should have a common plugin package on vim.org

2010-08-14 Thread Tony Mechelynck
On 15/08/10 01:51, Britton Kerin wrote: 2010/8/7 Tony Mechelynckantoine.mechely...@gmail.com: On 04/08/10 10:42, H Xu wrote: On 2010/8/4 14:00, Ricky J. Wu wrote: On 8月4日, 下午1时56分, Ricky J. Wurichi...@live.com wrote: Many people quit using vim because they think vim is not as powerful

Re: syn region question

2010-08-14 Thread Benjamin R. Haskell
On Sun, 15 Aug 2010, Tony Mechelynck wrote: On 14/08/10 23:02, Benjamin R. Haskell wrote: [...] You also have to set foldmethod=syntax. Sorry, probably could've added it to that file: :set fdm=syntax :setlocal fdm=syntax You don't want to make it the new default

Re: I think vim.org should have a common plugin package on vim.org

2010-08-14 Thread Alessandro Antonello
Well, not everybody has the same wants and needs. There are already quite a lot of plugins that come with Vim. Why should I download an additional enormous package (a single tarball with the whole lot of vim.org scripts maybe?) of which I'll use only a percent or two? (and the next guy will