We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37455d7 commit 2fa044aCopy full SHA for 2fa044a
autoload/pymode/doc.vim
@@ -2,7 +2,6 @@
2
"
3
PymodePython import pymode
4
5
-
6
fun! pymode#doc#find() "{{{
7
" Extract the 'word' at the cursor, expanding leftwards across identifiers
8
" and the . operator, and rightwards across the identifier only.
@@ -19,8 +18,6 @@ fun! pymode#doc#find() "{{{
19
18
call pymode#doc#show(word)
20
endfunction "}}}
21
22
23
24
fun! pymode#doc#show(word) "{{{
25
if a:word == ''
26
call pymode#error("No name/symbol under cursor!")
@@ -35,4 +32,3 @@ fun! pymode#doc#show(word) "{{{
35
32
wincmd p
36
33
37
34
38
0 commit comments