" get rid of compatible mode to avoid bugs" set nocompatible " show the line number" set number " use evening mode for background" color evening " highlight the syntax" syntax on " set color scheme" colorscheme molokai set t_Co=256 set background=dark " highlight search results" set hlsearch " searching when input" set incsearch " indent automaticlly when open a new line" set smartindent " complete the brackets" set showmatch " syntastic config execute pathogen#infect() syntax on set background=dark " highlight search results" set hlsearch " searching when input" set incsearch " indent automaticlly when open a new line" set smartindent " complete the brackets" set showmatch " syntastic config execute pathogen#infect() syntax on filetype plugin indent on set statusline+=%#warningmsg# set statusline+=%{SyntasticStatuslineFlag()} set statusline+=%* let g:syntastic_always_populate_loc_list = 1 let g:syntastic_auto_loc_list = 1 let g:syntastic_check_on_open = 1 let g:syntastic_check_on_wq = 0
PRICE_PER_APPLE=5 greeting='Hello world!' echo"The price of an Apple today is: \$HK $PRICE_PER_APPLE" echo'The price of an Apple today is: \$HK $PRICE_PER_APPLE'