Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syntax error - missing closing quote #13

Closed
y opened this issue Feb 25, 2012 · 0 comments
Closed

syntax error - missing closing quote #13

y opened this issue Feb 25, 2012 · 0 comments

Comments

@y
Copy link

y commented Feb 25, 2012

https://github.com/chrisbra/csv.vim/blob/master/ftplugin/csv.vim#L215

Error detected while processing function <SNR>106_Init..<SNR>106_DoAutoCommands:
line   59:
E115: Missing quote: '| sil! call <sid>Menut(0)
E15: Invalid expression: '| sil! call <sid>Menut(0)
chrisbra added a commit that referenced this issue Feb 25, 2012
puremourning pushed a commit to puremourning/csv.vim that referenced this issue Jul 12, 2022
- Don't error out, when creating a new file and syntax highlighting script can't find the delimiter (ftplugin will still give a warning, so)- Don't pollute the search register when loading a file- Give Warning when number format is wrong- Don't source ftdetect several times (patch by Zhao Cai, thanks!)- |NewDelimiter_CSV| to change the delimiter of the file- |Duplicate_CSV| to check for duplicate records in the file- Issue chrisbra#13 fixed (missing quote, reported by y, thanks!)- |CSVPat()| function- 'lz' does not work with |:silent| |:s| (patch by Sergey Khorev, thanks!)- support comments (|csv_comment|, suggested by Peng Yu, thanks!)(automatically uploaded)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants