X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c9d252f33d858267818d1354af81d264b276a4b7..ae149c1958d64cfe6db087ef7b56ec3d3af535a8:/indent/python.vim diff --git a/indent/python.vim b/indent/python.vim index 461e30c..026a056 100644 --- a/indent/python.vim +++ b/indent/python.vim @@ -50,7 +50,8 @@ let s:skip_special_chars = 'synIDattr(synID(line("."), col("."), 0), "name") ' . let s:skip_search = 'synIDattr(synID(line("."), col("."), 0), "name") ' . \ '=~? "comment"' -" compatibility with vim patch 7.3.629: 'sw' can be set to -1 to follow 'ts' +" Use 'shiftwidth()' instead of '&sw'. +" (Since Vim patch 7.3.629, 'shiftwidth' can be set to 0 to follow 'tabstop'). if exists('*shiftwidth') function! s:sw() return shiftwidth()