summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Collapse)AuthorAgeFilesLines
* Added Lua interfae. (Luis Carvalho)Bram Moolenaar2010-07-1410-4/+271
|
* Fix: When entering a digraph or special character after a line that fits theBram Moolenaar2010-07-141-11/+9
| | | | window the '?' or '^' on the next line is not redrawn. (Ian Kelling)
* Allow synIDattr() getting GUI attributes when build without GUI.Bram Moolenaar2010-07-141-6/+0
| | | | (Matt Wozniski)
* Disallow setting 'enc' in a modeline. (Patrick Texier)Bram Moolenaar2010-07-142-9/+18
|
* Fix: cursor line not properly concealed when moving between windows.Bram Moolenaar2010-07-141-3/+5
| | | | (Vince Negri)
* Remove obsolete Mac code.Bram Moolenaar2010-07-141-4/+2
|
* Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.Bram Moolenaar2010-07-144-7/+26
|
* Missing piece for Mac console clipboard support. (Bjorn Winckler)Bram Moolenaar2010-07-141-3/+0
|
* Support completion for ":find". (Nazri Ramliy)Bram Moolenaar2010-07-141-1/+0
| | | | Cleanup white space.
* Fix a few compiler warnings.Bram Moolenaar2010-07-141-7/+5
|
* Add clipboard support in Mac console. (Bjorn Winckler)Bram Moolenaar2010-07-142-6/+10
|
* Minor runtime file updates.Bram Moolenaar2010-07-123-11/+11
|
* Fix: exists() was causing an autload script to be loaded.Bram Moolenaar2010-07-111-2/+0
|
* When the buffer is in diff mode, have :TOhtml create HTML to show the diffBram Moolenaar2010-07-115-50/+156
| | | | side-by-side. (Christian Brabandt)
* Filter out -pthread for cproto.Bram Moolenaar2010-07-111-2/+0
|
* Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (MartinBram Moolenaar2010-07-113-8/+12
| | | | Toft)
* Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.Bram Moolenaar2010-07-114-21/+56
| | | | (James Vega)
* Add back SAL lines for Swedish spell file.Bram Moolenaar2010-07-112-6/+104
|
* When 'formatexpr' evaluates to non-zero fall back to internal formatting, alsoBram Moolenaar2010-07-112-3/+4
| | | | for "gq". (James Vega)
* Improve Javascript indenting. Add "J" flag to 'cino'. (Hari Kumar G)Bram Moolenaar2010-07-113-2/+20
|
* Support :browse for commands that use an error file argument. (Lech Lorens)Bram Moolenaar2010-07-116-41/+48
|
* Support wide file names in gvimext. (Szabolcs Horvat)Bram Moolenaar2010-07-101-2/+1
|
* Make joining a range of lines much faster. (Milan Vancura)Bram Moolenaar2010-07-101-3/+0
|
* Fix bug: spell menu moved cursor, causing Copy not to work. Spell replacementBram Moolenaar2010-07-103-10/+33
| | | | didn't work in 'compatible' mode.
* Update spell files for Ubuntu locale names.Bram Moolenaar2010-07-1011-166/+72
|
* Fixed ":s" message. Docs updates.Bram Moolenaar2010-07-106-20/+31
|
* Make synstack() work on the character just after the end of the line.Bram Moolenaar2010-07-083-142/+148
|
* Make the dos installer work with more compilers.Bram Moolenaar2010-07-072-6/+7
|
* Adjust MS-Windows installer so that it also works for 64 bit systems. (GeorgeBram Moolenaar2010-07-072-2/+8
| | | | Reilly)
* Change SKIP_GTK to SKIP_GTK2 in configure.Bram Moolenaar2010-07-053-4/+10
|
* Mainly documentation updates.Bram Moolenaar2010-07-0411-16/+15
|
* Make updating text for conceal mode simpler. A few compiler warning fixes.Bram Moolenaar2010-07-029-55/+180
|
* Added ":earlier 1f" and ":later 1f".Bram Moolenaar2010-06-275-13/+60
|
* Add file save counter to undo information. Add undotree() function.Bram Moolenaar2010-06-274-11/+57
|
* Various small fixes from Dominique Pelle.Bram Moolenaar2010-06-262-2/+1
|
* Remove the old and not well supported GTK 1 code. (James Vega)Bram Moolenaar2010-06-251-3/+2
|
* Fixes for time in clipboard request. Also fix ownership. (David Fries)Bram Moolenaar2010-06-221-5/+4
|
* Couple of small fixes for conceal feature. (Dominique Pelle)Bram Moolenaar2010-06-222-6/+5
|
* Command line completion for :ownsyntax. (Dominique Pelle)Bram Moolenaar2010-06-211-6/+0
|
* Crypt the swapfile.Bram Moolenaar2010-06-217-29/+72
|
* Fix tiny build, move functions to undo.c.Bram Moolenaar2010-06-141-7/+4
|
* Added salt to blowfish encryption.Bram Moolenaar2010-06-136-39/+39
|
* Update help files.Bram Moolenaar2010-06-123-7/+3
|
* Minor typo and docs update.Bram Moolenaar2010-06-122-13/+23
|
* Avoid compiler warnings.Bram Moolenaar2010-06-061-2/+1
|
* One more fix for conceal patch.Bram Moolenaar2010-06-062-14/+12
|
* Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window.Bram Moolenaar2010-06-061-3/+8
|
* Fixed memory leak in ":ownsyntax".Bram Moolenaar2010-06-061-7/+0
|
* Fix a few compiler warnings. Fix crash with encrypted undo file.Bram Moolenaar2010-06-064-0/+16
|
* Add the conceal patch from Vince Negri.Bram Moolenaar2010-06-057-11/+138
|