Re: [Vim-latex-devel] inputgraphics completion not working

2010-02-17 Thread Till Maas
On Wed, Feb 03, 2010 at 12:23:40PM +0100, Simon Quittek wrote:

 there were some changes on the completion algorithms recently.
 For me, now \inputgraphics[]{} is not working.
 Completion in \include{} is still OK.
 There is a minimal working example in the attachment.

It does not work for me, too. I hope I find the time to debug it soon,
but there are also some other projects I have to spend some time with.
If you can maybe search for the commit that broke it, it would already
help a lot. The easiest way is probably to create a new user, run svn
co
https://vim-latex.svn.sourceforge.net/svnroot/vim-latex/trunk/vimfiles
~/.vim and edit the .vimrc as it is explained in the docs. Then inside
the ~/.vim directory, you can switch revisions with svn up -r 12345
where 12345 is the revision you want to test.

Regards
Till


pgpjeTnAJt4Xn.pgp
Description: PGP signature
--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel


Re: [Vim-latex-devel] Package support files

2010-02-17 Thread Andreas Wagner

Hello List,

* Till Maas dixit [170210 12:33]:
I have put together four package support files and would like to ask you to have a look at them and if 
they are okay by you, to add them to the list of distributed package support files.


Thank you. I only have two formal requests. Do you mind adding a line to the source stating that you are 
the author and another that says that the file can be distributed using the vim license?


Sure. Find them attached again. Thanks a lot for maintaining this package!

Cheers,
Andreas



--
Dr. des. Andreas Wagner
Goethe-Universität Frankfurt
http://tinyurl.com/awagner
Tel. +49 (0)69/798-22765

Exzellenz-Cluster The Formation of Normative Orders
http://www.normativeorders.net/
Senckenberganlage 31, R. 517
60325 Frankfurt am Main

Institut für Philosophie
Grüneburgplatz 1, R. 2.456
60629 Frankfurt am Main
 Biblatex package support v 0.1 2010-02-17
 This file has been written by
 Andreas Wagner Andreas dot Wagner at em dot uni-frankfurt dot de
 based on the documentation of
 biblatex 0.8e, July 4 2009.
 It can be used, modified and distributed according to the vim license.


if exists(biblatex_package_file)
finish
endif
let biblatex_package_file = 1

let g:TeX_package_option_biblatex = 
\ 'style=,'
\.'citestyle=,'
\.'bibstyle=,'
\.'natbib=,'
\.'sorting=,'
\.'sortlos=,'
\.'sortcites=,'
\.'maxnames=,'
\.'minnames=,'
\.'maxitems=,'
\.'minitems=,'
\.'autocite=,'
\.'autopunct=,'
\.'babel=,'
\.'block=,'
\.'hyperref=,'
\.'backref=,'
\.'indexing=,'
\.'loadfiles=,'
\.'refsection=,'
\.'refsegment=,'
\.'citereset=,'
\.'abbreviate=,'
\.'date=,'
\.'urldate=,'
\.'defernums=,'
\.'punctfont=,'
\.'arxiv=,'
\.'backend=,'
\.'mincrossrefs=,'
\.'bibencoding=,'
\.'useauthor=,'
\.'useeditor=,'
\.'usetranslator=,'
\.'useprefix=,'
\.'skipbib=,'
\.'skiplos=,'
\.'skiplab=,'
\.'dataonly=,'
\.'pagetracker=,'
\.'citetracker=,'
\.'ibidtracker=,'
\.'idemtracker=,'
\.'opcittracker=,'
\.'loccittracker=,'
\.'firstinits=,'
\.'terseinits=,'
\.'labelalpha=,'
\.'labelnumber=,'
\.'labelyear=,'
\.'singletitle=,'
\.'uniquename=,'
\.'openbib'

let g:TeX_package_biblatex =
\ 'sbr:preamble,'
\.'bra:ExecuteBibliographyOptions{+key=value+},'
\.'bra:Bibliography{+file+},'
\.'sbr:localization,'
\.'brd:DefineBibliographyStrings{+lang+}{+definitions+},'
\.'brd:DefineBibliographyExtras{+lang+}{+code+},'
\.'brd:UndefineBibliographyExtras{+lang+}{+code+},'
\.'brd:DefineHyphenationExceptions{+lang+}{+text+},'
\.'bra:NewBibliographyString{+key+},'
\.'sbr:main_commands,'
\.'brs:cite[+prenote+][+postnote+]{+key+},'
\.'brs:Cite[+prenote+][+postnote+]{+key+},'
\.'brs:cite*[+prenote+][+postnote+]{+key+},'
\.'brs:parencite[+prenote+][+postnote+]{+key+},'
\.'brs:Parencite[+prenote+][+postnote+]{+key+},'
\.'brs:parencite*[+prenote+][+postnote+]{+key+},'
\.'brs:footcite[+prenote+][+postnote+]{+key+},'
\.'brs:Footcite[+prenote+][+postnote+]{+key+},'
\.'brs:textcite[+prenote+][+postnote+]{+key+},'
\.'brs:Textcite[+prenote+][+postnote+]{+key+},'
\.'bra:supercite{+key+},'
\.'brs:autocite[+prenote+][+postnote+]{+key+},'
\.'brs:Autocite[+prenote+][+postnote+]{+key+},'
\.'brs:autocite*[+prenote+][+postnote+]{+key+},'
\.'brs:Autocite*[+prenote+][+postnote+]{+key+},'
\.'sbr:multicites,'
\.'brs:cites(+prenote+)(+postnote+)[+prenote+][+postnote+]{+key+}[+prenote+][+postnote+]{+key+},'
\.'brs:Cites(+prenote+)(+postnote+)[+prenote+][+postnote+]{+key+}[+prenote+][+postnote+]{+key+}[+prenote+][+postnote+]{+key+},'
\.'brs:parencites(+prenote+)(+postnote+)[+prenote+][+postnote+]{+key+}[+prenote+][+postnote+]{+key+}[+prenote+][+postnote+]{+key+},'
\.'brs:Parencites(+prenote+)(+postnote+)[+prenote+][+postnote+]{+key+}[+prenote+][+postnote+]{+key+}[+prenote+][+postnote+]{+key+},'
\.'brs:footcites(+prenote+)(+postnote+)[+prenote+][+postnote+]{+key+}[+prenote+][+postnote+]{+key+}[+prenote+][+postnote+]{+key+},'
\.'brs:Footcites(+prenote+)(+postnote+)[+prenote+][+postnote+]{+key+}[+prenote+][+postnote+]{+key+}[+prenote+][+postnote+]{+key+},'
\.'brs:textcites(+prenote+)(+postnote+)[+prenote+][+postnote+]{+key+}[+prenote+][+postnote+]{+key+}[+prenote+][+postnote+]{+key+},'
\.'brs:Textcites(+prenote+)(+postnote+)[+prenote+][+postnote+]{+key+}[+prenote+][+postnote+]{+key+}[+prenote+][+postnote+]{+key+},'
\.'brs:supercites(+prenote+)(+postnote+){+key+}{+key+},'
\.'brs:autocites(+prenote+)(+postnote+)[+prenote+][+postnote+]{+key+}[+prenote+][+postnote+]{+key+},'
\.'brs:Autocites(+prenote+)(+postnote+)[+prenote+][+postnote+]{+key+}[+prenote+][+postnote+]{+key+}[+prenote+][+postnote+]{+key+},'
\.'sbr:text_commands,'
\.'brs:citeauthor[+prenote+][+postnote+]{+key+},'
\.'brs:Citeauthor[+prenote+][+postnote+]{+key+},'
\.'brs:citetitle[+prenote+][+postnote+]{+key+},'
\.'brs:citetitle*[+prenote+][+postnote+]{+key+},'
\.'brs:citeyear[+prenote+][+postnote+]{+key+},'
\.'brs:citeurl[+prenote+][+postnote+]{+key+},'
\.'sbr:special_commands,'
\.'bra:nocite{+key+},'
\.'nor:citereset,'
\.'nor:citereset*,'
\.'nor:mancite,'
\.'brs:fullcite[+prenote+][+postnote+]{+key+},'

Re: [Vim-latex-devel] Package support files

2010-02-17 Thread Till Maas
On Wed, Feb 17, 2010 at 02:58:53PM +0100, Andreas Wagner wrote:

 Sure. Find them attached again. Thanks a lot for maintaining this package!

I added them in changeset 1106.

Regards
Till


--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel