aboutsummaryrefslogtreecommitdiff
path: root/properties.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2014-11-27 11:27:57 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2014-11-27 11:27:57 -0500
commit60a6d68b8806768740fc5c19f82add73f5750cd3 (patch)
tree65fc3824337c61fc3b7d490a7b086fcbe768c61e /properties.lua
parentd6d9f9f906230285782c264a904de4baa60c5d3f (diff)
downloadtextadept-60a6d68b8806768740fc5c19f82add73f5750cd3.tar.gz
textadept-60a6d68b8806768740fc5c19f82add73f5750cd3.zip
Small code cleanup.
Diffstat (limited to 'properties.lua')
-rw-r--r--properties.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/properties.lua b/properties.lua
index 5ad9a388..1525e6c2 100644
--- a/properties.lua
+++ b/properties.lua
@@ -162,5 +162,7 @@ buffer.fold_flags = not CURSES and buffer.FOLDFLAG_LINEAFTER_CONTRACTED or 0
--buffer.wrap_start_indent =
-- Long Lines.
---buffer.edge_mode = not CURSES and buffer.EDGE_LINE or buffer.EDGE_BACKGROUND
---buffer.edge_column = 80
+--if buffer ~= ui.command_entry then
+-- buffer.edge_mode = not CURSES and buffer.EDGE_LINE or buffer.EDGE_BACKGROUND
+-- buffer.edge_column = 80
+--end