Vim
Patch to support multi-byte characters in langmap option
From :help langmap
The langmap option allows switching your keyboard into a special language mode. When you are typing text in Insert mode the characters are inserted directly. When in command mode the 'langmap' option takes care of translating these special characters to the original meaning of the key. This means you don't have to change the keyboard mode to be able to execute Normal mode commands.
Original patch by Konstantin Korikov http://tech.groups.yahoo.com/group/vim-multibyte/message/2232?l=1. Rediffed to support vim-7.1.
Apply the patch.
patch -Np1 -i ../vim71-langmapmb.patch
Then continue with the rest of blfs instructions to build vim.
Patch to print the line number relative to the line with the cursor.
Patch from Markus Heidelberg. http://groups.google.com/group/vim_dev/msg/d5a17838fa48f20e
Apply the patch.
patch -Np0 -i ../vim-7.1-relative_number.patch
Patch that adds floating point support.
Patch by Bram Moolenar.
Apply the patch.
patch -Np0 -i ../vim-7.1-float-4.patch
Attachments
- vim71-langmapmb.patch (6.7 kB) -
Patch to support multi-byte characters in langmap option.
, added by Ag.Hatzim on 07/30/07 15:08:18. - vim-7.1-relative_number.patch (42.9 kB) - added by Ag.Hatzim on 02/25/08 14:24:11.
- vim-7.1-float-4.patch (46.8 kB) - added by ag@linuxfromscratch.org on 04/23/08 13:14:23.
