aboutsummaryrefslogblamecommitdiff
path: root/vim/after/ftplugin/make.vim
blob: 53a1cc7b96a2594f3d4fb51b22cc6bb09e24c90f (plain) (tree)
1
2
3
4
5
6
7
8
                                                      
                                                     



              
                                               
                                                        
" Stop here if the user doesn't want ftplugin mappings
if exists('no_plugin_maps') || exists('no_make_maps')
  finish
endif

" Set mappings
nmap <buffer> <LocalLeader>m <Plug>(MakeTarget)
let b:undo_ftplugin .= '|nunmap <buffer> <LocalLeader>m'