comparison runtime/doc/options.txt @ 7477:05cf4cc72a9f

commit https://github.com/vim/vim/commit/fa7353428f705f7a13465a1943dddeede4083023 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 3 22:14:44 2016 +0100 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 03 Jan 2016 22:15:05 +0100
parents 17333ebd2bbd
children 53163e4d9e4f
comparison
equal deleted inserted replaced
7476:023506554cad 7477:05cf4cc72a9f
1 *options.txt* For Vim version 7.4. Last change: 2015 Nov 23 1 *options.txt* For Vim version 7.4. Last change: 2016 Jan 03
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
4601 {not in Vi} 4601 {not in Vi}
4602 {only available when compiled with the |+langmap| 4602 {only available when compiled with the |+langmap|
4603 feature} 4603 feature}
4604 This option allows switching your keyboard into a special language 4604 This option allows switching your keyboard into a special language
4605 mode. When you are typing text in Insert mode the characters are 4605 mode. When you are typing text in Insert mode the characters are
4606 inserted directly. When in command mode the 'langmap' option takes 4606 inserted directly. When in Normal mode the 'langmap' option takes
4607 care of translating these special characters to the original meaning 4607 care of translating these special characters to the original meaning
4608 of the key. This means you don't have to change the keyboard mode to 4608 of the key. This means you don't have to change the keyboard mode to
4609 be able to execute Normal mode commands. 4609 be able to execute Normal mode commands.
4610 This is the opposite of the 'keymap' option, where characters are 4610 This is the opposite of the 'keymap' option, where characters are
4611 mapped in Insert mode. 4611 mapped in Insert mode.
5017 available) 5017 available)
5018 global 5018 global
5019 {not in Vi} 5019 {not in Vi}
5020 Maximum amount of memory in Kbyte to use for all buffers together. 5020 Maximum amount of memory in Kbyte to use for all buffers together.
5021 The maximum usable value is about 2000000 (2 Gbyte). Use this to work 5021 The maximum usable value is about 2000000 (2 Gbyte). Use this to work
5022 without a limit. On 64 bit machines higher values might work. But 5022 without a limit.
5023 hey, do you really need more than 2 Gbyte for text editing? 5023 On 64 bit machines higher values might work. But hey, do you really
5024 need more than 2 Gbyte for text editing? Keep in mind that text is
5025 stored in the swap file, one can edit files > 2 Gbyte anyay. We do
5026 need the memory to store undo info.
5024 Also see 'maxmem'. 5027 Also see 'maxmem'.
5025 5028
5026 *'menuitems'* *'mis'* 5029 *'menuitems'* *'mis'*
5027 'menuitems' 'mis' number (default 25) 5030 'menuitems' 'mis' number (default 25)
5028 global 5031 global
6836 specification. Thus "en-rare" is used for rare English words. 6839 specification. Thus "en-rare" is used for rare English words.
6837 A region name must come last and have the form "_xx", where "xx" is 6840 A region name must come last and have the form "_xx", where "xx" is
6838 the two-letter, lower case region name. You can use more than one 6841 the two-letter, lower case region name. You can use more than one
6839 region by listing them: "en_us,en_ca" supports both US and Canadian 6842 region by listing them: "en_us,en_ca" supports both US and Canadian
6840 English, but not words specific for Australia, New Zealand or Great 6843 English, but not words specific for Australia, New Zealand or Great
6841 Britain. 6844 Britain. (Note: currently en_au and en_nz dictionaries are older than
6845 en_ca, en_gb and en_us).
6842 If the name "cjk" is included East Asian characters are excluded from 6846 If the name "cjk" is included East Asian characters are excluded from
6843 spell checking. This is useful when editing text that also has Asian 6847 spell checking. This is useful when editing text that also has Asian
6844 words. 6848 words.
6845 *E757* 6849 *E757*
6846 As a special case the name of a .spl file can be given as-is. The 6850 As a special case the name of a .spl file can be given as-is. The