Jōshin 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2fc507c98f 
								
							 
						 
						
							
							
								
								Fix more vi modelines ( #1006 )  
							
							... 
							
							
							
							* modelines: tw -> sw
shiftwidth, not textwidth.
* space-surround modelines
* fix irregular modelines
* Fix modeline in titlegen.c 
							
						 
						
							2023-12-13 02:28:11 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jōshin 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e16a7d8f3b 
								
							 
						 
						
							
							
								
								flip et / noet in modelines  
							
							... 
							
							
							
							`et` means `expandtab`.
```sh
rg 'vi: .* :vi' -l -0 | \
  xargs -0 sed -i '' 's/vi: \(.*\) et\(.*\)  :vi/vi: \1 xoet\2:vi/'
rg 'vi: .*  :vi' -l -0 | \
  xargs -0 sed -i '' 's/vi: \(.*\)noet\(.*\):vi/vi: \1et\2  :vi/'
rg 'vi: .*  :vi' -l -0 | \
  xargs -0 sed -i '' 's/vi: \(.*\)xoet\(.*\):vi/vi: \1noet\2:vi/'
``` 
							
						 
						
							2023-12-07 22:17:11 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jōshin 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								394d998315 
								
							 
						 
						
							
							
								
								Fix vi modelines ( #989 )  
							
							... 
							
							
							
							At least in neovim, `│vi:` is not recognized as a modeline because it
has no preceding whitespace. After fixing this, opening a file yields
an error because `net` is not an option. (`noet`, however, is.) 
							
						 
						
							2023-12-05 14:37:54 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Justine Tunney 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								135080fd3e 
								
							 
						 
						
							
							
								
								Get libc/tinymath/ compiling on aarch64  
							
							
							
						 
						
							2023-05-10 04:20:46 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Justine Tunney 
								
							 
						 
						
							
							
							
							
								
							
							
								72b654cb6c 
								
							 
						 
						
							
							
								
								Add NES emulator  
							
							... 
							
							
							
							It's now possible to play classic video game roms with teletypewriters.
https://justine.storage.googleapis.com/nesemu.png  
							
						 
						
							2020-07-02 13:46:08 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Justine Tunney 
								
							 
						 
						
							
							
							
							
								
							
							
								c91b3c5006 
								
							 
						 
						
							
							
								
								Initial import  
							
							
							
						 
						
							2020-06-15 07:18:57 -07:00