Quirks: Newline used for NUL

This commit is contained in:
Marco Hinz 2016-01-06 00:32:16 +01:00
parent 0411093cb5
commit b671b98c86
2 changed files with 15 additions and 0 deletions

View File

@ -3,6 +3,9 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [Unreleased] ## [Unreleased]
### Added
- Quirks: Newline used for NUL
## [1.0] - 2016-01-06 ## [1.0] - 2016-01-06
First release! First release!

View File

@ -23,6 +23,9 @@
#### [Miscellaneous](#miscellaneous-1) #### [Miscellaneous](#miscellaneous-1)
- [Vim distributions](#vim-distributions) - [Vim distributions](#vim-distributions)
#### [Quirks](#quirks-1)
- [Newline used for NUL](#newline-used-for-nul)
#### [List of colorschemes](#list-of-colorschemes-1) #### [List of colorschemes](#list-of-colorschemes-1)
#### [List of plugins](#list-of-plugins-1) #### [List of plugins](#list-of-plugins-1)
@ -410,6 +413,15 @@ looking at some distributions:
- [janus](https://github.com/carlhuda/janus.git) - [janus](https://github.com/carlhuda/janus.git)
- [spf13](https://github.com/spf13/spf13-vim) - [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 ## List of colorschemes
Here's a list of commonly used colorschemes: Here's a list of commonly used colorschemes: