diff options
author | 2012-11-19 23:53:30 -0500 | |
---|---|---|
committer | 2012-11-19 23:53:30 -0500 | |
commit | 5f98f4e9afdc411dd492d103ff7e26c258d9b935 (patch) | |
tree | a774d8090f3e6fcbe017b9d1d65307b6da2a8e50 /themes/light/view.lua | |
parent | 9cdaf41a724dd0d739611c698e92f4421a2fbafc (diff) | |
download | textadept-5f98f4e9afdc411dd492d103ff7e26c258d9b935.tar.gz textadept-5f98f4e9afdc411dd492d103ff7e26c258d9b935.zip |
Rewrote LuaDoc.
Diffstat (limited to 'themes/light/view.lua')
-rw-r--r-- | themes/light/view.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/light/view.lua b/themes/light/view.lua index a21a92eb..23562a68 100644 --- a/themes/light/view.lua +++ b/themes/light/view.lua @@ -100,7 +100,7 @@ buffer.auto_c_choose_single = true --buffer.auto_c_max_width = -- Call Tips. -buffer.call_tip_use_style = 0 +--buffer.call_tip_use_style = -- Folding. buffer.fold_flags = c.SC_FOLDFLAG_LINEAFTER_CONTRACTED |