Initial commit
This commit is contained in:
		
						commit
						662fe0334c
					
				
					 37 changed files with 1614 additions and 0 deletions
				
			
		
							
								
								
									
										10
									
								
								vim/after/ftplugin/c.vim
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								vim/after/ftplugin/c.vim
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,10 @@
 | 
			
		|||
set foldmethod=syntax
 | 
			
		||||
set sw=4 sts=4
 | 
			
		||||
set noet
 | 
			
		||||
 | 
			
		||||
"For the new omni-completion ":help ft-c-omni"
 | 
			
		||||
if has('mac')
 | 
			
		||||
    set tags+=~/.vim/systags-osx
 | 
			
		||||
elseif has('linux')
 | 
			
		||||
    set tags+=~/.vim/systags-linux
 | 
			
		||||
endif
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue