Comment update in vimsupport.py

This commit is contained in:
Strahinja Val Markovic 2012-09-24 19:20:33 -07:00
parent 29cddc5adc
commit c9adb9e86e

View File

@ -20,7 +20,7 @@
import vim import vim
def CurrentLineAndColumn(): 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 # See the comment in CurrentColumn about the calculation for the line and
# column number # column number
line, column = vim.current.window.cursor line, column = vim.current.window.cursor