0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.3.597

Problem:    'clipboard' "autoselect" only applies to the * register. (Sergey
            Vakulenko)
Solution:   Make 'autoselect' work for the + register. (Christian Brabant)
            Add the "autoselectplus" option in 'clipboard' and the "P" flag in
            'guioptions'.
This commit is contained in:
Bram Moolenaar
2012-07-10 16:49:23 +02:00
parent f65e5667df
commit c0885aad5c
10 changed files with 113 additions and 58 deletions

View File

@@ -3154,7 +3154,7 @@ button_set:
}
if (clip_star.state != SELECT_CLEARED && !did_clip)
clip_clear_selection();
clip_clear_selection(&clip_star);
#endif
/* Don't put events in the input queue now. */