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
2
2
let g: pymode_version = " 0.8.1"
3
3
4
4
com ! PymodeVersion echomsg " Current python-mode version: " . g: pymode_version
@@ -170,7 +170,7 @@ call pymode#default('g:pymode_rope_current', '')
170
170
call pymode#default (' g:pymode_rope_project_root' , ' ' )
171
171
172
172
" 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' )
174
174
175
175
" If project hasnt been finded in current working directory, look at parents directory
176
176
call pymode#default (' g:pymode_rope_lookup_project' , 0 )
@@ -262,10 +262,6 @@ if &compatible
262
262
endif
263
263
filetype plugin on
264
264
265
- if exists (' +shellslash' )
266
- set shellslash
267
- endif
268
-
269
265
" Disable python-related functionality
270
266
" let g:pymode_python = 'disable'
271
267
" let g:pymode_python = 'python3'
You can’t perform that action at this time.
0 commit comments