Skip to content

Commit

Permalink
this is release 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbra committed May 17, 2012
1 parent 4915f44 commit 9b7c18f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
8 changes: 6 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*ft-csv.txt* For Vim version 7.3 Last Change: Thu, 12 Apr 2012
*ft-csv.txt* For Vim version 7.3 Last Change: Thu, 17 May 2012

Author: Christian Brabandt <cb@256bit.org>
Version: 0.24
Version: 0.25
Homepage: http://www.vim.org/scripts/script.php?script_id=2830

The VIM LICENSE applies to the CSV filetype plugin (see |copyright|).
Expand Down Expand Up @@ -1254,6 +1254,10 @@ Alternatively, you can simply call |InitCSV| and ignore the error.
==============================================================================
7. CSV Changelog *csv-changelog*

0.25 May 17, 2012 {{{1
- |SearchInColumn_CSV| should match non-greedily, patch by Matěj Korvas,
- better argument parsing for |SearchInColumn_CSV|, patch by Matěj Korvas,
thanks!
0.24 Apr 12, 2012 {{{1
- Allow to transpose the file (|csv-transpose|, suggested by Karan Mistry,
thanks!)
Expand Down
6 changes: 3 additions & 3 deletions doc/ft-csv.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*ft-csv.txt* For Vim version 7.3 Last Change: Thu, 12 Apr 2012
*ft-csv.txt* For Vim version 7.3 Last Change: Thu, 17 May 2012

Author: Christian Brabandt <cb@256bit.org>
Version: 0.24
Version: 0.25
Homepage: http://www.vim.org/scripts/script.php?script_id=2830

The VIM LICENSE applies to the CSV filetype plugin (see |copyright|).
Expand Down Expand Up @@ -1254,7 +1254,7 @@ Alternatively, you can simply call |InitCSV| and ignore the error.
==============================================================================
7. CSV Changelog *csv-changelog*

0.25 (unreleased) {{{1
0.25 May 17, 2012 {{{1
- |SearchInColumn_CSV| should match non-greedily, patch by Matěj Korvas,
- better argument parsing for |SearchInColumn_CSV|, patch by Matěj Korvas,
thanks!
Expand Down
6 changes: 3 additions & 3 deletions ftplugin/csv.vim
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
" Filetype plugin for editing CSV files. "{{{1
" Author: Christian Brabandt <cb@256bit.org>
" Version: 0.24
" Version: 0.25
" Script: http://www.vim.org/scripts/script.php?script_id=2830
" License: VIM License
" Last Change: Thu, 12 Apr 2012 21:16:30 +0200
" Last Change: Thu, 17 May 2012 21:07:04 +0200
" Documentation: see :help ft-csv.txt
" GetLatestVimScripts: 2830 23 :AutoInstall: csv.vim
" GetLatestVimScripts: 2830 24 :AutoInstall: csv.vim
"
" Some ideas are taken from the wiki http://vim.wikia.com/wiki/VimTip667
" though, implementation differs.
Expand Down

0 comments on commit 9b7c18f

Please sign in to comment.