summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-06-06 15:21:10 +0200
committerBram Moolenaar <Bram@vim.org>2010-06-06 15:21:10 +0200
commit1950c3529b16acd21ee5770b422d633f24d192a3 (patch)
tree0710904eec725a784f02093d972dde0fe6c41329 /runtime/doc
parent56be950094e10e68da1f901ba971c5f3e9821685 (diff)
Fixed memory leak in ":ownsyntax".
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/eval.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index fda756fbb9..c57b8d4cd8 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1163,13 +1163,6 @@ b:changedtick The total number of changes to the current buffer. It is
A variable name that is preceded with "w:" is local to the current window. It
is deleted when the window is closed.
-One local window variable is predefined:
- *w:ownsyntax-variable* *ownsyntax*
-w:ownsyntax Set to 1 if the window has an independent syntax installed
- via the |:ownsyntax| command. The default for a window is
- 0. Syntax scripts can use this to determine whether they
- should set b:current_syntax or w:current_syntax.
-
*tabpage-variable* *t:var*
A variable name that is preceded with "t:" is local to the current tab page,
It is deleted when the tab page is closed. {not available when compiled