Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If a problem occurs when updating settings, an user can lose vim setting files. #2

Open
taeguk opened this issue Mar 26, 2016 · 1 comment

Comments

@taeguk
Copy link
Owner

taeguk commented Mar 26, 2016

If a problem occurs when update settings, the possibility which the user loses vim setting files exists.
The solution is needed...
An example of problems is "a user types Ctrl+C when update or switch".

vimsw/vimsw

Line 197 in 72e4cd8

if [ -f "$ORG_VIMRC" ]; then

If a user types Ctrl+C in Line 197, vim setting files disappear..

@taeguk taeguk changed the title If a problem occurs when update or switch, the possibility which the user loses vim setting files exists. If a problem occurs when update settings, the possibility which the user loses vim setting files exists. Mar 26, 2016
@taeguk taeguk added the bug label Mar 26, 2016
@taeguk
Copy link
Owner Author

taeguk commented Mar 26, 2016

Signal Handling can be a solution??
Or do backup before delete vim setting files??

@taeguk taeguk changed the title If a problem occurs when update settings, the possibility which the user loses vim setting files exists. If a problem occurs when updating settings, an user can lose vim setting files. Apr 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant