"====================================================================== " " git_mode.vim - " " Created by skywind on 2025/11/14 " Last Modified: 2025/11/14 03:22:55 " "====================================================================== "---------------------------------------------------------------------- " "---------------------------------------------------------------------- function! module#mode#git_mode#help() return 'F4: Git Diff View' endfunc "---------------------------------------------------------------------- " "---------------------------------------------------------------------- function! module#mode#git_mode#init() noremap :GitDiffView endfunc "---------------------------------------------------------------------- " "---------------------------------------------------------------------- function! module#mode#git_mode#quit() endfunc