[Vim-latex-devel] Indentation problem

2012-06-18 Thread Tohiko Looka
Greetings, I've recently started using Vim-Latex (and Vim for that matter) and I'm loving it. One problem though that I wish would be fixed is the indentation. I usually add a few spaces for every environment I'm in and using Vim smart indent everything works beautifully However, if I type "equati

[Vim-latex-devel] Auto completion of references

2012-06-18 Thread Tohiko Looka
Greetings, I included the following line in my tex.vim file set iskeyword+=: And now I can type "\ref{eqn:" and then press and a list of labels will show up However, I noticed that if I have an symbol in my label (like - or _ ) then only the label up to that symbol shows up in the list. Any idea

Re: [Vim-latex-devel] Auto completion of references

2012-06-19 Thread Tohiko Looka
Yes, adding -_ to the iskeyword variable worked, BTW, and F9 show too different lists. Thank you very much -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat lan

[Vim-latex-devel] Automatic redirection to errors

2012-09-17 Thread Tohiko Looka
Greetings, One of the annoying features of vim-latex is that it automatically goes to the first error or warning after a compilation This is annoying because I lose my undo stack and I have to open the file again. It also sometimes goes to unrelated files like aux files for example. How can I dis

Re: [Vim-latex-devel] Automatic redirection to errors

2012-09-17 Thread Tohiko Looka
I forgot to mention that I do have Tex_GoToError=0 But the quickfix window still pops up and the file with the error is automatically opened -- Live Security Virtual Conference Exclusive live event will cover all the ways