From c9adb9e86ef82e8265d14c83aebe6f1a8e0796b1 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Mon, 24 Sep 2012 19:20:33 -0700 Subject: [PATCH] Comment update in vimsupport.py --- python/vimsupport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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