comparison runtime/doc/options.txt @ 18203:e0ec4cd7a865 v8.1.2096

patch 8.1.2096: too many #ifdefs Commit: https://github.com/vim/vim/commit/8c96af9c05bfcac2d5ae081e098d4863db561511 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 28 19:05:57 2019 +0200 patch 8.1.2096: too many #ifdefs Problem: Too many #ifdefs. Solution: Graduate FEAT_COMMENTS.
author Bram Moolenaar <Bram@vim.org>
date Sat, 28 Sep 2019 19:15:03 +0200
parents 03b854983b14
children 375a7ecdb351
comparison
equal deleted inserted replaced
18202:13049de86673 18203:e0ec4cd7a865
1683 1683
1684 *'comments'* *'com'* *E524* *E525* 1684 *'comments'* *'com'* *E524* *E525*
1685 'comments' 'com' string (default 1685 'comments' 'com' string (default
1686 "s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-") 1686 "s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-")
1687 local to buffer 1687 local to buffer
1688 {not available when compiled without the |+comments|
1689 feature}
1690 A comma separated list of strings that can start a comment line. See 1688 A comma separated list of strings that can start a comment line. See
1691 |format-comments|. See |option-backslash| about using backslashes to 1689 |format-comments|. See |option-backslash| about using backslashes to
1692 insert a space. 1690 insert a space.
1693 1691
1694 *'commentstring'* *'cms'* *E537* 1692 *'commentstring'* *'cms'* *E537*