diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-14 23:23:17 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-14 23:23:17 +0200 |
commit | 0ba042961f929ff43f977c2ebdba9368f42d9c52 (patch) | |
tree | 59220f91eb954e7400bf8846ae8010dd22532029 /runtime/doc/version7.txt | |
parent | 26dcc7e8df8f0f1852752b9107ba4b0408061554 (diff) | |
download | vim-git-0ba042961f929ff43f977c2ebdba9368f42d9c52.tar.gz |
Added Lua interfae. (Luis Carvalho)
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r-- | runtime/doc/version7.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 8b537fc7e..b047c615a 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -7172,6 +7172,9 @@ executed. Removed support for GTK 1. It was no longer maintained and required a lot of #ifdefs in the source code. GTK 2 should be available for every system. +It is no longer allowed to set the 'encoding' option from a modeline. It +would corrupt the text. + Added *added-7.3* ----- @@ -7188,6 +7191,9 @@ file. Added the |+conceal| feature. (Vince Negri) +Added the 'colorcolumn' option: highlight one or more columns in a window. +E.g. to highlight the column after 'textwidth'. (partly by Gregor Uhlenheuer) + Added support for NetBeans in a terminal. Added |:nbstart| and |:nbclose|. (Xavier de Gaye) @@ -7196,6 +7202,9 @@ log(), sinh(), tan(), tanh(). (Bill McCarthy) gettabvar() and settabvar() functions. (Yegappan Lakshmanan) +Added the |Lua| interface. + + New syntax files: TODO |