8000 Fix Vim hanging on buffer write (any filetype!) on Windows · python-mode/python-mode@9c9fa8a · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c9fa8a

Browse files
Pascalklen
authored andcommitted
Fix Vim hanging on buffer write (any filetype!) on Windows
1 parent eff36e7 commit 9c9fa8a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

plugin/pymode.vim

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
" vi: fdl=1
1+
" vi: fdl=1
22
let g:pymode_version = "0.8.1"
33

44
com! PymodeVersion echomsg "Current python-mode version: " . g:pymode_version
@@ -170,7 +170,7 @@ call pymode#default('g:pymode_rope_current', '')
170170
call 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
176176
call pymode#default('g:pymode_rope_lookup_project', 0)
@@ -262,10 +262,6 @@ if &compatible
262262
endif
263263
filetype 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'

0 commit comments

Comments
 (0)
0