set nocompatible source $VIMRUNTIME/vimrc_example.vim source $VIMRUNTIME/mswin.vim behave mswin set diffexpr=MyDiff() function MyDiff() let opt = '-a --binary ' if &diffopt =~ 'icase' | let opt = opt . '-i ' | endif if &diffopt =~ 'iwhite' | let opt = opt . '-b ' | endif let arg1 = v:fname_in if arg1 =~ ' ' | let arg1 = '"' . arg1 . '"' | endif let arg2 = v:fname_new if arg2 =~ ' ' | let arg2 = '"' . arg2 . '"' | endif let arg3 = v:fname_out if arg3 =~ ' ' | let arg3 = '"' . arg3 . '"' | endif let eq = '' if $VIMRUNTIME =~ ' ' if &sh =~ '\ ' . arg3 . eq endfunction set nu set ts=4 "Tab Space set sw=4 "Set width?? set sts=4 "???? set autoindent "Àӽà ÀúÀå µð·ºÅ丮 set backupdir=./bak,C:/tmp/vim set directory=./bak,C:/tmp/vim "syntax off "color torte "gvim Àü¿ë ¼³Á¤, color Scheme ÁöÁ¤. Äֿܼ¡ °¡Àå °¡±õ´Ù. color darkblue "gvim Àü¿ë ¼³Á¤, color Scheme ÁöÁ¤. Äְܼú ºñ½ÁÇϳª ¾à°£ ºÎµå·´´Ù. "ÇöÀç Ä¿¼­ À§Ä¡ÇÑ Áß°ýÈ£ ºí·° Á¢±â map [{v%zf "ºí·° ¿­±â map zo "ÇöÀç Ä¿¼­ À§Ä¡ÇÑ ºí·° µé¿©¾²±â ¼³Á¤ÇÏ°í ´Ù½Ã ±× À§Ä¡·Î º¹±Í map mp[{=%'p "¼±ÅÃºí·° µé¿©¾²±â ÇØÁ¦ map :norm x "¼±ÅÃºí·° µé¿©¾²±â map :norm i "ÇÏÀ̶óÀÌÆ® ²ô±â map :noh "ÇöÀç Ä¿¼­ À§Ä¡ÇÑ ´Ü¾î ã±â map * "â °¡·Î ³ª´©±â map :vsplit "â ÇÕÄ¡±â map c "â »çÀÌÁî ´Ã¸®±â map 1> "´ÙÀ½ âÀ¸·Î À̵¿ map w set guifont=³ª´®°íµñÄÚµù:h11