wsdjeg-vim-galore-zh_cn/chapter/Technical quirks.md

9 lines
219 B
Markdown
Raw Permalink Normal View History

2017-03-29 18:23:25 +08:00
# 技术怪癖
2017-03-29 18:23:25 +08:00
## NUL 符用新行表示
2023-04-15 15:28:50 +08:00
文件中的 NUL 符 (`\0`) 在内存中会被存储为换行符 (`\n`) 且
在缓冲区中显示为 `^@`.
`man 7 ascii``:h NL-used-for-Nul` 中查看更多信息。