mirror of
				https://github.com/mhinz/vim-galore.git
				synced 2025-11-04 20:05:36 +08:00 
			
		
		
		
	Quirks: Newline used for NUL
This commit is contained in:
		@@ -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!
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										12
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user