Mark string s as translatable
Set setting s to value v, applying to all views of current buffer
Set setting s to value v, applying only to current view
Retrieve the value of setting s
Bind vi keystroke or sequence ks to command cmd
Declare code to be run when loading a file of the given type. action may be a python function or a string beginning with : for an ex command
Declare code to be run when loading a file whose name matches pattern. action may be a python function or a string beginning with : for an ex command
Declare code to be run when a certain colour scheme is applied. action may be a python function or a string beginning with : for an ex command
Clear filetype hook for filetype and action. If action isn't given, clears all hooks matching the filetype
Clear filename hook for matching pattern and action. If action isn't given, clears all hooks matching pattern
Clear scheme hook for scheme and action. If action isn't given, clears all hooks matching the scheme