1
0
forked from aniani/vim

Update runtime files

This commit is contained in:
Bram Moolenaar
2017-12-17 17:17:07 +01:00
parent 8ee2d36e21
commit f0b03c4e98
21 changed files with 287 additions and 195 deletions

View File

@@ -216,7 +216,7 @@ func s:InstallCommands()
" TODO: can the K mapping be restored?
nnoremap K :Evaluate<CR>
if has('menu')
if has('menu') && &mouse != ''
nnoremenu WinBar.Step :Step<CR>
nnoremenu WinBar.Next :Over<CR>
nnoremenu WinBar.Finish :Finish<CR>