![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Windows & DOS: Issues & Discussions All Windows and DOS questions should go here as well. Discuss UNIX to Windows (Desktop or Server) here! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unix format in gVim | 68ST0X20 | Windows & DOS: Issues & Discussions | 1 | 05-31-2008 07:45 AM |
| gVim creates and leaves strange tilde ~ files in Windows | ghbarratt | Windows & DOS: Issues & Discussions | 2 | 02-28-2008 01:19 AM |
| Traversing Pascal/Delphi code using GVim | SankarV | UNIX for Dummies Questions & Answers | 0 | 02-22-2008 05:24 AM |
| how to add gvim in solaris 5.8 | adityam | SUN Solaris | 1 | 11-24-2007 12:15 PM |
| Need to get Gvim on Linux enterprise | frankkahle | Red Hat | 1 | 08-23-2005 08:29 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Have you used gVim editor on Windows (xp)? I am talking about the GUI version of vim that you can click the icon on desktop and the gVim editor pops-up and you can create/edit files.
Here's my problem: When I use vim editor on cygwin to create/edit files the file creation mask is set to a specific value (in my case 077), so when I create/edit files, this file creation mask forces the file to be created within that mask. However, when I open the gVim (by clicking the icon) and edit or create files it always overwrites the file permissions if the file already exists or when I create a new file, it sets the file permissions to some values that I don't like. I am sure there is a way to tell gVim to comply to some specific file creation mask instead of a default. I made research online and tried to modify the .vimrc or _vimrc file but without success.. Does anyone know how to solve that problem..? Thanks in advance.. |
|
||||
|
Quote:
Just as in unix/cygwin we place a Code:
umask 077 # or some other value regards, |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|