diff --git a/.gitmodules b/.gitmodules index f2cb19e..ac831a5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,9 +52,6 @@ [submodule "vim/bundle/vim-neco-calc"] path = vim/bundle/vim-neco-calc url = https://github.com/hrsh7th/vim-neco-calc.git -[submodule "vim/bundle/vim-fixkey"] - path = vim/bundle/vim-fixkey - url = https://github.com/drmikehenry/vim-fixkey.git [submodule "vim/bundle/vim-move"] path = vim/bundle/vim-move url = https://github.com/matze/vim-move.git @@ -94,3 +91,6 @@ [submodule "vim/bundle/tlib_vim"] path = vim/bundle/tlib_vim url = git://github.com/tomtom/tlib_vim.git +[submodule "vim/bundle/vim-fixkey"] + path = vim/bundle/vim-fixkey + url = https://github.com/prurigro/vim-fixkey.git diff --git a/vim/bundle/vim-fixkey b/vim/bundle/vim-fixkey index 306d63a..c9b32a8 160000 --- a/vim/bundle/vim-fixkey +++ b/vim/bundle/vim-fixkey @@ -1 +1 @@ -Subproject commit 306d63a7d2614edadde9ecb42838ad7d0dd6f0ec +Subproject commit c9b32a8152b571c1298f068b8c7de8f7b777a688 diff --git a/vim/colors/darkcloud.vim b/vim/colors/darkcloud.vim index 3003e4b..6c64bb4 100644 --- a/vim/colors/darkcloud.vim +++ b/vim/colors/darkcloud.vim @@ -373,13 +373,13 @@ hi! link gitconfigAssignment Label hi! link ExtraditeLogName Type "html -call s:X("htmlTitle","#ffffff","","underline,bold","White","") -call s:X("htmlH1","#d75f5f","","underline,bold","Red","") -call s:X("htmlH2","#ffd787","","underline,bold","Yellow","") -call s:X("htmlH3","#87d7ff","","underline,bold","Blue","") -call s:X("htmlH4","#d75f5f","","underline","Red","") -call s:X("htmlH5","#ffd787","","underline","Yellow","") -call s:X("htmlH6","#87d7ff","","underline","Blue","") +hi! link htmlTitle Title +call s:X("htmlH1","#d75f5f","","bold","Red","") +call s:X("htmlH2","#ffd787","","bold","Yellow","") +call s:X("htmlH3","#87d7ff","","bold","Blue","") +call s:X("htmlH4","#d75f5f","","italic","Red","") +call s:X("htmlH5","#ffd787","","italic","Yellow","") +call s:X("htmlH6","#87d7ff","","italic","Blue","") call s:X("htmlSpecialChar","","","italic","","") call s:X("htmlArg","#d75f5f","","bold","Red","") call s:X("htmlTagName","#ffd787","","bold","Yellow","")