Skip to content

Commit

Permalink
Merge remote-tracking branch 'vim-jp/master' into feature/vital-syste…
Browse files Browse the repository at this point in the history
…m-cache
  • Loading branch information
lambdalisue committed Apr 28, 2015
2 parents c7c3091 + 121d761 commit f83bdf7
Show file tree
Hide file tree
Showing 26 changed files with 1,114 additions and 123 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -25,7 +25,8 @@ script:
- sh /tmp/vim-vimlint/bin/vimlint.sh -l /tmp/vim-vimlint -p /tmp/vim-vimlparser -e EVL103=1 -e EVL102.l:_=1 -c func_abort=1 autoload
- vim --cmd version --cmd quit
- vim --cmd "try | helptags doc/ | catch | cquit | endtry" --cmd quit
- /tmp/vim-themis/bin/themis --runtimepath /tmp/vimproc --reporter dot
# - /tmp/vim-themis/bin/themis --runtimepath /tmp/vimproc --reporter dot
- /tmp/vim-themis/bin/themis --runtimepath /tmp/vimproc --exclude ConcurrentProcess --reporter dot
notifications:
webhooks:
urls:
Expand Down
14 changes: 14 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,20 @@
Modules: System.Cache
System.Cache is replaced with a new version.
The old version was moved into System.Cache.Deprecated and become deprecated.
d4d6207
Modules: Prelude
Below functions were moved to Data.String module (#295) and they are marked as
deprecated in Prelude. They will be removed in the near future.
- truncate_skipping()
- truncate()
- strwidthpart()
- strwidthpart_reverse()
- wcswidth()
83a2dbf
Modules: Prelude
Removed below deprecated functions:
- truncate_smart()
- set_dictionaryhelper()
24877cc
Modules: Data.List
permutations({list}[, {r}]) behavior is changed not to support string input as {list}.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -16,12 +16,13 @@ If you are a Vim plugin author, please check this out.

## What vital.vim provides

module | description
Module | Description
------------------------------------------------ | ------------------------------
[Assertion](doc/vital-assertion.txt) | assertion library
[Bitwise](doc/vital-bitwise.txt) | bitwise operators
[ConcurrentProcess](doc/vital-concurrent_process.txt) | manages processes concurrently with vimproc
[Data.Base64](doc/vital-data-base64.txt) | base64 utilities library
[Data.BigNum](doc/vital-data-bignum.txt) | multi precision integer library
[Data.Closure](doc/vital-data-closure.txt) | Provide Closure object
[Data.Collection](doc/vital-data-collection.txt) | Utilities both for list and dict
[Data.Dict](doc/vital-data-dict.txt) | dictionary utilities library
Expand Down Expand Up @@ -54,7 +55,7 @@ module | description
[Text.LTSV](doc/vital-text-ltsv.txt) | LTSV library
[Text.Lexer](doc/vital-text-lexer.txt) | lexer library
[Text.Parser](doc/vital-text-parser.txt) | parser library
Text.Sexp |
[Text.Sexp](doc/vital-text-sexp.txt) | S-Expression parser
[Text.TOML](doc/vital-text-toml.txt) | TOML library
[Text.Table](doc/vital-text-table.txt) | Character table library
[Vim.Buffer](doc/vital-vim-buffer.txt) | Vim's buffer related stuff in general
Expand Down

0 comments on commit f83bdf7

Please sign in to comment.