diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2014-04-15 01:05:44 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2014-04-15 01:05:44 +0200 |
commit | 610f4c570123510f2d6f4c5799d880d8581126cf (patch) | |
tree | a2bbc1de1fbdd22e2b2eb4d4d2447b3cc8467fba /ftplugin/csv.vim | |
parent | f3833f5a39b91f1e42f12e45a2e61e351218c495 (diff) | |
download | vim-polyglot-610f4c570123510f2d6f4c5799d880d8581126cf.tar.gz vim-polyglot-610f4c570123510f2d6f4c5799d880d8581126cf.zip |
Update
Diffstat (limited to 'ftplugin/csv.vim')
-rw-r--r-- | ftplugin/csv.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftplugin/csv.vim b/ftplugin/csv.vim index d824c154..0b3eee19 100644 --- a/ftplugin/csv.vim +++ b/ftplugin/csv.vim @@ -1,11 +1,11 @@ " Filetype plugin for editing CSV files. "{{{1 " Author: Christian Brabandt <cb@256bit.org> -" Version: 0.29 +" Version: 0.30 " Script: http://www.vim.org/scripts/script.php?script_id=2830 " License: VIM License -" Last Change: Wed, 14 Aug 2013 22:05:39 +0200 +" Last Change: Thu, 27 Mar 2014 23:28:40 +0100 " Documentation: see :help ft-csv.txt -" GetLatestVimScripts: 2830 28 :AutoInstall: csv.vim +" GetLatestVimScripts: 2830 29 :AutoInstall: csv.vim " " Some ideas are taken from the wiki http://vim.wikia.com/wiki/VimTip667 " though, implementation differs. |