mirror of
https://gitlab.com/wsdjeg/vim-galore-zh_cn.git
synced 2025-01-19 03:39:29 +08:00
9 lines
219 B
Markdown
9 lines
219 B
Markdown
# 技术怪癖
|
|
|
|
## NUL 符用新行表示
|
|
|
|
文件中的 NUL 符 (`\0`) 在内存中会被存储为换行符 (`\n`) 且
|
|
在缓冲区中显示为 `^@`.
|
|
|
|
在 `man 7 ascii` 和 `:h NL-used-for-Nul` 中查看更多信息。
|