ZyX wrote: > Reply to message «Patch 7.3.210», > sent 22:42:42 12 June 2011, Sunday > by Bram Moolenaar: > > I see some typos here: > > + If 'cscoperelative' set, then in absence of a prefix given to cscope (prefx > Missing `is' before `set'. ...snip...
The word "is" is missing not only in ":help csre" but also in ":help cst'" I also see the typo *contruct* (-> construct). Hopefully I did not forget other typos in attached patch. -- Dominique -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
diff -r 2bc415af66aa runtime/doc/if_cscop.txt --- a/runtime/doc/if_cscop.txt Sun Jun 12 20:42:22 2011 +0200 +++ b/runtime/doc/if_cscop.txt Sun Jun 12 21:10:55 2011 +0200 @@ -264,19 +264,20 @@ :set cscopequickfix=s-,c-,d-,i-,t-,e- < *cscopetag* *cst* -If 'cscopetag' set, the commands ":tag" and CTRL-] as well as "vim -t" will -always use |:cstag| instead of the default :tag behavior. Effectively, by -setting 'cst', you will always search your cscope databases as well as your -tag files. The default is off. Examples: > +If 'cscopetag' is set, the commands ":tag" and CTRL-] as well as "vim -t" +will always use |:cstag| instead of the default :tag behavior. Effectively, +by setting 'cst', you will always search your cscope databases as well as +your tag files. The default is off. Examples: > :set cst :set nocst < *cscoperelative* *csre* -If 'cscoperelative' set, then in absence of a prefix given to cscope (prefx -is the argument to -P option of cscope), basename of cscope.out location -(usually the project root directory) will be used as the prefix to construt -absolute path.The default is off. Note: This option is only effective when -cscope (cscopeprg) is initialized without a prefix path (-P). Examples: > +If 'cscoperelative' is set, then in absence of a prefix given to cscope +(prefix is the argument of -P option of cscope), basename of cscope.out +location (usually the project root directory) will be used as the prefix +to construct an absolute path. The default is off. Note: This option is +only effective when cscope (cscopeprg) is initialized without a prefix +path (-P). Examples: > :set csre :set nocsre <
