答案1
该:quit
命令从不接受参数。
:q /opt/tmp/file.py
应该是:
:wq /opt/tmp/file.py " write buffer to file /opt/tmp/file.py then quit window
或者:
:q! " quit window without writing to file
该:quit
命令从不接受参数。
:q /opt/tmp/file.py
应该是:
:wq /opt/tmp/file.py " write buffer to file /opt/tmp/file.py then quit window
或者:
:q! " quit window without writing to file