Skip to content

Commit

Permalink
conditional setting
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarik committed Mar 5, 2013
1 parent 7d08d88 commit c3d4fe2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@ nnoremap <leader>V :vnew<CR>
if has('mac')

set macmeta
if has('gui_running')
set macmeta
end

" map(range(1,9), 'exec "imap <D-".v:val."> <C-o>".v:val."gt"')
" map(range(1,9), 'exec " map <D-".v:val."> ".v:val."gt"')
Expand Down

0 comments on commit c3d4fe2

Please sign in to comment.