summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-05-19 13:41:14 +0200
committerBram Moolenaar <Bram@vim.org>2011-05-19 13:41:14 +0200
commitb07269a548ee40bf509f8ce2c19f3a86d37916e5 (patch)
tree2ffea40e095946ceb9f0ab51477728153ee345bc /src/structs.h
parent20f90cf99a156ba6fa93fc44047264685f210824 (diff)
downloadvim-git-b07269a548ee40bf509f8ce2c19f3a86d37916e5.tar.gz
updated for version 7.3.191v7.3.191
Problem: Still some RISC OS stuff to remove. Solution: Remove files and lines. (Hong Xu) Remove the 'osfiletype' option code.
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/structs.h b/src/structs.h
index 2954035e3..7b71a5f86 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -1530,9 +1530,6 @@ struct file_buffer
int b_p_ml_nobin; /* b_p_ml saved for binary mode */
int b_p_ma; /* 'modifiable' */
char_u *b_p_nf; /* 'nrformats' */
-#ifdef FEAT_OSFILETYPE
- char_u *b_p_oft; /* 'osfiletype' */
-#endif
int b_p_pi; /* 'preserveindent' */
#ifdef FEAT_TEXTOBJ
char_u *b_p_qe; /* 'quoteescape' */