Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problem: vim follows single letter words with ~
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
yoshi314
l33t
l33t


Joined: 30 Dec 2004
Posts: 850
Location: PL

PostPosted: Wed May 03, 2006 4:33 pm    Post subject: problem: vim follows single letter words with ~ Reply with quote

i don't know whether it's the right place for this.

i use vim 7beta and latexsuite. this is my .vimrc
Code:
:set mouse=a
augroup MyIMAPs
        au!
        au VimEnter * call IMAP('--D' , '$D\left[ 0,\infty \right) $', 'tex')
        au VimEnter * call IMAP('(]' , '\left[ <++> \right) $<++>', 'tex')
        au VimEnter * call IMAP('[)' , '\left( <++> \right] $<++>', 'tex')
        au VimEnter * call IMAP('=>' , '\RightArrow', 'tex')
        au VimEnter * call IMAP('<=' , '\LeftArrow', 'tex')
        au VimEnter * call IMAP('->' , '\rightarrow', 'tex')
        au VimEnter * call IMAP('<-' , '\leftarrow', 'tex')
        au VimEnter * call IMAP('dd' , '\downarrow', 'tex')
        au VimEnter * call IMAP('uu' , '\uparrow', 'tex')
        au VimEnter * call IMAP('//' , '\dfrac{<++>}{<++>}<++>', 'tex')
augroup END
these are mostly convenient shortcuts for LaTeX.

problem is - when i type in a single letter word (like "a" , "I", etc) vim immediately follows it with ~ sign when i press spacebar.
i used vim7 and latexsuite for a week or so and i did not have this issue. this is fairly annoying. any tips?
i use vim-7.0_beta and app-vim/latexsuite-1.5.20060124 (is it newer than 1.5 ? )

edit : i tried installing latexsuite-1.5 but it did not help
_________________
~amd64
shrink your /usr/portage with squashfs+aufs
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum