An easy one.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---
--- Vim_orig/vim/runtime/doc/eval.txt 2008-03-29 14:30:45.000000000 +0100
+++ Vim_nlines/vim/runtime/doc/eval.txt 2008-04-08 11:45:15.000000000 +0200
@@ -2049,7 +2049,7 @@
returned)
Additionally {expr} can be [lnum, col]: a |List| with the line
and column number. Most useful when the column is "$", to get
- the las column of a specific line. When "lnum" or "col" is
+ the last column of a specific line. When "lnum" or "col" is
out of range then col() returns zero.
To get the line number use |line()|. To get both use
|getpos()|.