#28093: vim @7.3.102_0 LaTeX Error --------------------------------------+------------------------------------- Reporter: smokejumperit@… | Owner: raimue@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: worksforme | Keywords: vim, latex Port: vim | --------------------------------------+------------------------------------- Changes (by raimue@…): * status: assigned => closed * resolution: => worksforme Comment: If you are using ~/.exrc it is very likely that vim is running in `compatible` mode, emulating the classic vi. Check for this using `:set compatible?`. If it says 'compatible', the script syntax is limited and does not support line continuation using '\' which the syntax file in question probably uses. Try adding a `set nocompatible` at the beginning of your .exrc or even switch to .vimrc which would set this automatically. -- Ticket URL: <https://trac.macports.org/ticket/28093#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS