On 05/03/10 02:28, Tony Mechelynck wrote:
On 04/03/10 17:11, Charles Campbell wrote:
[...]
OK -- if you snoop through the keymap/math.vim file you'll see that I've
got commented-out versions of B< and B> using those two codepoints --
well, v3g has commented out versions. I'll go ahead and put v3 up on
vim.sf.net shortly.

ah, yes, I see U+27E8 and U+27E9 are commented-out in the version I have
(version 2 from www.vim.org). Let's see... Yes, version 3 is online!
I'll download it after I send this mail.

P.S. I see that the commenting change hasn't been reflected in the help -- see patch attached.


Best regards,
Tony.
--
As long as the answer is right, who cares if the question is wrong?

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
*** doc/mathmenu.txt.old	2010-03-05 15:31:26.000000000 +0100
--- doc/mathmenu.txt	2010-03-05 15:24:12.000000000 +0100
***************
*** 180,187 ****
  	]]	⟧		B]	⎦
  	2[	⟦		U{	⎧
  	2]	⟧		M{	⎨
! 	B<	〈		B{	⎩
! 	B>	〉		U}	⎫
  	U(	⎛		M}	⎬
  	M(	⎜		B}	⎭
  	B(	⎝		V(	︵
--- 180,187 ----
  	]]	⟧		B]	⎦
  	2[	⟦		U{	⎧
  	2]	⟧		M{	⎨
! 	B<	⟨		B{	⎩
! 	B>	⟩		U}	⎫
  	U(	⎛		M}	⎬
  	M(	⎜		B}	⎭
  	B(	⎝		V(	︵

Reply via email to