Mercurial > vim
view runtime/syntax/docbkxml.vim @ 3125:992b24149a9e v7.3.333
updated for version 7.3.333
Problem: Using "." to repeat a Visual delete counts the size in bytes, not
characters. (Connor Lane Smith)
Solution: Store the virtual column numbers instead of byte positions.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Tue, 04 Oct 2011 21:22:44 +0200 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
" Vim syntax file " Language: DocBook XML " Maintainer: Johannes Zellner <johannes@zellner.org> " Last Change: Sam, 07 Sep 2002 17:20:12 CEST let b:docbk_type="xml" runtime syntax/docbk.vim