Comment update in vimsupport.py
This commit is contained in:
parent
29cddc5adc
commit
c9adb9e86e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user