From b671b98c866345fd4362d0aa7a6b46a9703e191c Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Wed, 6 Jan 2016 00:32:16 +0100 Subject: [PATCH] Quirks: Newline used for NUL --- CHANGELOG.md | 3 +++ README.md | 12 ++++++++++++ 2 files changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54a5e22..c725bc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Added + +- Quirks: Newline used for NUL ## [1.0] - 2016-01-06 First release! diff --git a/README.md b/README.md index b2f5907..049c755 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ #### [Miscellaneous](#miscellaneous-1) - [Vim distributions](#vim-distributions) +#### [Quirks](#quirks-1) +- [Newline used for NUL](#newline-used-for-nul) + #### [List of colorschemes](#list-of-colorschemes-1) #### [List of plugins](#list-of-plugins-1) @@ -410,6 +413,15 @@ looking at some distributions: - [janus](https://github.com/carlhuda/janus.git) - [spf13](https://github.com/spf13/spf13-vim) +## Quirks + +#### Newline used for NUL + +NUL characters (`\0`) in a file, are stored as newline (`\n`) in memory and +displayed in a buffer as `^@`. + +See `man 7 ascii` and `:h NL-used-for-Nul` for more information. + ## List of colorschemes Here's a list of commonly used colorschemes: