Lines Matching refs:local
26 3. Local mappings and functions |script-local|
117 Use the <buffer> argument to remove buffer-local
173 *:map-local* *:map-<buffer>* *E224* *E225*
179 The local buffer mappings are used before the global ones. See <nowait> below
180 to make a short local mapping not taking effect when a longer global one
186 unloaded. Just like local option values.
190 When defining a buffer-local mapping for "," there may be a global mapping
198 - There is only one matching buffer-local mapping, since these are always
200 - There is another buffer-local mapping that partly matches, but it is
224 in the {rhs} using mappings that were defined local to a script, starting with
237 When defining a local mapping, there will also be a check if a global map
252 Using a script-local function is preferred, to avoid polluting the global
522 & indicates that only script-local mappings are remappable
523 @ indicates a buffer-local mapping
654 local to a buffer. Example: >
666 that's local to the script. See |<SID>| for details.
784 Buffer-local mappings (defined using |:map-<buffer>|) take precedence over
785 global mappings. When a buffer-local mapping is the same as a global mapping,
786 Vim will use the buffer-local mapping. In addition, Vim will use a complete
791 When typing \a the buffer-local mapping will be used immediately. Vim will
1127 *:abbreviate-local* *:abbreviate-<buffer>*
1128 Just like mappings, abbreviations can be local to a buffer. This is mostly
1253 3. Local mappings and functions *script-local*
1257 this, they can be made local to the script.
1269 make it local to the script. But when a mapping is executed from outside of
1275 When a local function is executed, it runs in the context of the script it was
1278 function itself was defined. Also, the "s:var" local script variables can be
1283 local function or uses a local mapping.
1352 b Command is local to current buffer
1425 "s:var" will use the script-local variable in the script where the command was
1749 local to the script and use mappings local to the script. When the user