Home
last modified time | relevance | path

Searched refs:multi_byte (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/proto/
H A Doption.pro15 int string_to_key(char_u *arg, int multi_byte);
/vim-8.2.3635/runtime/syntax/
H A Dzsh.vim278 \ \%(\%(\<no_\?\)\?multibyte\>\)\|\%(\%(no_\?\)\?multi_byte\>\)\|
/vim-8.2.3635/runtime/doc/
H A Dvarious.txt420 T *+multi_byte* Unicode support, 16 and 32 bit characters |multibyte|
H A Dversion7.txt7030 Problem: Build failure with +multi_byte but without +diff.
11724 Problem: Python doesn't compile without +multi_byte
11748 Problem: Python 3 doesn't compile without +multi_byte
13454 Solution: Also define MB_MAXBYTES without the +multi_byte feature. Fix
H A Dtags1361 +multi_byte various.txt /*+multi_byte*
H A Dversion6.txt8684 Problem: Cannot compile with the +multi_byte feature but without +rightleft.
9962 Problem: When compiled with the +multi_byte feature but without +eval,
H A Dversion8.txt22835 Problem: Cannot build with +eval and -multi_byte.
22836 Solution: Adjust #ifdefs. (John Marriott) Always include the multi_byte
25916 The following features are now included in all versions: |+multi_byte|,
31680 Problem: Options window still checks for the multi_byte feature.
H A Deval.txt12415 multi_byte Compiled with support for 'encoding' (always true)
/vim-8.2.3635/src/
H A Doption.c2263 string_to_key(char_u *arg, int multi_byte) in string_to_key() argument
2269 if (multi_byte) in string_to_key()
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim537 elseif &enc == "latin1" || !has("multi_byte")