Commit Graph

34 Commits

Author SHA1 Message Date
Lubomir Rintel
7c865ceb25 Source /etc/vimrc.local if it exists
There seems to be no good way to extend distro-provided vimrc. If the
user modifies /etc/vimrc, then RPM will keep it intact from then on,
with subsequent distribution updates going into a .rpmnew file. Sad.

On Debian the user is supposed to put the local overrides into a
vimrc.local file next to the main vimrc. That is pretty neat -- the
local configuration is separated from the system one and can be updated
independently. Let's do the same thing.
2020-03-16 20:52:45 +01:00
Zdenek Dohnal
7f8136f53d patchlevel 348 2020-03-03 17:00:12 +01:00
Zdenek Dohnal
ff5f0cc59d 1724126 - disable showing spec template for new file with .spec suffix
minor changes in spec.template - tabs->spaces
2019-07-19 07:45:17 +02:00
Zdenek Dohnal
a54758b901 remove skip_defaults_vim - it does not make sense to have it in system vimrc 2019-07-19 07:30:08 +02:00
Zdenek Dohnal
79f7d1b9cb 1643311 - add several defaults from Vim upstream and remove forcing fileencodings 2019-07-18 13:53:32 +02:00
Zdenek Dohnal
43f7831c2c f24->f25 vim: copy paste no longer works (bug #1401410) - revert previous changes, set mouse=v in defaults.vim 2016-12-19 08:05:12 +01:00
Zdenek Dohnal
53fad6ff91 f24->f25 vim: copy paste no longer works (bug #1401410) - change mouse default setting to 'v' 2016-12-15 17:18:50 +01:00
Lubomir Rintel
6b2d30ae01 - drop forcing background, vim detects this since 7.4.757, rhbz#1159920 2015-07-10 19:54:40 +02:00
Dave Airlie
f5b807f1ff vimrc uses " not # for comments 2015-03-02 11:31:16 +10:00
Karsten Hopp
7151b35378 set background to dark in gnome-terminal, rhbz#1159920 2015-02-26 13:40:07 +01:00
Karsten Hopp
8c47af8868 don't write swapfile on mounted media in /run/media/ 2013-08-13 13:06:59 +02:00
Karsten Hopp
c8d55a4ffc fix some man page typos (#668894, #675480)
own usr/share/vim/vimfiles/doc/tags (#845564)
add path to csope database (#844843)
2012-08-28 15:34:04 +02:00
Karsten Hopp
55682ced69 - disable automated wrapping of .txt files (#479896) 2009-12-03 13:08:39 +00:00
Karsten Hopp
a1bddf5b69 - disable autowrapping of .txt files, #479896 2009-12-02 16:40:52 +00:00
Karsten Hopp
422c1ab718 - put /etc/vimrc autocmd's into fedora augroup (similar to #241308) 2008-06-03 14:34:32 +00:00
Karsten Hopp
8889ac50a0 - add spec file template 2008-03-11 13:03:02 +00:00
Karsten Hopp
3109f8435a - patchlevel 270
- don't write swapfile on most common locations for USB-sticks (#436752)
2008-03-11 12:49:59 +00:00
Karsten Hopp
8f344ab437 - add fix for #231124 2008-02-25 15:27:41 +00:00
Karsten Hopp
44a6bac34e - Update to vim-7.1
- drop ~230 patches ;-)
2007-06-05 10:46:37 +00:00
Karsten Hopp
cc9923cdff - enable filetype plugin 2007-01-08 15:49:50 +00:00
Karsten Hopp
f62f534879 use new syntax for bs settings 2006-08-09 09:15:40 +00:00
Karsten Hopp
44e8cdf7bb - don't try to run cscope if cscope binary doesn't exist (#170371) 2005-10-11 11:33:54 +00:00
Karsten Hopp
d086bea354 - patchlevel 35
- allow remapping of 'g' (#140747)
2004-12-01 12:08:08 +00:00
Karsten Hopp
91974639b3 - add cscope to vimrc so that cscope DB will be used automatically when
available
2004-10-12 12:07:35 +00:00
cvsdist
409f8fcadf auto-import changelog data from vim-6.3.014-1.src.rpm
Thu Jul 22 2004 Karsten Hopp <karsten@redhat.de> 6.3.014-1
- patchlevel 14, fixes 'helplang' default settings
- fix escape sequence in /etc/vimrc (#128344)
2004-09-09 14:14:42 +00:00
cvsdist
1401a3eb97 auto-import changelog data from vim-6.2.214-1.src.rpm
Thu Jan 29 2004 Karsten Hopp <karsten@redhat.de> 6.2.214-1
- Patchlevel 214
6.2.195-5
- Fix call to is_selinux_enabled()
Sat Jan 24 2004 Karsten Hopp <karsten@redhat.de> 6.2.195-4
- fix perl requirement
6.2.195-3
- Only attempt to change context if it is different
Thu Jan 22 2004 Karsten Hopp <karsten@redhat.de> 6.2.195-1
- update to patchlevel 195
- enable ppc64 build
Mon Jan 12 2004 Karsten Hopp <karsten@redhat.de> 6.2.180-2
- vim-enhanced requires perl >= 5.8.2 (#111592)
Mon Jan 12 2004 Karsten Hopp <karsten@redhat.de> 6.2.180-1
- Patchlevel 180
- update spec.vim, use g:packager instead of {Packager} macro
6.2.154-7
- Enable selinux support for vim-minimal
6.2.154-6
- Enable selinux support
6.2.154-5
- rebuild with new perl
6.2.154-4
- fix sh.vim syntax file (#104312)
6.2.154-3
- perl interface was disabled when perl had thread support.
6.2.154-2
- fix date in specfile changelog entries
6.2.154-1
- Patchlevel 154
- vim-minimal doesn't really require vim-common to run, removed dependency
    (#109819)
6.2.149-1
- Patchlevel 149
- fix fstab syntax file (Robert G. (Doc) Savage)
- lots of updates for syntax files, macros, documentation
- disable vimnotvi patch so that vim's behaviour matches documentation
- clean up vimrc
6.2.145-1
- rebuild with new Python
- Patchlevel 145
2004-09-09 14:07:26 +00:00
cvsdist
840bb7d22e auto-import changelog data from vim-6.1-29.src.rpm
6.1-29
- clean up vimrc (fix #84088)
- clean up specfile so that it works with vim's specfile mode
- remove unused rescue stuff from specfile
Mon Feb 10 2003 Karsten Hopp <karsten@redhat.de> 1.6.1-28
- patchlevel 320, to fix 'file changed' warning after :wq
- don't overwrite systemwide config file (#82037)
Wed Jan 29 2003 Karsten Hopp <karsten@redhat.de> 6.1-27
- patchlevel 311
- fix #78837, only install message catalog for selected language
Tue Jan 28 2003 Karsten Hopp <karsten@redhat.de> 6.1.26
- patchlevel 302
- added epoch to automated changelog entry (specs.vim)
- don't warn (vim-minimal) about not implemented functions
Thu Jan 23 2003 Karsten Hopp <karsten@redhat.de> 6.1.25
- patchlevel 300
Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
Fri Jan 10 2003 Karsten Hopp <karsten@redhat.de> 6.1.23
- patchlevel 287
Wed Jan 08 2003 Karsten Hopp <karsten@redhat.de> 6.1.22
- use Red Hat style for spec files
Tue Jan 07 2003 Karsten Hopp <karsten@redhat.de> 6.1.21
- patchlevel 284
2004-09-09 14:04:55 +00:00
cvsdist
f6c9998724 auto-import changelog data from vim-6.1-14.src.rpm
Wed Aug 28 2002 Karsten Hopp <karsten@redhat.de>
- PL 165:
- when conversion to xxd fails 'filetype' was set anyway
- undo information is corrupted when splitting a saved line
- add latin1 to fileencodings to fix 'conversion errors'
2004-09-09 14:02:18 +00:00
cvsdist
7a22376884 auto-import changelog data from vim-6.0-7.13.src.rpm
Mon Jan 28 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-13
- Patchlevel 152
- Add symlinks for evim, rvim and vimdiff as described in vim docs
Tue Jan 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-12
- Patchlevel 149
Tue Jan 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-11
- Patchlevel 147
Thu Dec 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-9
- Patchlevel 101
Mon Nov 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-8
- Patchlevel 93
Mon Nov 05 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-7
- 6.0pl78
- Move desktop file (Utilities -> Applications), #53503
Thu Nov 01 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-6
- 6.0pl61
Wed Oct 31 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- 6.0pl44
Mon Oct 29 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-5
- 6.0pl36
- Fix build with gcc 3.1
Tue Oct 23 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-4
- 6.0pl21
- Don't show an error message when trying to "return" to a line that no
    longer exists (#54551)
Mon Oct 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-3
- 6.0pl19
Sun Sep 30 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-2
- 6.0pl11
Wed Sep 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-1
- 6.0
Thu Sep 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.av.1
- 6.0av
- Use -Os in rescue mode
Tue Sep 04 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.au.1
- Update to 6.0au
- Allow rescue build
Tue Aug 28 2001 Bernhard Rosenkraenzer <bero@redhat.com> 6.0-0.at.1
- vim 6.0at
- Increase epoch so we can update 7.2 systems
2004-09-09 13:58:58 +00:00
cvsdist
ddac705a79 auto-import changelog data from vim-5.8-7.src.rpm
Tue Aug 07 2001 Yukihiro Nakai <ynakai@redhat.com>
- Add language settings to vimrc
- Build gvim with --enable-fontset --enable-xim
2004-09-09 13:58:36 +00:00
cvsdist
1b13d445b6 auto-import changelog data from vim-5.8-4.src.rpm
Mon Jul 02 2001 Karsten Hopp <karsten@redhat.de>
- fix vim.sh (vi filename doesn't work, vim filename does)
Wed Jun 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.8-3
- Fix up lilo.conf syntax highlighting (as done earlier)
- Alias vi to vim in vim-enhanced (as done earlier), fix #44050 while at it
- bzip2 source (as done earlier)
- Add BuildRequires (as done earlier)
- Get rid of patches that worked around bugs in Red Hat Linux 4.x (as done
    earlier)
- Send people who downgrade other people's packages WITHOUT AT THE VERY
    LEAST backporting fixes/patches to hell!!!!! >:-((
- Add fixes from the maintainer, we're now at 5.8.005
- Add postfix config syntax highlighting (RFE #44778)
Fri Jun 15 2001 Nalin Dahyabhai <nalin@redhat.com>
- Update from 5.7 to 5.8.
2004-09-09 13:58:02 +00:00
cvsdist
e5ebffe38f auto-import changelog data from vim-6.0-0.27.src.rpm
Fri Mar 30 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix large file handling (#34061)
Mon Feb 26 2001 Trond Eivind Glomsrød <teg@redhat.com>
- use %{_tmppath}
Thu Feb 15 2001 Yukihiro Nakai <ynakai@redhat.com>
- vimrc update for 6.0v
Mon Feb 12 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix "lba32" keyword in lilo.conf syntax highlighting
- Fix build with current glibc
Fri Feb 02 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix crontab -e in vim-minimal (#25376)
Tue Jan 30 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix segfault on q, up, up, q (Bug #25261)
2004-09-09 13:57:46 +00:00
cvsdist
008069969b auto-import vim-5.7-8tc1 from vim-5.7-8tc1.src.rpm 2004-09-09 13:57:32 +00:00
cvsdist
f1dd3151e6 auto-import changelog data from vim-5.7-6.src.rpm
Sun Aug 06 2000 Tim Waugh <twaugh@redhat.com>
- xterm doesn't have request version string (#14570)
Sat Aug 05 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Patchlevel 8
Fri Aug 04 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix paths in vim.1 manpage (Bug #15387)
Wed Jul 19 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix up vimtutor (Bug #11455)
Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
Sun Jun 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7 release
- some more fixes to .spec file syntax highlighting rules... About time it
    recognizes %{_mandir}...
Sun Jun 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.7a
Sat Jun 03 2000 Bernhard Rosenkränzer <bero@redhat.com>
- patchlevel 74
- add %makeinstall macro recognition to .spec file syntax highlighting
    rules
- fix up Makefiles
Fri Apr 14 2000 Bernhard Rosenkränzer <bero@redhat.com>
- patchlevel 66
- fix compilation with perl 5.6.0
Mon Mar 20 2000 Bernhard Rosenkränzer <bero@redhat.com>
- patchlevel 12
Tue Mar 07 2000 Preston Brown <pbrown@redhat.com>
- fix home/end in vimrc (we did a term = rxvt, totally wrong)
Tue Feb 29 2000 Preston Brown <pbrown@redhat.com>
- change F1-F4 keybindings for xterm builtin terminfo to match real
    terminfo
Thu Feb 17 2000 Bill Nottingham <notting@redhat.com>
- kill autoindent
Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
- wmconfig -> desktop
Sat Feb 05 2000 Bernhard Rosenkränzer <bero@redhat.com>
- Patchlevel 11
- handle compressed man pages
- fix man page symlinks
Wed Feb 02 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on X in vim-enhanced, and ncurses/gpm in
    vim-minimal
Fri Jan 28 2000 Bill Nottingham <notting@redhat.com>
- eliminate dependencies on csh and perl in vim-common
Wed Jan 19 2000 Bernhard Rosenrkänzer <bero@redhat.com>
- Use awk, not nawk
Tue Jan 18 2000 Bernhard Rosenrkänzer <bero@redhat.com>
- 5.6
- patch 5.6.001
- remove /usr/bin/vi - if you want vim, type vim
Tue Jan 11 2000 Bernhard Rosenkränzer <bero@redhat.com>
- 5.6a
- Remove dependency on nawk (introduced by base update)
- some tweaks to make updating easier
Tue Nov 09 1999 Bernhard Rosenkränzer <bero@redhat.com>
- 5.5
- fix path to vimrc
Tue Jul 27 1999 Michael K. Johnson <johnsonm@redhat.com>
- moved from athena to gtk widgets for X version
- removed vim.1 from X11 filelist because X11 depends on vim-common anyway
- fixed rogue dependencies from sample files
Tue Jul 27 1999 Jeff Johnson <jbj@redhat.com>
- update to 5.4.
Thu Jul 22 1999 Jeff Johnson <jbj@redhat.com>
- man page had buildroot pollution (#3629).
Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- with recent termcap/terminfo fixes, regular vim works in xterm/console
- in color, so vim-color package removed.
Tue Mar 23 1999 Erik Troan <ewt@redhat.com>
- removed "set backupdir=/tmp/vim_backup" from default vimrc
Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 5)
Thu Dec 17 1998 Michael Maher <mike@redaht.com>
- built pacakge for 6.0
Tue Sep 15 1998 Michael Maher <mike@redhat.com>
- removed '--with-tlib=termcap' so that color-vim works
Wed Sep 02 1998 Jeff Johnson <jbj@redhat.com>
- update to 5.3.
Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
- merge in Toshio's changes
- color-vim: changed "--disable-p" to "--disable-perlinterp
    --with-tlib=termcap"
- added minimal rvi/rview and man pages.
- move Obsoletes to same package as executable.
Thu Aug 06 1998 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
- Break the package apart similar to the way the netscape package was
    broken down to handle navigator or communicator: The vim package is
    Obsolete, now there is vim-common with all the common files, and a
    package for each binary: vim-minimal (has /bin/vi compiled with no
    frills), vim-enhanced (has /usr/bin/vim with extra perl and python
    interpreters), and vim-X11 (has /usr/X11R6/bin/gvim compiled with GUI
    support.)
- Enable the perl and python interpreters in the gui version (gvim).
Tue Jun 30 1998 Michael Maher <mike@redhat.com>
- Fixed tutor help.
- cvim package added. Thanks to Stevie Wills for finding this one :-)
Thu May 07 1998 Prospector System <bugs@redhat.com>
- translations modified for de, fr, tr
Fri May 01 1998 Donnie Barnes <djb@redhat.com>
- added patch to turn off the "vi compatibility" by default. You can still
    get it via the -C command line option
Thu Apr 23 1998 Donnie Barnes <djb@redhat.com>
- removed perl and python interpreters (sorry, but those don't belong in a
    /bin/vi and having two vi's seemed like overkill...complain to
    suggest@redhat.com if you care)
Fri Apr 17 1998 Donnie Barnes <djb@redhat.com>
- fixed buildroot bug
Sat Apr 11 1998 Donnie Barnes <djb@redhat.com>
- updated from 4.6 to 5.1
- moved to buildroot
Sun Nov 09 1997 Donnie Barnes <djb@redhat.com>
- fixed missing man page
Wed Oct 22 1997 Donnie Barnes <djb@redhat.com>
- added wmconfig entry to vim-X11
Mon Oct 20 1997 Donnie Barnes <djb@redhat.com>
- upgraded from 4.5 to 4.6
Fri Jun 13 1997 Erik Troan <ewt@redhat.com>
- built against glibc
Tue Mar 25 1997 Michael K. Johnson <johnsonm@redhat.com>
- Upgraded to 4.5
- Added ex symlinks
Tue Mar 11 1997 Michael K. Johnson <johnsonm@redhat.com>
- Added view symlink.
2004-09-09 13:57:11 +00:00