summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-15 22:04:03 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-15 22:04:03 -0800
commit312770e10e736f7cdbebda6dc6c5577cfe21a3e6 (patch)
treedffa47c07b598491156a268ebb5800fe2113fe2a /TODO
parentb0bea4dc500493825128bf41b44cb9b973d1ce55 (diff)
F3 to toggle multi-line.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 4f6ddf24..e05fcf36 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,4 @@
# vi: ft=vimwiki
-* [ ] Enable multi-line mode via a keybinding.
* [ ] Separate the column completions to be table specific.
* [ ] Improve the smart completion for Insert statement. (Needs table specific columns)
* [ ] Improve the smart completion for Update statement. (Needs table specific columns)
@@ -17,6 +16,7 @@
* [ ] Detect a '.' and parse the word before it and get it's real name.
* [ ] Refactor the execution and output into a separate class.
* [ ] Create a class for the config and make it easy to access.
+* [X] Enable multi-line mode via a keybinding.
* [X] Pressing enter should just pop another prompt.
* [X] Implement \?.
* [X] Automate the release procedure.