Bug#412506: massive amounts of errors when starting vim on a .tex file

martin f krafft madduck at debian.org
Mon Feb 26 14:15:12 UTC 2007


Package: vim-latexsuite
Version: 20060325-3
Severity: important

As of late, vim spouts the following screens full of warnings
whenever I edit a .tex file. The problem goes away if I purge
vim-latexsuite:

  "testfile.tex" 39L, 1212C
  v  <NL>          <Plug>IMAP_JumpForward
  v  %           * :<C-U>call <SNR>23_Match_wrapper('',1,'v') <CR>m'gv``
    Q             <Nop>
  v  [%            <Esc>[%m'gv``
  v  ]%            <Esc>]%m'gv``
  v  a%            <Esc>[%v]%
  v  g%          * :<C-U>call <SNR>23_Match_wrapper('',0,'v') <CR>m'gv``
  v  <Plug>IMAP_JumpBack   <C-\><C-N>`<i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_JumpForward   <C-\><C-N>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpBack   "_<Del>i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpForward   "_<Del>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
    <F6>          F<mr:call ConvertToRef()<CR>
  Error detected while processing /usr/share/vim/addons/ftplugin/latex-suite/main.vim:
  line  161:
  E492: Not an editor command: ( <C-\><0e>:call VEnclose('\left( ', ' \right)', '\left(', '\right)')<0d>
  v  <NL>          <Plug>IMAP_JumpForward
  v  %           * :<C-U>call <SNR>23_Match_wrapper('',1,'v') <CR>m'gv``
  v  ;           * :<C-U>call ExecMap(';', 'v')<CR>
  v  ;pi         * <C-\><C-N>:call VEnclose('', '', '\begin{picture}', '\end{picture}')<CR>
  v  ;mp         * <C-\><C-N>:call VEnclose('', '', '\begin{minipage}', '\end{minipage}')<CR>
  v  ;lr         * <C-\><C-N>:call VEnclose('\sbox{', '}', '\begin{lrbox}', '\end{lrbox}')<CR>
  v  ;fi         * <C-\><C-N>:call VEnclose('', '', '\begin{figure}', '\end{figure}')<CR>
  v  ;sp         * <C-\><C-N>:call VEnclose('\subparagraph{', '}', '', '')<CR>
  v  ;pg         * <C-\><C-N>:call VEnclose('\paragraph{', '}', '', '')<CR>
  v  ;s2         * <C-\><C-N>:call VEnclose('\subsubsection{', '}', '', '')<CR>
  v  ;ss         * <C-\><C-N>:call VEnclose('\subsection{', '}', '', '')<CR>
  v  ;se         * <C-\><C-N>:call VEnclose('\section{', '}', '', '')<CR>
  v  ;ch         * <C-\><C-N>:call VEnclose('\chapter{', '}', '', '')<CR>
  v  ;pa         * <C-\><C-N>:call VEnclose('\part{', '}', '', '')<CR>
  v  ;sl         * <C-\><C-N>:call VEnclose('', '', '\begin{slide}', '\end{slide}')<CR>
  v  ;ov         * <C-\><C-N>:call VEnclose('', '', '\begin{overlay}', '\end{overlay}')<CR>
  v  ;no         * <C-\><C-N>:call VEnclose('', '', '\begin{note}', '\end{note}')<CR>
  v  ;tb         * <C-\><C-N>:call VEnclose('', '', '\begin{thebibliography}', '\end{thebibliography}')<CR>
  v  ;ve         * <C-\><C-N>:call VEnclose('', '', '\begin{verse}', '\end{verse}')<CR>
  v  ;vm         * <C-\><C-N>:call VEnclose('\verb|', '|', '\begin{verbatim}', '\end{verbatim}')<CR>
  v  ;tp         * <C-\><C-N>:call VEnclose('', '', '\begin{titlepage}', '\end{titlepage}')<CR>
  v  ;sb         * <C-\><C-N>:call VEnclose('', '', '\begin{sloppybar}', '\end{sloppybar}')<CR>
  v  ;qe         * <C-\><C-N>:call VEnclose('', '', '\begin{quote}', '\end{quote}')<CR>
  v  ;qn         * <C-\><C-N>:call VEnclose('', '', '\begin{quotation}', '\end{quotation}')<CR>
  v  ;fr         * <C-\><C-N>:call VEnclose('{\raggedright ', '}', '\begin{flushright}', '\end{flushright}')<CR>
  v  ;fl         * <C-\><C-N>:call VEnclose('', '', '\begin{flushleft}', '\end{flushleft}')<CR>
  v  ;fc         * <C-\><C-N>:call VEnclose('', '', '\begin{filecontents}', '\end{filecontents}')<CR>
  v  ;do         * <C-\><C-N>:call VEnclose('', '', '\begin{document}', '\end{document}')<CR>
  v  ;ce         * <C-\><C-N>:call VEnclose('\centerline{', '}', '\begin{center}', '\end{center}')<CR>
  v  ;ap         * <C-\><C-N>:call VEnclose('', '', '\begin{appendix}', '\end{appendix}')<CR>
  v  ;ab         * <C-\><C-N>:call VEnclose('', '', '\begin{abstract}', '\end{abstract}')<CR>
  v  ;ma         * <C-\><C-N>:call VEnclose('', '', '\begin{math}', '\end{math}')<CR>
  v  ;eq         * <C-\><C-N>:call VEnclose('', '', '\begin{equation}', '\end{equation}')<CR>
  v  ;ea         * <C-\><C-N>:call VEnclose('', '', '\begin{eqnarray}', '\end{eqnarray}')<CR>
  v  ;dm         * <C-\><C-N>:call VEnclose('', '', '\begin{displaymath}', '\end{displaymath}')<CR>
  v  ;ar         * <C-\><C-N>:call VEnclose('', '', '\begin{array}', '\end{array}')<CR>
  v  ;tr         * <C-\><C-N>:call VEnclose('', '', '\begin{tabular}', '\end{tabular}')<CR>
  v  ;tg         * <C-\><C-N>:call VEnclose('', '', '\begin{tabbing}', '\end{tabbing}')<CR>
  v  ;te         * <C-\><C-N>:call VEnclose('', '', '\begin{table}', '\end{table}')<CR>
  v  ;tl         * <C-\><C-N>:call VEnclose('', '', '\begin{trivlist}', '\end{trivlist}')<CR>
  v  ;ti         * <C-\><C-N>:call VEnclose('', '', '\begin{theindex}', '\end{theindex}')<CR>
  v  ;it         * <C-\><C-N>:call VEnclose('', '', '\begin{itemize}', '\end{itemize}')<CR>
  v  ;en         * <C-\><C-N>:call VEnclose('', '', '\begin{enumerate}', '\end{enumerate}')<CR>
  v  ;de         * <C-\><C-N>:call VEnclose('', '', '\begin{description}', '\end{description}')<CR>
  v  ;li         * <C-\><C-N>:call VEnclose('', '', '\begin{list}', '\end{list}')<CR>
    Q             <Nop>
  v  [%            <Esc>[%m'gv``
  v  ]%            <Esc>]%m'gv``
  v  a%            <Esc>[%v]%
  v  g%          * :<C-U>call <SNR>23_Match_wrapper('',0,'v') <CR>m'gv``
  v  <Plug>Tex_FastCommandInsert * <C-\><C-N>:call Tex_DoCommand('yes')<CR>
  v  <Plug>Tex_FastEnvironmentInsert * <C-\><C-N>:call Tex_FastEnvironmentInsert("yes")<CR>
  v  <Plug>IMAP_JumpBack   <C-\><C-N>`<i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_JumpForward   <C-\><C-N>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpBack   "_<Del>i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpForward   "_<Del>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
    <F6>          F<mr:call ConvertToRef()<CR>
  Error detected while processing function <SNR>43_Tex_FontFamily:
  line    5:
  E488: Trailing characters: bf <C-\><0e>:call VEnclose('\textbf{', '}', '{\bfseries ', '}')<CR>
  line   13:
  E329: No menu "TeX-E&lements"
  E488: Trailing characters: bf) <plug><C-r>=IMAP_PutTextWithMovement('\textbf{<++>}<++>')<CR>
  line   15:
  E329: No menu "TeX-E&lements"
  E488: Trailing characters: bf) <C-\><0e>:call VEnclose('\textbf{', '}', '{\bfseries ', '}')<CR>
  v  <NL>          <Plug>IMAP_JumpForward
  v  %           * :<C-U>call <SNR>23_Match_wrapper('',1,'v') <CR>m'gv``
  v  ;           * :<C-U>call ExecMap(';', 'v')<CR>
  v  ;pi         * <C-\><C-N>:call VEnclose('', '', '\begin{picture}', '\end{picture}')<CR>
  v  ;mp         * <C-\><C-N>:call VEnclose('', '', '\begin{minipage}', '\end{minipage}')<CR>
  v  ;lr         * <C-\><C-N>:call VEnclose('\sbox{', '}', '\begin{lrbox}', '\end{lrbox}')<CR>
  v  ;fi         * <C-\><C-N>:call VEnclose('', '', '\begin{figure}', '\end{figure}')<CR>
  v  ;sp         * <C-\><C-N>:call VEnclose('\subparagraph{', '}', '', '')<CR>
  v  ;pg         * <C-\><C-N>:call VEnclose('\paragraph{', '}', '', '')<CR>
  v  ;s2         * <C-\><C-N>:call VEnclose('\subsubsection{', '}', '', '')<CR>
  v  ;ss         * <C-\><C-N>:call VEnclose('\subsection{', '}', '', '')<CR>
  v  ;se         * <C-\><C-N>:call VEnclose('\section{', '}', '', '')<CR>
  v  ;ch         * <C-\><C-N>:call VEnclose('\chapter{', '}', '', '')<CR>
  v  ;pa         * <C-\><C-N>:call VEnclose('\part{', '}', '', '')<CR>
  v  ;sl         * <C-\><C-N>:call VEnclose('', '', '\begin{slide}', '\end{slide}')<CR>
  v  ;ov         * <C-\><C-N>:call VEnclose('', '', '\begin{overlay}', '\end{overlay}')<CR>
  v  ;no         * <C-\><C-N>:call VEnclose('', '', '\begin{note}', '\end{note}')<CR>
  v  ;tb         * <C-\><C-N>:call VEnclose('', '', '\begin{thebibliography}', '\end{thebibliography}')<CR>
  v  ;ve         * <C-\><C-N>:call VEnclose('', '', '\begin{verse}', '\end{verse}')<CR>
  v  ;vm         * <C-\><C-N>:call VEnclose('\verb|', '|', '\begin{verbatim}', '\end{verbatim}')<CR>
  v  ;tp         * <C-\><C-N>:call VEnclose('', '', '\begin{titlepage}', '\end{titlepage}')<CR>
  v  ;sb         * <C-\><C-N>:call VEnclose('', '', '\begin{sloppybar}', '\end{sloppybar}')<CR>
  v  ;qe         * <C-\><C-N>:call VEnclose('', '', '\begin{quote}', '\end{quote}')<CR>
  v  ;qn         * <C-\><C-N>:call VEnclose('', '', '\begin{quotation}', '\end{quotation}')<CR>
  v  ;fr         * <C-\><C-N>:call VEnclose('{\raggedright ', '}', '\begin{flushright}', '\end{flushright}')<CR>
  v  ;fl         * <C-\><C-N>:call VEnclose('', '', '\begin{flushleft}', '\end{flushleft}')<CR>
  v  ;fc         * <C-\><C-N>:call VEnclose('', '', '\begin{filecontents}', '\end{filecontents}')<CR>
  v  ;do         * <C-\><C-N>:call VEnclose('', '', '\begin{document}', '\end{document}')<CR>
  v  ;ce         * <C-\><C-N>:call VEnclose('\centerline{', '}', '\begin{center}', '\end{center}')<CR>
  v  ;ap         * <C-\><C-N>:call VEnclose('', '', '\begin{appendix}', '\end{appendix}')<CR>
  v  ;ab         * <C-\><C-N>:call VEnclose('', '', '\begin{abstract}', '\end{abstract}')<CR>
  v  ;ma         * <C-\><C-N>:call VEnclose('', '', '\begin{math}', '\end{math}')<CR>
  v  ;eq         * <C-\><C-N>:call VEnclose('', '', '\begin{equation}', '\end{equation}')<CR>
  v  ;ea         * <C-\><C-N>:call VEnclose('', '', '\begin{eqnarray}', '\end{eqnarray}')<CR>
  v  ;dm         * <C-\><C-N>:call VEnclose('', '', '\begin{displaymath}', '\end{displaymath}')<CR>
  v  ;ar         * <C-\><C-N>:call VEnclose('', '', '\begin{array}', '\end{array}')<CR>
  v  ;tr         * <C-\><C-N>:call VEnclose('', '', '\begin{tabular}', '\end{tabular}')<CR>
  v  ;tg         * <C-\><C-N>:call VEnclose('', '', '\begin{tabbing}', '\end{tabbing}')<CR>
  v  ;te         * <C-\><C-N>:call VEnclose('', '', '\begin{table}', '\end{table}')<CR>
  v  ;tl         * <C-\><C-N>:call VEnclose('', '', '\begin{trivlist}', '\end{trivlist}')<CR>
  v  ;ti         * <C-\><C-N>:call VEnclose('', '', '\begin{theindex}', '\end{theindex}')<CR>
  v  ;it         * <C-\><C-N>:call VEnclose('', '', '\begin{itemize}', '\end{itemize}')<CR>
  v  ;en         * <C-\><C-N>:call VEnclose('', '', '\begin{enumerate}', '\end{enumerate}')<CR>
  v  ;de         * <C-\><C-N>:call VEnclose('', '', '\begin{description}', '\end{description}')<CR>
  v  ;li         * <C-\><C-N>:call VEnclose('', '', '\begin{list}', '\end{list}')<CR>
    Q             <Nop>
  v  [%            <Esc>[%m'gv``
  v  ]%            <Esc>]%m'gv``
  v  a%            <Esc>[%v]%
  v  g%          * :<C-U>call <SNR>23_Match_wrapper('',0,'v') <CR>m'gv``
  v  <Plug>Tex_FastCommandInsert * <C-\><C-N>:call Tex_DoCommand('yes')<CR>
  v  <Plug>Tex_FastEnvironmentInsert * <C-\><C-N>:call Tex_FastEnvironmentInsert("yes")<CR>
  v  <Plug>IMAP_JumpBack   <C-\><C-N>`<i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_JumpForward   <C-\><C-N>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpBack   "_<Del>i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpForward   "_<Del>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
    <F6>          F<mr:call ConvertToRef()<CR>
  line    5:
  E492: Not an editor command: md <C-\><0e>:call VEnclose('\textmd{', '}', '{\mdseries ', '}')<CR>
  line   13:
  E329: No menu "TeX-E&lements"
  E492: Not an editor command: md) <plug><C-r>=IMAP_PutTextWithMovement('\textmd{<++>}<++>')<CR>
  line   15:
  E329: No menu "TeX-E&lements"
  E492: Not an editor command: md) <C-\><0e>:call VEnclose('\textmd{', '}', '{\mdseries ', '}')<CR>
  v  <NL>          <Plug>IMAP_JumpForward
  v  %           * :<C-U>call <SNR>23_Match_wrapper('',1,'v') <CR>m'gv``
  v  ;           * :<C-U>call ExecMap(';', 'v')<CR>
  v  ;pi         * <C-\><C-N>:call VEnclose('', '', '\begin{picture}', '\end{picture}')<CR>
  v  ;mp         * <C-\><C-N>:call VEnclose('', '', '\begin{minipage}', '\end{minipage}')<CR>
  v  ;lr         * <C-\><C-N>:call VEnclose('\sbox{', '}', '\begin{lrbox}', '\end{lrbox}')<CR>
  v  ;fi         * <C-\><C-N>:call VEnclose('', '', '\begin{figure}', '\end{figure}')<CR>
  v  ;sp         * <C-\><C-N>:call VEnclose('\subparagraph{', '}', '', '')<CR>
  v  ;pg         * <C-\><C-N>:call VEnclose('\paragraph{', '}', '', '')<CR>
  v  ;s2         * <C-\><C-N>:call VEnclose('\subsubsection{', '}', '', '')<CR>
  v  ;ss         * <C-\><C-N>:call VEnclose('\subsection{', '}', '', '')<CR>
  v  ;se         * <C-\><C-N>:call VEnclose('\section{', '}', '', '')<CR>
  v  ;ch         * <C-\><C-N>:call VEnclose('\chapter{', '}', '', '')<CR>
  v  ;pa         * <C-\><C-N>:call VEnclose('\part{', '}', '', '')<CR>
  v  ;sl         * <C-\><C-N>:call VEnclose('', '', '\begin{slide}', '\end{slide}')<CR>
  v  ;ov         * <C-\><C-N>:call VEnclose('', '', '\begin{overlay}', '\end{overlay}')<CR>
  v  ;no         * <C-\><C-N>:call VEnclose('', '', '\begin{note}', '\end{note}')<CR>
  v  ;tb         * <C-\><C-N>:call VEnclose('', '', '\begin{thebibliography}', '\end{thebibliography}')<CR>
  v  ;ve         * <C-\><C-N>:call VEnclose('', '', '\begin{verse}', '\end{verse}')<CR>
  v  ;vm         * <C-\><C-N>:call VEnclose('\verb|', '|', '\begin{verbatim}', '\end{verbatim}')<CR>
  v  ;tp         * <C-\><C-N>:call VEnclose('', '', '\begin{titlepage}', '\end{titlepage}')<CR>
  v  ;sb         * <C-\><C-N>:call VEnclose('', '', '\begin{sloppybar}', '\end{sloppybar}')<CR>
  v  ;qe         * <C-\><C-N>:call VEnclose('', '', '\begin{quote}', '\end{quote}')<CR>
  v  ;qn         * <C-\><C-N>:call VEnclose('', '', '\begin{quotation}', '\end{quotation}')<CR>
  v  ;fr         * <C-\><C-N>:call VEnclose('{\raggedright ', '}', '\begin{flushright}', '\end{flushright}')<CR>
  v  ;fl         * <C-\><C-N>:call VEnclose('', '', '\begin{flushleft}', '\end{flushleft}')<CR>
  v  ;fc         * <C-\><C-N>:call VEnclose('', '', '\begin{filecontents}', '\end{filecontents}')<CR>
  v  ;do         * <C-\><C-N>:call VEnclose('', '', '\begin{document}', '\end{document}')<CR>
  v  ;ce         * <C-\><C-N>:call VEnclose('\centerline{', '}', '\begin{center}', '\end{center}')<CR>
  v  ;ap         * <C-\><C-N>:call VEnclose('', '', '\begin{appendix}', '\end{appendix}')<CR>
  v  ;ab         * <C-\><C-N>:call VEnclose('', '', '\begin{abstract}', '\end{abstract}')<CR>
  v  ;ma         * <C-\><C-N>:call VEnclose('', '', '\begin{math}', '\end{math}')<CR>
  v  ;eq         * <C-\><C-N>:call VEnclose('', '', '\begin{equation}', '\end{equation}')<CR>
  v  ;ea         * <C-\><C-N>:call VEnclose('', '', '\begin{eqnarray}', '\end{eqnarray}')<CR>
  v  ;dm         * <C-\><C-N>:call VEnclose('', '', '\begin{displaymath}', '\end{displaymath}')<CR>
  v  ;ar         * <C-\><C-N>:call VEnclose('', '', '\begin{array}', '\end{array}')<CR>
  v  ;tr         * <C-\><C-N>:call VEnclose('', '', '\begin{tabular}', '\end{tabular}')<CR>
  v  ;tg         * <C-\><C-N>:call VEnclose('', '', '\begin{tabbing}', '\end{tabbing}')<CR>
  v  ;te         * <C-\><C-N>:call VEnclose('', '', '\begin{table}', '\end{table}')<CR>
  v  ;tl         * <C-\><C-N>:call VEnclose('', '', '\begin{trivlist}', '\end{trivlist}')<CR>
  v  ;ti         * <C-\><C-N>:call VEnclose('', '', '\begin{theindex}', '\end{theindex}')<CR>
  v  ;it         * <C-\><C-N>:call VEnclose('', '', '\begin{itemize}', '\end{itemize}')<CR>
  v  ;en         * <C-\><C-N>:call VEnclose('', '', '\begin{enumerate}', '\end{enumerate}')<CR>
  v  ;de         * <C-\><C-N>:call VEnclose('', '', '\begin{description}', '\end{description}')<CR>
  v  ;li         * <C-\><C-N>:call VEnclose('', '', '\begin{list}', '\end{list}')<CR>
    Q             <Nop>
  v  [%            <Esc>[%m'gv``
  v  ]%            <Esc>]%m'gv``
  v  a%            <Esc>[%v]%
  v  g%          * :<C-U>call <SNR>23_Match_wrapper('',0,'v') <CR>m'gv``
  v  <Plug>Tex_FastCommandInsert * <C-\><C-N>:call Tex_DoCommand('yes')<CR>
  v  <Plug>Tex_FastEnvironmentInsert * <C-\><C-N>:call Tex_FastEnvironmentInsert("yes")<CR>
  v  <Plug>IMAP_JumpBack   <C-\><C-N>`<i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_JumpForward   <C-\><C-N>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpBack   "_<Del>i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpForward   "_<Del>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
    <F6>          F<mr:call ConvertToRef()<CR>
  line    5:
  E492: Not an editor command: tt <C-\><0e>:call VEnclose('\texttt{', '}', '{\ttfamily ', '}')<CR>
  line   13:
  E329: No menu "TeX-E&lements"
  E492: Not an editor command: tt) <plug><C-r>=IMAP_PutTextWithMovement('\texttt{<++>}<++>')<CR>
  line   15:
  E329: No menu "TeX-E&lements"
  E492: Not an editor command: tt) <C-\><0e>:call VEnclose('\texttt{', '}', '{\ttfamily ', '}')<CR>
  v  <NL>          <Plug>IMAP_JumpForward
  v  %           * :<C-U>call <SNR>23_Match_wrapper('',1,'v') <CR>m'gv``
  v  ;           * :<C-U>call ExecMap(';', 'v')<CR>
  v  ;pi         * <C-\><C-N>:call VEnclose('', '', '\begin{picture}', '\end{picture}')<CR>
  v  ;mp         * <C-\><C-N>:call VEnclose('', '', '\begin{minipage}', '\end{minipage}')<CR>
  v  ;lr         * <C-\><C-N>:call VEnclose('\sbox{', '}', '\begin{lrbox}', '\end{lrbox}')<CR>
  v  ;fi         * <C-\><C-N>:call VEnclose('', '', '\begin{figure}', '\end{figure}')<CR>
  v  ;sp         * <C-\><C-N>:call VEnclose('\subparagraph{', '}', '', '')<CR>
  v  ;pg         * <C-\><C-N>:call VEnclose('\paragraph{', '}', '', '')<CR>
  v  ;s2         * <C-\><C-N>:call VEnclose('\subsubsection{', '}', '', '')<CR>
  v  ;ss         * <C-\><C-N>:call VEnclose('\subsection{', '}', '', '')<CR>
  v  ;se         * <C-\><C-N>:call VEnclose('\section{', '}', '', '')<CR>
  v  ;ch         * <C-\><C-N>:call VEnclose('\chapter{', '}', '', '')<CR>
  v  ;pa         * <C-\><C-N>:call VEnclose('\part{', '}', '', '')<CR>
  v  ;sl         * <C-\><C-N>:call VEnclose('', '', '\begin{slide}', '\end{slide}')<CR>
  v  ;ov         * <C-\><C-N>:call VEnclose('', '', '\begin{overlay}', '\end{overlay}')<CR>
  v  ;no         * <C-\><C-N>:call VEnclose('', '', '\begin{note}', '\end{note}')<CR>
  v  ;tb         * <C-\><C-N>:call VEnclose('', '', '\begin{thebibliography}', '\end{thebibliography}')<CR>
  v  ;ve         * <C-\><C-N>:call VEnclose('', '', '\begin{verse}', '\end{verse}')<CR>
  v  ;vm         * <C-\><C-N>:call VEnclose('\verb|', '|', '\begin{verbatim}', '\end{verbatim}')<CR>
  v  ;tp         * <C-\><C-N>:call VEnclose('', '', '\begin{titlepage}', '\end{titlepage}')<CR>
  v  ;sb         * <C-\><C-N>:call VEnclose('', '', '\begin{sloppybar}', '\end{sloppybar}')<CR>
  v  ;qe         * <C-\><C-N>:call VEnclose('', '', '\begin{quote}', '\end{quote}')<CR>
  v  ;qn         * <C-\><C-N>:call VEnclose('', '', '\begin{quotation}', '\end{quotation}')<CR>
  v  ;fr         * <C-\><C-N>:call VEnclose('{\raggedright ', '}', '\begin{flushright}', '\end{flushright}')<CR>
  v  ;fl         * <C-\><C-N>:call VEnclose('', '', '\begin{flushleft}', '\end{flushleft}')<CR>
  v  ;fc         * <C-\><C-N>:call VEnclose('', '', '\begin{filecontents}', '\end{filecontents}')<CR>
  v  ;do         * <C-\><C-N>:call VEnclose('', '', '\begin{document}', '\end{document}')<CR>
  v  ;ce         * <C-\><C-N>:call VEnclose('\centerline{', '}', '\begin{center}', '\end{center}')<CR>
  v  ;ap         * <C-\><C-N>:call VEnclose('', '', '\begin{appendix}', '\end{appendix}')<CR>
  v  ;ab         * <C-\><C-N>:call VEnclose('', '', '\begin{abstract}', '\end{abstract}')<CR>
  v  ;ma         * <C-\><C-N>:call VEnclose('', '', '\begin{math}', '\end{math}')<CR>
  v  ;eq         * <C-\><C-N>:call VEnclose('', '', '\begin{equation}', '\end{equation}')<CR>
  v  ;ea         * <C-\><C-N>:call VEnclose('', '', '\begin{eqnarray}', '\end{eqnarray}')<CR>
  v  ;dm         * <C-\><C-N>:call VEnclose('', '', '\begin{displaymath}', '\end{displaymath}')<CR>
  v  ;ar         * <C-\><C-N>:call VEnclose('', '', '\begin{array}', '\end{array}')<CR>
  v  ;tr         * <C-\><C-N>:call VEnclose('', '', '\begin{tabular}', '\end{tabular}')<CR>
  v  ;tg         * <C-\><C-N>:call VEnclose('', '', '\begin{tabbing}', '\end{tabbing}')<CR>
  v  ;te         * <C-\><C-N>:call VEnclose('', '', '\begin{table}', '\end{table}')<CR>
  v  ;tl         * <C-\><C-N>:call VEnclose('', '', '\begin{trivlist}', '\end{trivlist}')<CR>
  v  ;ti         * <C-\><C-N>:call VEnclose('', '', '\begin{theindex}', '\end{theindex}')<CR>
  v  ;it         * <C-\><C-N>:call VEnclose('', '', '\begin{itemize}', '\end{itemize}')<CR>
  v  ;en         * <C-\><C-N>:call VEnclose('', '', '\begin{enumerate}', '\end{enumerate}')<CR>
  v  ;de         * <C-\><C-N>:call VEnclose('', '', '\begin{description}', '\end{description}')<CR>
  v  ;li         * <C-\><C-N>:call VEnclose('', '', '\begin{list}', '\end{list}')<CR>
    Q             <Nop>
  v  [%            <Esc>[%m'gv``
  v  ]%            <Esc>]%m'gv``
  v  a%            <Esc>[%v]%
  v  g%          * :<C-U>call <SNR>23_Match_wrapper('',0,'v') <CR>m'gv``
  v  <Plug>Tex_FastCommandInsert * <C-\><C-N>:call Tex_DoCommand('yes')<CR>
  v  <Plug>Tex_FastEnvironmentInsert * <C-\><C-N>:call Tex_FastEnvironmentInsert("yes")<CR>
  v  <Plug>IMAP_JumpBack   <C-\><C-N>`<i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_JumpForward   <C-\><C-N>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpBack   "_<Del>i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpForward   "_<Del>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
    <F6>          F<mr:call ConvertToRef()<CR>
  line    5:
  E77: Too many file names
  line   13:
  E329: No menu "TeX-E&lements"
  E345: Cannot find file ") <plug><C-r>=IMAP_PutTextWithMovement('textsf{<++>}<++>')<CR>" in path
  line   15:
  E329: No menu "TeX-E&lements"
  E77: Too many file names
  v  <NL>          <Plug>IMAP_JumpForward
  v  %           * :<C-U>call <SNR>23_Match_wrapper('',1,'v') <CR>m'gv``
  v  ;           * :<C-U>call ExecMap(';', 'v')<CR>
  v  ;pi         * <C-\><C-N>:call VEnclose('', '', '\begin{picture}', '\end{picture}')<CR>
  v  ;mp         * <C-\><C-N>:call VEnclose('', '', '\begin{minipage}', '\end{minipage}')<CR>
  v  ;lr         * <C-\><C-N>:call VEnclose('\sbox{', '}', '\begin{lrbox}', '\end{lrbox}')<CR>
  v  ;fi         * <C-\><C-N>:call VEnclose('', '', '\begin{figure}', '\end{figure}')<CR>
  v  ;sp         * <C-\><C-N>:call VEnclose('\subparagraph{', '}', '', '')<CR>
  v  ;pg         * <C-\><C-N>:call VEnclose('\paragraph{', '}', '', '')<CR>
  v  ;s2         * <C-\><C-N>:call VEnclose('\subsubsection{', '}', '', '')<CR>
  v  ;ss         * <C-\><C-N>:call VEnclose('\subsection{', '}', '', '')<CR>
  v  ;se         * <C-\><C-N>:call VEnclose('\section{', '}', '', '')<CR>
  v  ;ch         * <C-\><C-N>:call VEnclose('\chapter{', '}', '', '')<CR>
  v  ;pa         * <C-\><C-N>:call VEnclose('\part{', '}', '', '')<CR>
  v  ;sl         * <C-\><C-N>:call VEnclose('', '', '\begin{slide}', '\end{slide}')<CR>
  v  ;ov         * <C-\><C-N>:call VEnclose('', '', '\begin{overlay}', '\end{overlay}')<CR>
  v  ;no         * <C-\><C-N>:call VEnclose('', '', '\begin{note}', '\end{note}')<CR>
  v  ;tb         * <C-\><C-N>:call VEnclose('', '', '\begin{thebibliography}', '\end{thebibliography}')<CR>
  v  ;ve         * <C-\><C-N>:call VEnclose('', '', '\begin{verse}', '\end{verse}')<CR>
  v  ;vm         * <C-\><C-N>:call VEnclose('\verb|', '|', '\begin{verbatim}', '\end{verbatim}')<CR>
  v  ;tp         * <C-\><C-N>:call VEnclose('', '', '\begin{titlepage}', '\end{titlepage}')<CR>
  v  ;sb         * <C-\><C-N>:call VEnclose('', '', '\begin{sloppybar}', '\end{sloppybar}')<CR>
  v  ;qe         * <C-\><C-N>:call VEnclose('', '', '\begin{quote}', '\end{quote}')<CR>
  v  ;qn         * <C-\><C-N>:call VEnclose('', '', '\begin{quotation}', '\end{quotation}')<CR>
  v  ;fr         * <C-\><C-N>:call VEnclose('{\raggedright ', '}', '\begin{flushright}', '\end{flushright}')<CR>
  v  ;fl         * <C-\><C-N>:call VEnclose('', '', '\begin{flushleft}', '\end{flushleft}')<CR>
  v  ;fc         * <C-\><C-N>:call VEnclose('', '', '\begin{filecontents}', '\end{filecontents}')<CR>
  v  ;do         * <C-\><C-N>:call VEnclose('', '', '\begin{document}', '\end{document}')<CR>
  v  ;ce         * <C-\><C-N>:call VEnclose('\centerline{', '}', '\begin{center}', '\end{center}')<CR>
  v  ;ap         * <C-\><C-N>:call VEnclose('', '', '\begin{appendix}', '\end{appendix}')<CR>
  v  ;ab         * <C-\><C-N>:call VEnclose('', '', '\begin{abstract}', '\end{abstract}')<CR>
  v  ;ma         * <C-\><C-N>:call VEnclose('', '', '\begin{math}', '\end{math}')<CR>
  v  ;eq         * <C-\><C-N>:call VEnclose('', '', '\begin{equation}', '\end{equation}')<CR>
  v  ;ea         * <C-\><C-N>:call VEnclose('', '', '\begin{eqnarray}', '\end{eqnarray}')<CR>
  v  ;dm         * <C-\><C-N>:call VEnclose('', '', '\begin{displaymath}', '\end{displaymath}')<CR>
  v  ;ar         * <C-\><C-N>:call VEnclose('', '', '\begin{array}', '\end{array}')<CR>
  v  ;tr         * <C-\><C-N>:call VEnclose('', '', '\begin{tabular}', '\end{tabular}')<CR>
  v  ;tg         * <C-\><C-N>:call VEnclose('', '', '\begin{tabbing}', '\end{tabbing}')<CR>
  v  ;te         * <C-\><C-N>:call VEnclose('', '', '\begin{table}', '\end{table}')<CR>
  v  ;tl         * <C-\><C-N>:call VEnclose('', '', '\begin{trivlist}', '\end{trivlist}')<CR>
  v  ;ti         * <C-\><C-N>:call VEnclose('', '', '\begin{theindex}', '\end{theindex}')<CR>
  v  ;it         * <C-\><C-N>:call VEnclose('', '', '\begin{itemize}', '\end{itemize}')<CR>
  v  ;en         * <C-\><C-N>:call VEnclose('', '', '\begin{enumerate}', '\end{enumerate}')<CR>
  v  ;de         * <C-\><C-N>:call VEnclose('', '', '\begin{description}', '\end{description}')<CR>
  v  ;li         * <C-\><C-N>:call VEnclose('', '', '\begin{list}', '\end{list}')<CR>
    Q             <Nop>
  v  [%            <Esc>[%m'gv``
  v  ]%            <Esc>]%m'gv``
  v  a%            <Esc>[%v]%
  v  g%          * :<C-U>call <SNR>23_Match_wrapper('',0,'v') <CR>m'gv``
  v  <Plug>Tex_FastCommandInsert * <C-\><C-N>:call Tex_DoCommand('yes')<CR>
  v  <Plug>Tex_FastEnvironmentInsert * <C-\><C-N>:call Tex_FastEnvironmentInsert("yes")<CR>
  v  <Plug>IMAP_JumpBack   <C-\><C-N>`<i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_JumpForward   <C-\><C-N>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpBack   "_<Del>i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpForward   "_<Del>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
    <F6>          F<mr:call ConvertToRef()<CR>
  line    5:
  E492: Not an editor command: rm <C-\><0e>:call VEnclose('\textrm{', '}', '{\rmfamily ', '}')<CR>
  line   13:
  E329: No menu "TeX-E&lements"
  E492: Not an editor command: rm) <plug><C-r>=IMAP_PutTextWithMovement('\textrm{<++>}<++>')<CR>
  line   15:
  E329: No menu "TeX-E&lements"
  E492: Not an editor command: rm) <C-\><0e>:call VEnclose('\textrm{', '}', '{\rmfamily ', '}')<CR>
  v  <NL>          <Plug>IMAP_JumpForward
  v  %           * :<C-U>call <SNR>23_Match_wrapper('',1,'v') <CR>m'gv``
  v  ;           * :<C-U>call ExecMap(';', 'v')<CR>
  v  ;pi         * <C-\><C-N>:call VEnclose('', '', '\begin{picture}', '\end{picture}')<CR>
  v  ;mp         * <C-\><C-N>:call VEnclose('', '', '\begin{minipage}', '\end{minipage}')<CR>
  v  ;lr         * <C-\><C-N>:call VEnclose('\sbox{', '}', '\begin{lrbox}', '\end{lrbox}')<CR>
  v  ;fi         * <C-\><C-N>:call VEnclose('', '', '\begin{figure}', '\end{figure}')<CR>
  v  ;sp         * <C-\><C-N>:call VEnclose('\subparagraph{', '}', '', '')<CR>
  v  ;pg         * <C-\><C-N>:call VEnclose('\paragraph{', '}', '', '')<CR>
  v  ;s2         * <C-\><C-N>:call VEnclose('\subsubsection{', '}', '', '')<CR>
  v  ;ss         * <C-\><C-N>:call VEnclose('\subsection{', '}', '', '')<CR>
  v  ;se         * <C-\><C-N>:call VEnclose('\section{', '}', '', '')<CR>
  v  ;ch         * <C-\><C-N>:call VEnclose('\chapter{', '}', '', '')<CR>
  v  ;pa         * <C-\><C-N>:call VEnclose('\part{', '}', '', '')<CR>
  v  ;sl         * <C-\><C-N>:call VEnclose('', '', '\begin{slide}', '\end{slide}')<CR>
  v  ;ov         * <C-\><C-N>:call VEnclose('', '', '\begin{overlay}', '\end{overlay}')<CR>
  v  ;no         * <C-\><C-N>:call VEnclose('', '', '\begin{note}', '\end{note}')<CR>
  v  ;tb         * <C-\><C-N>:call VEnclose('', '', '\begin{thebibliography}', '\end{thebibliography}')<CR>
  v  ;ve         * <C-\><C-N>:call VEnclose('', '', '\begin{verse}', '\end{verse}')<CR>
  v  ;vm         * <C-\><C-N>:call VEnclose('\verb|', '|', '\begin{verbatim}', '\end{verbatim}')<CR>
  v  ;tp         * <C-\><C-N>:call VEnclose('', '', '\begin{titlepage}', '\end{titlepage}')<CR>
  v  ;sb         * <C-\><C-N>:call VEnclose('', '', '\begin{sloppybar}', '\end{sloppybar}')<CR>
  v  ;qe         * <C-\><C-N>:call VEnclose('', '', '\begin{quote}', '\end{quote}')<CR>
  v  ;qn         * <C-\><C-N>:call VEnclose('', '', '\begin{quotation}', '\end{quotation}')<CR>
  v  ;fr         * <C-\><C-N>:call VEnclose('{\raggedright ', '}', '\begin{flushright}', '\end{flushright}')<CR>
  v  ;fl         * <C-\><C-N>:call VEnclose('', '', '\begin{flushleft}', '\end{flushleft}')<CR>
  v  ;fc         * <C-\><C-N>:call VEnclose('', '', '\begin{filecontents}', '\end{filecontents}')<CR>
  v  ;do         * <C-\><C-N>:call VEnclose('', '', '\begin{document}', '\end{document}')<CR>
  v  ;ce         * <C-\><C-N>:call VEnclose('\centerline{', '}', '\begin{center}', '\end{center}')<CR>
  v  ;ap         * <C-\><C-N>:call VEnclose('', '', '\begin{appendix}', '\end{appendix}')<CR>
  v  ;ab         * <C-\><C-N>:call VEnclose('', '', '\begin{abstract}', '\end{abstract}')<CR>
  v  ;ma         * <C-\><C-N>:call VEnclose('', '', '\begin{math}', '\end{math}')<CR>
  v  ;eq         * <C-\><C-N>:call VEnclose('', '', '\begin{equation}', '\end{equation}')<CR>
  v  ;ea         * <C-\><C-N>:call VEnclose('', '', '\begin{eqnarray}', '\end{eqnarray}')<CR>
  v  ;dm         * <C-\><C-N>:call VEnclose('', '', '\begin{displaymath}', '\end{displaymath}')<CR>
  v  ;ar         * <C-\><C-N>:call VEnclose('', '', '\begin{array}', '\end{array}')<CR>
  v  ;tr         * <C-\><C-N>:call VEnclose('', '', '\begin{tabular}', '\end{tabular}')<CR>
  v  ;tg         * <C-\><C-N>:call VEnclose('', '', '\begin{tabbing}', '\end{tabbing}')<CR>
  v  ;te         * <C-\><C-N>:call VEnclose('', '', '\begin{table}', '\end{table}')<CR>
  v  ;tl         * <C-\><C-N>:call VEnclose('', '', '\begin{trivlist}', '\end{trivlist}')<CR>
  v  ;ti         * <C-\><C-N>:call VEnclose('', '', '\begin{theindex}', '\end{theindex}')<CR>
  v  ;it         * <C-\><C-N>:call VEnclose('', '', '\begin{itemize}', '\end{itemize}')<CR>
  v  ;en         * <C-\><C-N>:call VEnclose('', '', '\begin{enumerate}', '\end{enumerate}')<CR>
  v  ;de         * <C-\><C-N>:call VEnclose('', '', '\begin{description}', '\end{description}')<CR>
  v  ;li         * <C-\><C-N>:call VEnclose('', '', '\begin{list}', '\end{list}')<CR>
    Q             <Nop>
  v  [%            <Esc>[%m'gv``
  v  ]%            <Esc>]%m'gv``
  v  a%            <Esc>[%v]%
  v  g%          * :<C-U>call <SNR>23_Match_wrapper('',0,'v') <CR>m'gv``
  v  <Plug>Tex_FastCommandInsert * <C-\><C-N>:call Tex_DoCommand('yes')<CR>
  v  <Plug>Tex_FastEnvironmentInsert * <C-\><C-N>:call Tex_FastEnvironmentInsert("yes")<CR>
  v  <Plug>IMAP_JumpBack   <C-\><C-N>`<i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_JumpForward   <C-\><C-N>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpBack   "_<Del>i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpForward   "_<Del>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
    <F6>          F<mr:call ConvertToRef()<CR>
  line    5:
  E77: Too many file names
  line   13:
  E329: No menu "TeX-E&lements"
  line   15:
  E329: No menu "TeX-E&lements"
  E77: Too many file names
  v  <NL>          <Plug>IMAP_JumpForward
  v  %           * :<C-U>call <SNR>23_Match_wrapper('',1,'v') <CR>m'gv``
  v  ;           * :<C-U>call ExecMap(';', 'v')<CR>
  v  ;pi         * <C-\><C-N>:call VEnclose('', '', '\begin{picture}', '\end{picture}')<CR>
  v  ;mp         * <C-\><C-N>:call VEnclose('', '', '\begin{minipage}', '\end{minipage}')<CR>
  v  ;lr         * <C-\><C-N>:call VEnclose('\sbox{', '}', '\begin{lrbox}', '\end{lrbox}')<CR>
  v  ;fi         * <C-\><C-N>:call VEnclose('', '', '\begin{figure}', '\end{figure}')<CR>
  v  ;sp         * <C-\><C-N>:call VEnclose('\subparagraph{', '}', '', '')<CR>
  v  ;pg         * <C-\><C-N>:call VEnclose('\paragraph{', '}', '', '')<CR>
  v  ;s2         * <C-\><C-N>:call VEnclose('\subsubsection{', '}', '', '')<CR>
  v  ;ss         * <C-\><C-N>:call VEnclose('\subsection{', '}', '', '')<CR>
  v  ;se         * <C-\><C-N>:call VEnclose('\section{', '}', '', '')<CR>
  v  ;ch         * <C-\><C-N>:call VEnclose('\chapter{', '}', '', '')<CR>
  v  ;pa         * <C-\><C-N>:call VEnclose('\part{', '}', '', '')<CR>
  v  ;sl         * <C-\><C-N>:call VEnclose('', '', '\begin{slide}', '\end{slide}')<CR>
  v  ;ov         * <C-\><C-N>:call VEnclose('', '', '\begin{overlay}', '\end{overlay}')<CR>
  v  ;no         * <C-\><C-N>:call VEnclose('', '', '\begin{note}', '\end{note}')<CR>
  v  ;tb         * <C-\><C-N>:call VEnclose('', '', '\begin{thebibliography}', '\end{thebibliography}')<CR>
  v  ;ve         * <C-\><C-N>:call VEnclose('', '', '\begin{verse}', '\end{verse}')<CR>
  v  ;vm         * <C-\><C-N>:call VEnclose('\verb|', '|', '\begin{verbatim}', '\end{verbatim}')<CR>
  v  ;tp         * <C-\><C-N>:call VEnclose('', '', '\begin{titlepage}', '\end{titlepage}')<CR>
  v  ;sb         * <C-\><C-N>:call VEnclose('', '', '\begin{sloppybar}', '\end{sloppybar}')<CR>
  v  ;qe         * <C-\><C-N>:call VEnclose('', '', '\begin{quote}', '\end{quote}')<CR>
  v  ;qn         * <C-\><C-N>:call VEnclose('', '', '\begin{quotation}', '\end{quotation}')<CR>
  v  ;fr         * <C-\><C-N>:call VEnclose('{\raggedright ', '}', '\begin{flushright}', '\end{flushright}')<CR>
  v  ;fl         * <C-\><C-N>:call VEnclose('', '', '\begin{flushleft}', '\end{flushleft}')<CR>
  v  ;fc         * <C-\><C-N>:call VEnclose('', '', '\begin{filecontents}', '\end{filecontents}')<CR>
  v  ;do         * <C-\><C-N>:call VEnclose('', '', '\begin{document}', '\end{document}')<CR>
  v  ;ce         * <C-\><C-N>:call VEnclose('\centerline{', '}', '\begin{center}', '\end{center}')<CR>
  v  ;ap         * <C-\><C-N>:call VEnclose('', '', '\begin{appendix}', '\end{appendix}')<CR>
  v  ;ab         * <C-\><C-N>:call VEnclose('', '', '\begin{abstract}', '\end{abstract}')<CR>
  v  ;ma         * <C-\><C-N>:call VEnclose('', '', '\begin{math}', '\end{math}')<CR>
  v  ;eq         * <C-\><C-N>:call VEnclose('', '', '\begin{equation}', '\end{equation}')<CR>
  v  ;ea         * <C-\><C-N>:call VEnclose('', '', '\begin{eqnarray}', '\end{eqnarray}')<CR>
  v  ;dm         * <C-\><C-N>:call VEnclose('', '', '\begin{displaymath}', '\end{displaymath}')<CR>
  v  ;ar         * <C-\><C-N>:call VEnclose('', '', '\begin{array}', '\end{array}')<CR>
  v  ;tr         * <C-\><C-N>:call VEnclose('', '', '\begin{tabular}', '\end{tabular}')<CR>
  v  ;tg         * <C-\><C-N>:call VEnclose('', '', '\begin{tabbing}', '\end{tabbing}')<CR>
  v  ;te         * <C-\><C-N>:call VEnclose('', '', '\begin{table}', '\end{table}')<CR>
  v  ;tl         * <C-\><C-N>:call VEnclose('', '', '\begin{trivlist}', '\end{trivlist}')<CR>
  v  ;ti         * <C-\><C-N>:call VEnclose('', '', '\begin{theindex}', '\end{theindex}')<CR>
  v  ;it         * <C-\><C-N>:call VEnclose('', '', '\begin{itemize}', '\end{itemize}')<CR>
  v  ;en         * <C-\><C-N>:call VEnclose('', '', '\begin{enumerate}', '\end{enumerate}')<CR>
  v  ;de         * <C-\><C-N>:call VEnclose('', '', '\begin{description}', '\end{description}')<CR>
  v  ;li         * <C-\><C-N>:call VEnclose('', '', '\begin{list}', '\end{list}')<CR>
    Q             <Nop>
  v  [%            <Esc>[%m'gv``
  v  ]%            <Esc>]%m'gv``
  v  a%            <Esc>[%v]%
  v  g%          * :<C-U>call <SNR>23_Match_wrapper('',0,'v') <CR>m'gv``
  v  <Plug>Tex_FastCommandInsert * <C-\><C-N>:call Tex_DoCommand('yes')<CR>
  v  <Plug>Tex_FastEnvironmentInsert * <C-\><C-N>:call Tex_FastEnvironmentInsert("yes")<CR>
  v  <Plug>IMAP_JumpBack   <C-\><C-N>`<i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_JumpForward   <C-\><C-N>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpBack   "_<Del>i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpForward   "_<Del>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
    <F6>          F<mr:call ConvertToRef()<CR>
  line    5:
  E475: Invalid argument: <C-\><0e>:call VEnclose('\textsl{', '}', '{\slshape ', '}')<CR>
  line   13:
  E329: No menu "TeX-E&lements"
  E475: Invalid argument: ) <plug><C-r>=IMAP_PutTextWithMovement('\textsl{<++>}<++>')<CR>
  line   15:
  E329: No menu "TeX-E&lements"
  E475: Invalid argument: ) <C-\><0e>:call VEnclose('\textsl{', '}', '{\slshape ', '}')<CR>
  v  <NL>          <Plug>IMAP_JumpForward
  v  %           * :<C-U>call <SNR>23_Match_wrapper('',1,'v') <CR>m'gv``
  v  ;           * :<C-U>call ExecMap(';', 'v')<CR>
  v  ;pi         * <C-\><C-N>:call VEnclose('', '', '\begin{picture}', '\end{picture}')<CR>
  v  ;mp         * <C-\><C-N>:call VEnclose('', '', '\begin{minipage}', '\end{minipage}')<CR>
  v  ;lr         * <C-\><C-N>:call VEnclose('\sbox{', '}', '\begin{lrbox}', '\end{lrbox}')<CR>
  v  ;fi         * <C-\><C-N>:call VEnclose('', '', '\begin{figure}', '\end{figure}')<CR>
  v  ;sp         * <C-\><C-N>:call VEnclose('\subparagraph{', '}', '', '')<CR>
  v  ;pg         * <C-\><C-N>:call VEnclose('\paragraph{', '}', '', '')<CR>
  v  ;s2         * <C-\><C-N>:call VEnclose('\subsubsection{', '}', '', '')<CR>
  v  ;ss         * <C-\><C-N>:call VEnclose('\subsection{', '}', '', '')<CR>
  v  ;se         * <C-\><C-N>:call VEnclose('\section{', '}', '', '')<CR>
  v  ;ch         * <C-\><C-N>:call VEnclose('\chapter{', '}', '', '')<CR>
  v  ;pa         * <C-\><C-N>:call VEnclose('\part{', '}', '', '')<CR>
  v  ;sl         * <C-\><C-N>:call VEnclose('', '', '\begin{slide}', '\end{slide}')<CR>
  v  ;ov         * <C-\><C-N>:call VEnclose('', '', '\begin{overlay}', '\end{overlay}')<CR>
  v  ;no         * <C-\><C-N>:call VEnclose('', '', '\begin{note}', '\end{note}')<CR>
  v  ;tb         * <C-\><C-N>:call VEnclose('', '', '\begin{thebibliography}', '\end{thebibliography}')<CR>
  v  ;ve         * <C-\><C-N>:call VEnclose('', '', '\begin{verse}', '\end{verse}')<CR>
  v  ;vm         * <C-\><C-N>:call VEnclose('\verb|', '|', '\begin{verbatim}', '\end{verbatim}')<CR>
  v  ;tp         * <C-\><C-N>:call VEnclose('', '', '\begin{titlepage}', '\end{titlepage}')<CR>
  v  ;sb         * <C-\><C-N>:call VEnclose('', '', '\begin{sloppybar}', '\end{sloppybar}')<CR>
  v  ;qe         * <C-\><C-N>:call VEnclose('', '', '\begin{quote}', '\end{quote}')<CR>
  v  ;qn         * <C-\><C-N>:call VEnclose('', '', '\begin{quotation}', '\end{quotation}')<CR>
  v  ;fr         * <C-\><C-N>:call VEnclose('{\raggedright ', '}', '\begin{flushright}', '\end{flushright}')<CR>
  v  ;fl         * <C-\><C-N>:call VEnclose('', '', '\begin{flushleft}', '\end{flushleft}')<CR>
  v  ;fc         * <C-\><C-N>:call VEnclose('', '', '\begin{filecontents}', '\end{filecontents}')<CR>
  v  ;do         * <C-\><C-N>:call VEnclose('', '', '\begin{document}', '\end{document}')<CR>
  v  ;ce         * <C-\><C-N>:call VEnclose('\centerline{', '}', '\begin{center}', '\end{center}')<CR>
  v  ;ap         * <C-\><C-N>:call VEnclose('', '', '\begin{appendix}', '\end{appendix}')<CR>
  v  ;ab         * <C-\><C-N>:call VEnclose('', '', '\begin{abstract}', '\end{abstract}')<CR>
  v  ;ma         * <C-\><C-N>:call VEnclose('', '', '\begin{math}', '\end{math}')<CR>
  v  ;eq         * <C-\><C-N>:call VEnclose('', '', '\begin{equation}', '\end{equation}')<CR>
  v  ;ea         * <C-\><C-N>:call VEnclose('', '', '\begin{eqnarray}', '\end{eqnarray}')<CR>
  v  ;dm         * <C-\><C-N>:call VEnclose('', '', '\begin{displaymath}', '\end{displaymath}')<CR>
  v  ;ar         * <C-\><C-N>:call VEnclose('', '', '\begin{array}', '\end{array}')<CR>
  v  ;tr         * <C-\><C-N>:call VEnclose('', '', '\begin{tabular}', '\end{tabular}')<CR>
  v  ;tg         * <C-\><C-N>:call VEnclose('', '', '\begin{tabbing}', '\end{tabbing}')<CR>
  v  ;te         * <C-\><C-N>:call VEnclose('', '', '\begin{table}', '\end{table}')<CR>
  v  ;tl         * <C-\><C-N>:call VEnclose('', '', '\begin{trivlist}', '\end{trivlist}')<CR>
  v  ;ti         * <C-\><C-N>:call VEnclose('', '', '\begin{theindex}', '\end{theindex}')<CR>
  v  ;it         * <C-\><C-N>:call VEnclose('', '', '\begin{itemize}', '\end{itemize}')<CR>
  v  ;en         * <C-\><C-N>:call VEnclose('', '', '\begin{enumerate}', '\end{enumerate}')<CR>
  v  ;de         * <C-\><C-N>:call VEnclose('', '', '\begin{description}', '\end{description}')<CR>
  v  ;li         * <C-\><C-N>:call VEnclose('', '', '\begin{list}', '\end{list}')<CR>
    Q             <Nop>
  v  [%            <Esc>[%m'gv``
  v  ]%            <Esc>]%m'gv``
  v  a%            <Esc>[%v]%
  v  g%          * :<C-U>call <SNR>23_Match_wrapper('',0,'v') <CR>m'gv``
  v  <Plug>Tex_FastCommandInsert * <C-\><C-N>:call Tex_DoCommand('yes')<CR>
  v  <Plug>Tex_FastEnvironmentInsert * <C-\><C-N>:call Tex_FastEnvironmentInsert("yes")<CR>
  v  <Plug>IMAP_JumpBack   <C-\><C-N>`<i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_JumpForward   <C-\><C-N>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpBack   "_<Del>i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpForward   "_<Del>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
    <F6>          F<mr:call ConvertToRef()<CR>
  line    5:
  E488: Trailing characters
  line   13:
  E329: No menu "TeX-E&lements"
  E488: Trailing characters
  line   15:
  E329: No menu "TeX-E&lements"
  E488: Trailing characters
  v  <NL>          <Plug>IMAP_JumpForward
  v  %           * :<C-U>call <SNR>23_Match_wrapper('',1,'v') <CR>m'gv``
  v  ;           * :<C-U>call ExecMap(';', 'v')<CR>
  v  ;pi         * <C-\><C-N>:call VEnclose('', '', '\begin{picture}', '\end{picture}')<CR>
  v  ;mp         * <C-\><C-N>:call VEnclose('', '', '\begin{minipage}', '\end{minipage}')<CR>
  v  ;lr         * <C-\><C-N>:call VEnclose('\sbox{', '}', '\begin{lrbox}', '\end{lrbox}')<CR>
  v  ;fi         * <C-\><C-N>:call VEnclose('', '', '\begin{figure}', '\end{figure}')<CR>
  v  ;sp         * <C-\><C-N>:call VEnclose('\subparagraph{', '}', '', '')<CR>
  v  ;pg         * <C-\><C-N>:call VEnclose('\paragraph{', '}', '', '')<CR>
  v  ;s2         * <C-\><C-N>:call VEnclose('\subsubsection{', '}', '', '')<CR>
  v  ;ss         * <C-\><C-N>:call VEnclose('\subsection{', '}', '', '')<CR>
  v  ;se         * <C-\><C-N>:call VEnclose('\section{', '}', '', '')<CR>
  v  ;ch         * <C-\><C-N>:call VEnclose('\chapter{', '}', '', '')<CR>
  v  ;pa         * <C-\><C-N>:call VEnclose('\part{', '}', '', '')<CR>
  v  ;sl         * <C-\><C-N>:call VEnclose('', '', '\begin{slide}', '\end{slide}')<CR>
  v  ;ov         * <C-\><C-N>:call VEnclose('', '', '\begin{overlay}', '\end{overlay}')<CR>
  v  ;no         * <C-\><C-N>:call VEnclose('', '', '\begin{note}', '\end{note}')<CR>
  v  ;tb         * <C-\><C-N>:call VEnclose('', '', '\begin{thebibliography}', '\end{thebibliography}')<CR>
  v  ;ve         * <C-\><C-N>:call VEnclose('', '', '\begin{verse}', '\end{verse}')<CR>
  v  ;vm         * <C-\><C-N>:call VEnclose('\verb|', '|', '\begin{verbatim}', '\end{verbatim}')<CR>
  v  ;tp         * <C-\><C-N>:call VEnclose('', '', '\begin{titlepage}', '\end{titlepage}')<CR>
  v  ;sb         * <C-\><C-N>:call VEnclose('', '', '\begin{sloppybar}', '\end{sloppybar}')<CR>
  v  ;qe         * <C-\><C-N>:call VEnclose('', '', '\begin{quote}', '\end{quote}')<CR>
  v  ;qn         * <C-\><C-N>:call VEnclose('', '', '\begin{quotation}', '\end{quotation}')<CR>
  v  ;fr         * <C-\><C-N>:call VEnclose('{\raggedright ', '}', '\begin{flushright}', '\end{flushright}')<CR>
  v  ;fl         * <C-\><C-N>:call VEnclose('', '', '\begin{flushleft}', '\end{flushleft}')<CR>
  v  ;fc         * <C-\><C-N>:call VEnclose('', '', '\begin{filecontents}', '\end{filecontents}')<CR>
  v  ;do         * <C-\><C-N>:call VEnclose('', '', '\begin{document}', '\end{document}')<CR>
  v  ;ce         * <C-\><C-N>:call VEnclose('\centerline{', '}', '\begin{center}', '\end{center}')<CR>
  v  ;ap         * <C-\><C-N>:call VEnclose('', '', '\begin{appendix}', '\end{appendix}')<CR>
  v  ;ab         * <C-\><C-N>:call VEnclose('', '', '\begin{abstract}', '\end{abstract}')<CR>
  v  ;ma         * <C-\><C-N>:call VEnclose('', '', '\begin{math}', '\end{math}')<CR>
  v  ;eq         * <C-\><C-N>:call VEnclose('', '', '\begin{equation}', '\end{equation}')<CR>
  v  ;ea         * <C-\><C-N>:call VEnclose('', '', '\begin{eqnarray}', '\end{eqnarray}')<CR>
  v  ;dm         * <C-\><C-N>:call VEnclose('', '', '\begin{displaymath}', '\end{displaymath}')<CR>
  v  ;ar         * <C-\><C-N>:call VEnclose('', '', '\begin{array}', '\end{array}')<CR>
  v  ;tr         * <C-\><C-N>:call VEnclose('', '', '\begin{tabular}', '\end{tabular}')<CR>
  v  ;tg         * <C-\><C-N>:call VEnclose('', '', '\begin{tabbing}', '\end{tabbing}')<CR>
  v  ;te         * <C-\><C-N>:call VEnclose('', '', '\begin{table}', '\end{table}')<CR>
  v  ;tl         * <C-\><C-N>:call VEnclose('', '', '\begin{trivlist}', '\end{trivlist}')<CR>
  v  ;ti         * <C-\><C-N>:call VEnclose('', '', '\begin{theindex}', '\end{theindex}')<CR>
  v  ;it         * <C-\><C-N>:call VEnclose('', '', '\begin{itemize}', '\end{itemize}')<CR>
  v  ;en         * <C-\><C-N>:call VEnclose('', '', '\begin{enumerate}', '\end{enumerate}')<CR>
  v  ;de         * <C-\><C-N>:call VEnclose('', '', '\begin{description}', '\end{description}')<CR>
  v  ;li         * <C-\><C-N>:call VEnclose('', '', '\begin{list}', '\end{list}')<CR>
    Q             <Nop>
  v  [%            <Esc>[%m'gv``
  v  ]%            <Esc>]%m'gv``
  v  a%            <Esc>[%v]%
  v  g%          * :<C-U>call <SNR>23_Match_wrapper('',0,'v') <CR>m'gv``
  v  <Plug>Tex_FastCommandInsert * <C-\><C-N>:call Tex_DoCommand('yes')<CR>
  v  <Plug>Tex_FastEnvironmentInsert * <C-\><C-N>:call Tex_FastEnvironmentInsert("yes")<CR>
  v  <Plug>IMAP_JumpBack   <C-\><C-N>`<i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_JumpForward   <C-\><C-N>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpBack   "_<Del>i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpForward   "_<Del>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
    <F6>          F<mr:call ConvertToRef()<CR>
  line    5:
  E492: Not an editor command: it <C-\><0e>:call VEnclose('\textit{', '}', '{\itshape ', '}')<CR>
  line   13:
  E329: No menu "TeX-E&lements"
  E492: Not an editor command: it) <plug><C-r>=IMAP_PutTextWithMovement('\textit{<++>}<++>')<CR>
  line   15:
  E329: No menu "TeX-E&lements"
  E492: Not an editor command: it) <C-\><0e>:call VEnclose('\textit{', '}', '{\itshape ', '}')<CR>
  v  <NL>          <Plug>IMAP_JumpForward
  v  %           * :<C-U>call <SNR>23_Match_wrapper('',1,'v') <CR>m'gv``
  v  ;           * :<C-U>call ExecMap(';', 'v')<CR>
  v  ;pi         * <C-\><C-N>:call VEnclose('', '', '\begin{picture}', '\end{picture}')<CR>
  v  ;mp         * <C-\><C-N>:call VEnclose('', '', '\begin{minipage}', '\end{minipage}')<CR>
  v  ;lr         * <C-\><C-N>:call VEnclose('\sbox{', '}', '\begin{lrbox}', '\end{lrbox}')<CR>
  v  ;fi         * <C-\><C-N>:call VEnclose('', '', '\begin{figure}', '\end{figure}')<CR>
  v  ;sp         * <C-\><C-N>:call VEnclose('\subparagraph{', '}', '', '')<CR>
  v  ;pg         * <C-\><C-N>:call VEnclose('\paragraph{', '}', '', '')<CR>
  v  ;s2         * <C-\><C-N>:call VEnclose('\subsubsection{', '}', '', '')<CR>
  v  ;ss         * <C-\><C-N>:call VEnclose('\subsection{', '}', '', '')<CR>
  v  ;se         * <C-\><C-N>:call VEnclose('\section{', '}', '', '')<CR>
  v  ;ch         * <C-\><C-N>:call VEnclose('\chapter{', '}', '', '')<CR>
  v  ;pa         * <C-\><C-N>:call VEnclose('\part{', '}', '', '')<CR>
  v  ;sl         * <C-\><C-N>:call VEnclose('', '', '\begin{slide}', '\end{slide}')<CR>
  v  ;ov         * <C-\><C-N>:call VEnclose('', '', '\begin{overlay}', '\end{overlay}')<CR>
  v  ;no         * <C-\><C-N>:call VEnclose('', '', '\begin{note}', '\end{note}')<CR>
  v  ;tb         * <C-\><C-N>:call VEnclose('', '', '\begin{thebibliography}', '\end{thebibliography}')<CR>
  v  ;ve         * <C-\><C-N>:call VEnclose('', '', '\begin{verse}', '\end{verse}')<CR>
  v  ;vm         * <C-\><C-N>:call VEnclose('\verb|', '|', '\begin{verbatim}', '\end{verbatim}')<CR>
  v  ;tp         * <C-\><C-N>:call VEnclose('', '', '\begin{titlepage}', '\end{titlepage}')<CR>
  v  ;sb         * <C-\><C-N>:call VEnclose('', '', '\begin{sloppybar}', '\end{sloppybar}')<CR>
  v  ;qe         * <C-\><C-N>:call VEnclose('', '', '\begin{quote}', '\end{quote}')<CR>
  v  ;qn         * <C-\><C-N>:call VEnclose('', '', '\begin{quotation}', '\end{quotation}')<CR>
  v  ;fr         * <C-\><C-N>:call VEnclose('{\raggedright ', '}', '\begin{flushright}', '\end{flushright}')<CR>
  v  ;fl         * <C-\><C-N>:call VEnclose('', '', '\begin{flushleft}', '\end{flushleft}')<CR>
  v  ;fc         * <C-\><C-N>:call VEnclose('', '', '\begin{filecontents}', '\end{filecontents}')<CR>
  v  ;do         * <C-\><C-N>:call VEnclose('', '', '\begin{document}', '\end{document}')<CR>
  v  ;ce         * <C-\><C-N>:call VEnclose('\centerline{', '}', '\begin{center}', '\end{center}')<CR>
  v  ;ap         * <C-\><C-N>:call VEnclose('', '', '\begin{appendix}', '\end{appendix}')<CR>
  v  ;ab         * <C-\><C-N>:call VEnclose('', '', '\begin{abstract}', '\end{abstract}')<CR>
  v  ;ma         * <C-\><C-N>:call VEnclose('', '', '\begin{math}', '\end{math}')<CR>
  v  ;eq         * <C-\><C-N>:call VEnclose('', '', '\begin{equation}', '\end{equation}')<CR>
  v  ;ea         * <C-\><C-N>:call VEnclose('', '', '\begin{eqnarray}', '\end{eqnarray}')<CR>
  v  ;dm         * <C-\><C-N>:call VEnclose('', '', '\begin{displaymath}', '\end{displaymath}')<CR>
  v  ;ar         * <C-\><C-N>:call VEnclose('', '', '\begin{array}', '\end{array}')<CR>
  v  ;tr         * <C-\><C-N>:call VEnclose('', '', '\begin{tabular}', '\end{tabular}')<CR>
  v  ;tg         * <C-\><C-N>:call VEnclose('', '', '\begin{tabbing}', '\end{tabbing}')<CR>
  v  ;te         * <C-\><C-N>:call VEnclose('', '', '\begin{table}', '\end{table}')<CR>
  v  ;tl         * <C-\><C-N>:call VEnclose('', '', '\begin{trivlist}', '\end{trivlist}')<CR>
  v  ;ti         * <C-\><C-N>:call VEnclose('', '', '\begin{theindex}', '\end{theindex}')<CR>
  v  ;it         * <C-\><C-N>:call VEnclose('', '', '\begin{itemize}', '\end{itemize}')<CR>
  v  ;en         * <C-\><C-N>:call VEnclose('', '', '\begin{enumerate}', '\end{enumerate}')<CR>
  v  ;de         * <C-\><C-N>:call VEnclose('', '', '\begin{description}', '\end{description}')<CR>
  v  ;li         * <C-\><C-N>:call VEnclose('', '', '\begin{list}', '\end{list}')<CR>
    Q             <Nop>
  v  [%            <Esc>[%m'gv``
  v  ]%            <Esc>]%m'gv``
  v  a%            <Esc>[%v]%
  v  g%          * :<C-U>call <SNR>23_Match_wrapper('',0,'v') <CR>m'gv``
  v  <Plug>Tex_FastCommandInsert * <C-\><C-N>:call Tex_DoCommand('yes')<CR>
  v  <Plug>Tex_FastEnvironmentInsert * <C-\><C-N>:call Tex_FastEnvironmentInsert("yes")<CR>
  v  <Plug>IMAP_JumpBack   <C-\><C-N>`<i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_JumpForward   <C-\><C-N>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpBack   "_<Del>i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpForward   "_<Del>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
    <F6>          F<mr:call ConvertToRef()<CR>
  Error detected while processing /usr/share/vim/addons/ftplugin/latex-suite/elementmacros.vim:
  line  132:
  E334: Menu not found: <C-\><0e>:call VEnclose('\emph{', '}', '{\em', '\/}')<CR>
  v  <NL>          <Plug>IMAP_JumpForward
  v  %           * :<C-U>call <SNR>23_Match_wrapper('',1,'v') <CR>m'gv``
  v  ;           * :<C-U>call ExecMap(';', 'v')<CR>
  v  ;pi         * <C-\><C-N>:call VEnclose('', '', '\begin{picture}', '\end{picture}')<CR>
  v  ;mp         * <C-\><C-N>:call VEnclose('', '', '\begin{minipage}', '\end{minipage}')<CR>
  v  ;lr         * <C-\><C-N>:call VEnclose('\sbox{', '}', '\begin{lrbox}', '\end{lrbox}')<CR>
  v  ;fi         * <C-\><C-N>:call VEnclose('', '', '\begin{figure}', '\end{figure}')<CR>
  v  ;sp         * <C-\><C-N>:call VEnclose('\subparagraph{', '}', '', '')<CR>
  v  ;pg         * <C-\><C-N>:call VEnclose('\paragraph{', '}', '', '')<CR>
  v  ;s2         * <C-\><C-N>:call VEnclose('\subsubsection{', '}', '', '')<CR>
  v  ;ss         * <C-\><C-N>:call VEnclose('\subsection{', '}', '', '')<CR>
  v  ;se         * <C-\><C-N>:call VEnclose('\section{', '}', '', '')<CR>
  v  ;ch         * <C-\><C-N>:call VEnclose('\chapter{', '}', '', '')<CR>
  v  ;pa         * <C-\><C-N>:call VEnclose('\part{', '}', '', '')<CR>
  v  ;sl         * <C-\><C-N>:call VEnclose('', '', '\begin{slide}', '\end{slide}')<CR>
  v  ;ov         * <C-\><C-N>:call VEnclose('', '', '\begin{overlay}', '\end{overlay}')<CR>
  v  ;no         * <C-\><C-N>:call VEnclose('', '', '\begin{note}', '\end{note}')<CR>
  v  ;tb         * <C-\><C-N>:call VEnclose('', '', '\begin{thebibliography}', '\end{thebibliography}')<CR>
  v  ;ve         * <C-\><C-N>:call VEnclose('', '', '\begin{verse}', '\end{verse}')<CR>
  v  ;vm         * <C-\><C-N>:call VEnclose('\verb|', '|', '\begin{verbatim}', '\end{verbatim}')<CR>
  v  ;tp         * <C-\><C-N>:call VEnclose('', '', '\begin{titlepage}', '\end{titlepage}')<CR>
  v  ;sb         * <C-\><C-N>:call VEnclose('', '', '\begin{sloppybar}', '\end{sloppybar}')<CR>
  v  ;qe         * <C-\><C-N>:call VEnclose('', '', '\begin{quote}', '\end{quote}')<CR>
  v  ;qn         * <C-\><C-N>:call VEnclose('', '', '\begin{quotation}', '\end{quotation}')<CR>
  v  ;fr         * <C-\><C-N>:call VEnclose('{\raggedright ', '}', '\begin{flushright}', '\end{flushright}')<CR>
  v  ;fl         * <C-\><C-N>:call VEnclose('', '', '\begin{flushleft}', '\end{flushleft}')<CR>
  v  ;fc         * <C-\><C-N>:call VEnclose('', '', '\begin{filecontents}', '\end{filecontents}')<CR>
  v  ;do         * <C-\><C-N>:call VEnclose('', '', '\begin{document}', '\end{document}')<CR>
  v  ;ce         * <C-\><C-N>:call VEnclose('\centerline{', '}', '\begin{center}', '\end{center}')<CR>
  v  ;ap         * <C-\><C-N>:call VEnclose('', '', '\begin{appendix}', '\end{appendix}')<CR>
  v  ;ab         * <C-\><C-N>:call VEnclose('', '', '\begin{abstract}', '\end{abstract}')<CR>
  v  ;ma         * <C-\><C-N>:call VEnclose('', '', '\begin{math}', '\end{math}')<CR>
  v  ;eq         * <C-\><C-N>:call VEnclose('', '', '\begin{equation}', '\end{equation}')<CR>
  v  ;ea         * <C-\><C-N>:call VEnclose('', '', '\begin{eqnarray}', '\end{eqnarray}')<CR>
  v  ;dm         * <C-\><C-N>:call VEnclose('', '', '\begin{displaymath}', '\end{displaymath}')<CR>
  v  ;ar         * <C-\><C-N>:call VEnclose('', '', '\begin{array}', '\end{array}')<CR>
  v  ;tr         * <C-\><C-N>:call VEnclose('', '', '\begin{tabular}', '\end{tabular}')<CR>
  v  ;tg         * <C-\><C-N>:call VEnclose('', '', '\begin{tabbing}', '\end{tabbing}')<CR>
  v  ;te         * <C-\><C-N>:call VEnclose('', '', '\begin{table}', '\end{table}')<CR>
  v  a%            <Esc>[%v]%
  v  g%          * :<C-U>call <SNR>23_Match_wrapper('',0,'v') <CR>m'gv``
  v  <Plug>Tex_FastCommandInsert * <C-\><C-N>:call Tex_DoCommand('yes')<CR>
  v  <Plug>Tex_FastEnvironmentInsert * <C-\><C-N>:call Tex_FastEnvironmentInsert("yes")<CR>
  v  <Plug>IMAP_JumpBack   <C-\><C-N>`<i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_JumpForward   <C-\><C-N>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpBack   "_<Del>i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpForward   "_<Del>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
    <F6>          F<mr:call ConvertToRef()<CR>
  Error detected while processing /usr/share/vim/addons/ftplugin/latex-suite/elementmacros.vim:
  line  132:
  E334: Menu not found: <C-\><0e>:call VEnclose('\emph{', '}', '{\em', '\/}')<CR>
  v  <NL>          <Plug>IMAP_JumpForward
  v  %           * :<C-U>call <SNR>23_Match_wrapper('',1,'v') <CR>m'gv``
  v  ;           * :<C-U>call ExecMap(';', 'v')<CR>
  v  ;pi         * <C-\><C-N>:call VEnclose('', '', '\begin{picture}', '\end{picture}')<CR>
  v  ;mp         * <C-\><C-N>:call VEnclose('', '', '\begin{minipage}', '\end{minipage}')<CR>
  v  ;lr         * <C-\><C-N>:call VEnclose('\sbox{', '}', '\begin{lrbox}', '\end{lrbox}')<CR>
  v  ;fi         * <C-\><C-N>:call VEnclose('', '', '\begin{figure}', '\end{figure}')<CR>
  v  ;sp         * <C-\><C-N>:call VEnclose('\subparagraph{', '}', '', '')<CR>
  v  ;pg         * <C-\><C-N>:call VEnclose('\paragraph{', '}', '', '')<CR>
  v  ;s2         * <C-\><C-N>:call VEnclose('\subsubsection{', '}', '', '')<CR>
  v  ;ss         * <C-\><C-N>:call VEnclose('\subsection{', '}', '', '')<CR>
  v  ;se         * <C-\><C-N>:call VEnclose('\section{', '}', '', '')<CR>
  v  ;ch         * <C-\><C-N>:call VEnclose('\chapter{', '}', '', '')<CR>
  v  ;pa         * <C-\><C-N>:call VEnclose('\part{', '}', '', '')<CR>
  v  ;sl         * <C-\><C-N>:call VEnclose('', '', '\begin{slide}', '\end{slide}')<CR>
  v  ;ov         * <C-\><C-N>:call VEnclose('', '', '\begin{overlay}', '\end{overlay}')<CR>
  v  ;no         * <C-\><C-N>:call VEnclose('', '', '\begin{note}', '\end{note}')<CR>
  v  ;tb         * <C-\><C-N>:call VEnclose('', '', '\begin{thebibliography}', '\end{thebibliography}')<CR>
  v  ;ve         * <C-\><C-N>:call VEnclose('', '', '\begin{verse}', '\end{verse}')<CR>
  v  ;vm         * <C-\><C-N>:call VEnclose('\verb|', '|', '\begin{verbatim}', '\end{verbatim}')<CR>
  v  ;tp         * <C-\><C-N>:call VEnclose('', '', '\begin{titlepage}', '\end{titlepage}')<CR>
  v  ;sb         * <C-\><C-N>:call VEnclose('', '', '\begin{sloppybar}', '\end{sloppybar}')<CR>
  v  ;qe         * <C-\><C-N>:call VEnclose('', '', '\begin{quote}', '\end{quote}')<CR>
  v  ;qn         * <C-\><C-N>:call VEnclose('', '', '\begin{quotation}', '\end{quotation}')<CR>
  v  ;fr         * <C-\><C-N>:call VEnclose('{\raggedright ', '}', '\begin{flushright}', '\end{flushright}')<CR>
  v  ;fl         * <C-\><C-N>:call VEnclose('', '', '\begin{flushleft}', '\end{flushleft}')<CR>
  v  ;fc         * <C-\><C-N>:call VEnclose('', '', '\begin{filecontents}', '\end{filecontents}')<CR>
  v  ;do         * <C-\><C-N>:call VEnclose('', '', '\begin{document}', '\end{document}')<CR>
  v  ;ce         * <C-\><C-N>:call VEnclose('\centerline{', '}', '\begin{center}', '\end{center}')<CR>
  v  ;ap         * <C-\><C-N>:call VEnclose('', '', '\begin{appendix}', '\end{appendix}')<CR>
  v  ;ab         * <C-\><C-N>:call VEnclose('', '', '\begin{abstract}', '\end{abstract}')<CR>
  v  ;ma         * <C-\><C-N>:call VEnclose('', '', '\begin{math}', '\end{math}')<CR>
  v  ;eq         * <C-\><C-N>:call VEnclose('', '', '\begin{equation}', '\end{equation}')<CR>
  v  ;ea         * <C-\><C-N>:call VEnclose('', '', '\begin{eqnarray}', '\end{eqnarray}')<CR>
  v  ;dm         * <C-\><C-N>:call VEnclose('', '', '\begin{displaymath}', '\end{displaymath}')<CR>
  v  ;ar         * <C-\><C-N>:call VEnclose('', '', '\begin{array}', '\end{array}')<CR>
  v  ;tr         * <C-\><C-N>:call VEnclose('', '', '\begin{tabular}', '\end{tabular}')<CR>
  v  ;tg         * <C-\><C-N>:call VEnclose('', '', '\begin{tabbing}', '\end{tabbing}')<CR>
  v  ;te         * <C-\><C-N>:call VEnclose('', '', '\begin{table}', '\end{table}')<CR>
  v  ;tl         * <C-\><C-N>:call VEnclose('', '', '\begin{trivlist}', '\end{trivlist}')<CR>
  v  ;ti         * <C-\><C-N>:call VEnclose('', '', '\begin{theindex}', '\end{theindex}')<CR>
  v  ;it         * <C-\><C-N>:call VEnclose('', '', '\begin{itemize}', '\end{itemize}')<CR>
  v  ;en         * <C-\><C-N>:call VEnclose('', '', '\begin{enumerate}', '\end{enumerate}')<CR>
  v  ;de         * <C-\><C-N>:call VEnclose('', '', '\begin{description}', '\end{description}')<CR>
  v  ;li         * <C-\><C-N>:call VEnclose('', '', '\begin{list}', '\end{list}')<CR>
    Q             <Nop>
  v  [%            <Esc>[%m'gv``
  v  ]%            <Esc>]%m'gv``
  v  a%            <Esc>[%v]%
  v  g%          * :<C-U>call <SNR>23_Match_wrapper('',0,'v') <CR>m'gv``
  v  <Plug>Tex_FastCommandInsert * <C-\><C-N>:call Tex_DoCommand('yes')<CR>
  v  <Plug>Tex_FastEnvironmentInsert * <C-\><C-N>:call Tex_FastEnvironmentInsert("yes")<CR>
  v  <Plug>IMAP_JumpBack   <C-\><C-N>`<i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_JumpForward   <C-\><C-N>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpBack   "_<Del>i<C-R>=IMAP_Jumpfunc('b', 0)<CR>
  v  <Plug>IMAP_DeleteAndJumpForward   "_<Del>i<C-R>=IMAP_Jumpfunc('', 0)<CR>
    <F6>          F<mr:call ConvertToRef()<CR>
  line  333:
  E492: Not an editor command:    :<15>call ExecMap('|', 'v')<0d>

-- Package-specific info:
Vim related packages installed on this system:
 - vim-latexsuite
 - vim-runtime
 - vim-vimoutliner


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages vim-latexsuite depends on:
ii  python                       2.4.4-2     An interactive high-level object-o
ii  vim                          1:7.0-164+3 Vi IMproved - enhanced vi editor
ii  vim-common                   1:7.0-164+3 Vi IMproved - Common files

Versions of packages vim-latexsuite recommends:
ii  tetex-bin                     3.0-30     The teTeX programs

-- no debconf information

-- 
 .''`.   martin f. krafft <madduck at debian.org>
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature (GPG/PGP)
Url : http://lists.alioth.debian.org/pipermail/pkg-vim-maintainers/attachments/20070226/62c9084e/attachment-0001.pgp 


More information about the pkg-vim-maintainers mailing list