summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-19 23:12:43 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-19 23:14:14 -0800
commitd136180ff40e95f61cac87269889dce7449be732 (patch)
tree676b0d1c573738fc4bf9b4f0ff8bfdf78ce84c9d /TODO
parentc47c647e7dc8f2582af657736bc87c153f4fb576 (diff)
Set a sane default for the pager.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index b0125997..9da13dba 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,7 @@
# vi: ft=vimwiki
* [ ] Fix: SELECT id, <tab> FROM django_migrations; - Auto-completion for the second column name is broken. Find the last keyword and use it for completion.
* [ ] Bottom status bar is cut-off in half pane. Figure out how to fix that.
+* [ ] Fix: Autocompletion won't go away after semi-colons. This an artifact of stripping special chars in the partially typed words. Need to selectively remove parens.
* [ ] Default host should not be set to localhost. Since it causes problems in IPv6 machines. Need to research this one further.
* [ ] Column completion for nested sql.
* [ ] Add JOIN to the list of keywords and provide proper autocompletion for it.