File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ ## 2012-04-18 0.6.3
5+ -------------------
6+ * Fix pydocs integration
7+
48## 2012-04-10 0.6.2
59-------------------
610* Fix pymode_run for "unnamed" clipboard
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ if g:pymode_doc
4545
4646 " DESC: Set keys
4747 exe " nnoremap <silent> <buffer> " g: pymode_doc_key " :call pymode#doc#Show(expand('<cword>'))<CR>"
48- exe " vnoremap <silent> <buffer> " g: pymode_doc_key " :call pymode#doc#Show('<C-R><C-A>' )<CR>"
48+ exe " vnoremap <silent> <buffer> " g: pymode_doc_key " :<C-U> call pymode#doc#Show(@* )<CR>"
4949
5050endif
5151
Original file line number Diff line number Diff line change 1- let g: pymode_version = " 0.6.2 "
1+ let g: pymode_version = " 0.6.3 "
22
33com ! PymodeVersion echomsg " Current python-mode version: " . g: pymode_version
44
You can’t perform that action at this time.
0 commit comments