Skip to content

Commit

Permalink
Add release notes on version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kana committed Apr 4, 2012
1 parent c990548 commit 67be96a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/smartinput.txt
Expand Up @@ -397,11 +397,13 @@ BUGS *smartinput-bugs*
give your feedback to the author via:
https://github.com/kana/vim-smartinput/issues

*smartinput-disable-completion-temporarily*
- Though there are many default rules to support user input naturally, the
smart input assistant is not perfect. It sometimes completes quotes etc
where such completion is not necessary. In that case, use |i_CTRL-V| to
input a character solely. For example, type "<C-v>(" to input only "(".

*smartinput-backspace-requirement*
- Several rules require that 'backspace' is set to "indent,eol,start" or 2.


Expand All @@ -410,6 +412,14 @@ BUGS *smartinput-bugs*
==============================================================================
CHANGELOG *smartinput-changelog*

0.0.3 2012-04-04T21:33:34+09:00 *smartinput-changelog-0.0.3*
- Revise rules for expanding {} and () blocks to indent correctly for
some 'filetype's, especially for PHP. Thanks to Jon Duell for the
feedback on this problem.
- Add a note on how to disable completion temporarily.
See |smartinput-disable-completion-temporarily| for the details.
- Add a note on 'backspace'. See |smartinput-backspace-requirement|.

0.0.2 2012-04-01T16:11:14+09:00 *smartinput-changelog-0.0.2*
- Revise the default rules to easily leave from multiline {}, [] and
() blocks. Thanks to Curtis McEnroe for the suggestion.
Expand Down

0 comments on commit 67be96a

Please sign in to comment.