================================================================================
                                 Vim encodings
================================================================================

Options:

encoding:
  Vim internal encoding, do not change

fileencoding:
  Detected encoding of the file

filencodings:
  List of encodings tried when opening a file

Commands:

:e ++enc=<encoding>
  Edit the file specifying the fileencoding.
  Reload the file in a certain way, re edit the file but override the detected
  encoding.
  Can be used with other commands.
