Bug#280386: long pauses while editing large html files

Stefano Zacchiroli Stefano Zacchiroli <zack@debian.org>, 280386@bugs.debian.org
Sat, 23 Apr 2005 19:14:18 +0200


--kORqDWCi7qDJ0mEj
Content-Type: multipart/mixed; boundary="PNTmBPCT7hxwcZjr"
Content-Disposition: inline


--PNTmBPCT7hxwcZjr
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

tags 280386 + patch
thanks

On Sat, Apr 23, 2005 at 10:24:04AM +0200, Christian Aichinger wrote:
> This is a bug I also noticed, I've submitted a bug report upstream,
> sorry for not filing it here. The problem is in the html indentation
> plugin. It has <BS> in its indentkeys, which causes the indentation

Have you got any reply from upstream maintainer of the html indentation?

I frankly see no reason in having <BS> in indentkeys, thus I'm for
removing it in the debian package closing the bug. Attached there is the
patch which removes <BS> from indentkeys of
/usr/share/vim/vim63/indent/html.vim.

> I've got a page about that bug, which goes into pretty much detail

Many thanks for this link!

Cheers.

--=20
Stefano Zacchiroli -*- Computer Science PhD student @ Uny Bologna, Italy
zack@{cs.unibo.it,debian.org,bononia.it} -%- http://www.bononia.it/zack/
If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. -!-

--PNTmBPCT7hxwcZjr
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="html.diff"
Content-Transfer-Encoding: quoted-printable

--- /usr/share/vim/vim63/indent/html.vim	2005-04-17 12:07:53.000000000 +0200
+++ html.vim	2005-04-23 19:09:56.000000000 +0200
@@ -14,7 +14,7 @@
=20
 " [-- local settings (must come before aborting the script) --]
 setlocal indentexpr=3DHtmlIndentGet(v:lnum)
-setlocal indentkeys=3Do,O,*<Return>,<>>,<bs>,{,}
+setlocal indentkeys=3Do,O,*<Return>,<>>,{,}
=20
=20
 if exists('g:html_indent_tags')

--PNTmBPCT7hxwcZjr--

--kORqDWCi7qDJ0mEj
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCaoJq1cqbBPLEI7wRArEaAKChOglfkwNmcf/yC1/Bf8w1EthcqACfWnkY
1SMzhQFqgysWoDBwZf5uySE=
=q3pp
-----END PGP SIGNATURE-----

--kORqDWCi7qDJ0mEj--