Lines Matching refs:as
36 First of all, it should be possible to use Vim as a drop-in replacement for
42 - There are different versions of Vi. I am using Version 3.7 (6/7/85) as a
60 - Use the keyboard as much as feasible. The mouse requires a third hand,
79 Vim tries to help as many users on as many platforms as possible.
88 version. Features should be present in all versions, or at least in as many
89 as possible with a reasonable effort. Try to avoid that users must switch
113 - Commands must work efficiently. The time they consume must be as small as
140 defaults are carefully chosen such that most users will enjoy using Vim as it
189 The minimal C compiler version supported is C89, also known as ANSI C.
190 Later standards, such as C99, are not widely supported, or at least not 100%
253 Don't use "delete" or "this" as a variable name, C++ doesn't like it.
255 Because of the requirement that Vim runs on as many systems as possible, we
257 list of names that are known to cause trouble. The name is given as a regexp
282 wait don't use as argument to a function, conflicts with types.h
449 Therefore the folding has been implemented as a filter between the text stored
473 was that none of them provided sufficient capabilities to be used as the spell
480 - For the programs and libraries: Using them as-is would require installing
490 - Missing support for words with non-word characters, such as "Etten-Leur" and
524 as "daktonerie". The number of changes that the first method would need to
582 unsigned 32 or 64 bit unsigned (16 as with ints)