8000 Minor fixes. · python-mode/python-mode@2fa044a · GitHub
[go: up one dir, main page]

Skip to content

Commit 2fa044a

Browse files
committed
Minor fixes.
1 parent 37455d7 commit 2fa044a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

autoload/pymode/doc.vim

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"
33
PymodePython import pymode
44

9468
5-
65
fun! pymode#doc#find() "{{{
76
" Extract the 'word' at the cursor, expanding leftwards across identifiers
87
" and the . operator, and rightwards across the identifier only.
@@ -19,8 +18,6 @@ fun! pymode#doc#find() "{{{
1918
call pymode#doc#show(word)
2019
endfunction "}}}
2120

22-
23-
2421
fun! pymode#doc#show(word) "{{{
2522
if a:word == ''
2623
call pymode#error("No name/symbol under cursor!")
@@ -35,4 +32,3 @@ fun! pymode#doc#show(word) "{{{
3532
wincmd p
3633

3734
endfunction "}}}
38-

0 commit comments

Comments
 (0)
0