mirror of
https://gitlab.com/wsdjeg/vim-galore-zh_cn.git
synced 2025-01-19 16:59:28 +08:00
7 lines
214 B
Markdown
Executable File
7 lines
214 B
Markdown
Executable File
## 新行用于NUL
|
|
|
|
一个文件中的NUL字符(`\0`),是以换行符(`\n`)在内存中被存储的同时在显示的时候以`^@`呈现。
|
|
|
|
查阅`man 7 ascii`和`:h NL-used-for-Nul`获取更多相关信息。
|
|
|