Skip to content

Commit

Permalink
yankring: clipboard checking in console mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjoar committed Apr 15, 2012
1 parent 6a0eb78 commit adb7ddf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ let g:yankring_replace_n_nkey = '<leader>]'
" Fix yankring history
let g:yankring_history_file = '.yankring_history'

" Proper clipboard check when in console mode
let g:yankring_manual_clipboard_check = 1

" Disable RDFa attributes
let g:html5_rdfa_attributes_complete = 0

Expand Down

0 comments on commit adb7ddf

Please sign in to comment.