" Programming menu
if !exists("g:ctags_command")
if has("vms")
- let g:ctags_command = "mc vim:ctags ."
+ let g:ctags_command = "mc vim:ctags *.*"
else
let g:ctags_command = "ctags -R ."
endif
extern char_u *all_lflags;
# ifdef VMS
extern char_u *compiler_version;
+extern char_u *compiled_arch;
# endif
extern char_u *compiled_user;
extern char_u *compiled_sys;
#else
(buf->b_p_sn || buf->b_shortname),
#endif
-#ifdef RISCOS
- /* Avoid problems if fname has special chars, eg <Wimp$Scrap> */
+#if defined(VMS) || defined(RISCOS)
+ /* Avoid problems if fname has special chars, eg <Wimp$Scrap>.
+ * For VMS always use full path for swapfile. */
ffname,
#else
# ifdef HAVE_READLINK
* behaviour should be avoided for the existing files and we need to find
* the exact path of the edited file.
*/
- if (force || !mch_isFullName(fname))
{
char_u *fixed_fname = vms_fixfilename(fname);
int fd = mch_open((char *)fixed_fname, O_RDONLY | O_EXTRA, 0);
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 180,
/**/
179,
/**/