summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-07 21:51:30 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-07 21:51:30 +0200
commit4bec20ec1a7cde0c29d9550d244f428484fa56ab (patch)
tree9d0e03e25083e1e9f313150ccdf435a15bcab789 /doc
parent9f4e2b683453c9521de8164169327a112d71f6c1 (diff)
downloadvim-polyglot-4.13.2.tar.gz
vim-polyglot-4.13.2.zip
Fix test and loading of filetypes, closes #577v4.13.2
Diffstat (limited to 'doc')
-rw-r--r--doc/ft-csv.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ft-csv.txt b/doc/ft-csv.txt
index 7f8f6eb3..7ef33464 100644
--- a/doc/ft-csv.txt
+++ b/doc/ft-csv.txt
@@ -1115,6 +1115,11 @@ manually, use: >
to let the comma be the delimiter. This sets the buffer local delimiter
variable b:delimiter.
+You can also set default delimiter to prevent a warning if no delimiter can
+be detected: >
+
+ :let g:csv_default_delim=','
+
If your file does not consist of delimited columns, but rather is a fixed
width csv file, see |csv-fixedwidth| for configuring the plugin appropriately.