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.

-- 
Stefano Zacchiroli -*- Computer Science PhD student @ Uny Bologna, Italy
[EMAIL PROTECTED],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. -!-
--- /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 @@
 
 " [-- local settings (must come before aborting the script) --]
 setlocal indentexpr=HtmlIndentGet(v:lnum)
-setlocal indentkeys=o,O,*<Return>,<>>,<bs>,{,}
+setlocal indentkeys=o,O,*<Return>,<>>,{,}
 
 
 if exists('g:html_indent_tags')

Attachment: signature.asc
Description: Digital signature

Reply via email to