Mercurial > vim
view runtime/ftplugin/tt2html.vim @ 8690:6a1becf4f282 v7.4.1634
commit https://github.com/vim/vim/commit/8e08125d3a9afd0b16cd84454ae9ddad0abaaab0
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Mar 21 23:13:32 2016 +0100
patch 7.4.1634
Problem: Vertical movement after CTRL-A ends up in the wrong column.
(Urtica Dioica)
Solution: Set curswant when appropriate. (Hirohito Higashi)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 21 Mar 2016 23:15:04 +0100 |
parents | 42bf9264e64e |
children | d1fe80fb35e6 |
line wrap: on
line source
" Language: TT2 embedded with HTML " Maintainer: vim-perl <vim-perl@googlegroups.com> " Homepage: http://github.com/vim-perl/vim-perl " Bugs/requests: http://github.com/vim-perl/vim-perl/issues " Last Change: 2013-07-21 " Only do this when not done yet for this buffer if exists("b:did_ftplugin") finish endif " Just use the HTML plugin for now. runtime! ftplugin/html.vim ftplugin/html_*.vim ftplugin/html/*.vim