Patch 8.0.0749
Problem: Some unicode digraphs are hard to remember.
Solution: Add alternatives with a backtick. (Chris Harding, closes #1861)
Files: src/digraph.c
*** ../vim-8.0.0748/src/digraph.c 2016-11-04 22:17:10.650086465 +0100
--- src/digraph.c 2017-07-22 20:40:08.366328108 +0200
***************
*** 1876,1881 ****
--- 1876,1888 ----
{'f', 'l', 0xfb02},
{'f', 't', 0xfb05},
{'s', 't', 0xfb06},
+
+ /* extra alternatives, easier to remember */
+ {'W', '`', 0x1e80},
+ {'w', '`', 0x1e81},
+ {'Y', '`', 0x1ef2},
+ {'y', '`', 0x1ef3},
+
# endif /* FEAT_MBYTE */
/* Vim 5.x compatible digraphs that don't conflict with the above */
*** ../vim-8.0.0748/src/version.c 2017-07-22 20:33:01.353391250 +0200
--- src/version.c 2017-07-22 20:41:12.961863949 +0200
***************
*** 771,772 ****
--- 771,774 ----
{ /* Add new patch number below this line */
+ /**/
+ 749,
/**/
--
Your mouse has moved. Windows must be restarted for the change
to take effect. Reboot now?
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" 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
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.