FS#2196 - Enable (g)vim's keymap feature for national languages
Attached to Project:
Arch Linux
Opened by Ferenc Deak (feco) - Saturday, 12 February 2005, 22:44 GMT
Last edited by arjan timmerman (blaasvis) - Wednesday, 02 November 2005, 10:30 GMT
Opened by Ferenc Deak (feco) - Saturday, 12 February 2005, 22:44 GMT
Last edited by arjan timmerman (blaasvis) - Wednesday, 02 November 2005, 10:30 GMT
|
Details
Gvim's keymap feature is used for writing in national
languages. With this feature one can write in its national
language in insert mode (national characters in place of
;:'"[]{} etc), while using the "native" keyboard on command
mode. This is the way to use national characters in vim, so
it would be nice to enable it for non english users.
It could be enabled by configuring with '--with-feature=big' or '--with-feature=huge' tha latest will enable nearly all the features. The executable will not be significantly larger (1.3M versus 1.4M)... Is there any reason not to compile with --with-feature=huge? |
This task depends upon
Closed by Simo Leone (neotuli)
Sunday, 15 October 2006, 18:04 GMT
Reason for closing: Implemented
Additional comments about closing: in the vim 7 series, this is enabled.
Sunday, 15 October 2006, 18:04 GMT
Reason for closing: Implemented
Additional comments about closing: in the vim 7 series, this is enabled.
Comment by Ferenc Deak (feco) -
Saturday, 12 February 2005, 22:49 GMT
Sorry for the typing mistake the right name of the configure
option is --with-features=huge or --with-features=big. Note the s
at end of the word 'features'
Comment by
arjan timmerman (blaasvis) - Sunday,
26 March 2006, 11:27 GMT
still not implemented.