File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1- " vi: fdl = 1
1+ " vi: fdl = 1
22let g: pymode_version = " 0.8.1"
33
44com ! PymodeVersion echomsg " Current python-mode version: " . g: pymode_version
@@ -170,7 +170,7 @@ call pymode#default('g:pymode_rope_current', '')
170170call pymode#default (' g:pymode_rope_project_root' , ' ' )
171171
172172" Configurable rope project folder (always relative to project root)
173- call pymode#default (' g:pymode_rope_ropefolder' , ' .ropeproject' )
173+ call pymode#default (' g:pymode_rope_ropefolder' , ' .ropeproject' )
174174
175175" If project hasnt been finded in current working directory, look at parents directory
176176call pymode#default (' g:pymode_rope_lookup_project' , 0 )
@@ -262,10 +262,6 @@ if &compatible
262262endif
263263filetype plugin on
264264
265- if exists (' +shellslash' )
266- set shellslash
267- endif
268-
269265" Disable python-related functionality
270266" let g:pymode_python = 'disable'
271267" let g:pymode_python = 'python3'
You can’t perform that action at this time.
0 commit comments