Hi vim_use!

On Mi, 16 Sep 2009, Christian Brabandt wrote:

> …col("."), 0), "name") !~# 'String')…

That should have been sqlString obviously. You can check, with the 
command that has been given as example under :h synIDattr() and you 
can possibly make it available as command (I have this in my .vimrc):
,----
| if has('user_commands')
|         command! -nargs=0 WhatSyntax echo synIDattr(synID(line("."), 
col("."), 1), "name")
| endif
`----

regards,
Christian
-- 
:wq!

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to