diff --git a/python/vimsupport.py b/python/vimsupport.py index fca45c99..19c8f915 100644 --- a/python/vimsupport.py +++ b/python/vimsupport.py @@ -20,7 +20,7 @@ import vim def CurrentLineAndColumn(): - """Returns the 0-based current line.""" + """Returns the 0-based current line and 0-based current column.""" # See the comment in CurrentColumn about the calculation for the line and # column number line, column = vim.current.window.cursor