O comando :quit
nunca aceita argumentos.
:q /opt/tmp/file.py
deve ser:
:wq /opt/tmp/file.py " write buffer to file /opt/tmp/file.py then quit window
ou:
:q! " quit window without writing to file
O comando :quit
nunca aceita argumentos.
:q /opt/tmp/file.py
deve ser:
:wq /opt/tmp/file.py " write buffer to file /opt/tmp/file.py then quit window
ou:
:q! " quit window without writing to file
Tags vim