Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
7805004319691ee026342525e0bf9df146358dc0
/
runtime
/
doc
7805004
Fix: on MS-Windows the "open with..." menu starts Vim without a file.
by Bram Moolenaar
· 15 years ago
3b1c485
Fixed: CTRL-R in Insert mode doesn't insert composing characters.
by Bram Moolenaar
· 15 years ago
a9d52e3
Fixes for coverity warnings.
by Bram Moolenaar
· 15 years ago
a26559b
Support syntax and filetype completion for user commands. (Christian Brabandt)
by Bram Moolenaar
· 15 years ago
8408a9a
More updated runtime files.
by Bram Moolenaar
· 15 years ago
8b68277
Runtime file updates.
by Bram Moolenaar
· 15 years ago
40af4e3
Updated runtime files. Add logcheck filetype plugin. (James Vega)
by Bram Moolenaar
· 15 years ago
1587a1e
Add completion for ":ownsyntax" and improve completion for ":filetype".
by Bram Moolenaar
· 15 years ago
8ada2cc
Updated runtime files. :TOhtml improvements by Benjamin Fritz.
by Bram Moolenaar
· 15 years ago
162bd91
Improvements for ":find" completion. (Nazri Ramliy)
by Bram Moolenaar
· 15 years ago
8e46927
Changes for VMS. Mostly by Zoltan Arpadffy.
by Bram Moolenaar
· 15 years ago
477db06
More runtime file updates.
by Bram Moolenaar
· 15 years ago
c6485bc
Updated runtime files.
by Bram Moolenaar
· 15 years ago
5ac3b1a
Updated runtime files. New netrw plugin version.
by Bram Moolenaar
· 15 years ago
611df5b
Update TeX syntax file.
by Bram Moolenaar
· 15 years ago
0ed0eea
Updated runtime files.
by Bram Moolenaar
· 15 years ago
f82bac3
Fix: terminal title not properly restured when there are multi-byte
by Bram Moolenaar
· 15 years ago
c330187
7.3b -> 7.3c
by Bram Moolenaar
· 15 years ago
6fc45b5
Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
by Bram Moolenaar
· 15 years ago
7fd7320
Add "q" item for 'statusline'. Add w:quickfix_title. (Lech Lorens)
by Bram Moolenaar
· 15 years ago
fa0ff9a
Fix: editing a not encrypted file after a crypted file messed up reading the
by Bram Moolenaar
· 15 years ago
8d9b40e
Add support for horizontal scroll wheel. (Bjorn Winckler)
by Bram Moolenaar
· 15 years ago
7510fe7
Add the synconcealed() function and use it for :TOhtml. (Benjamin Fritz)
by Bram Moolenaar
· 15 years ago
e6dc573
Let 'v' flag in 'concealcursor' apply to all lines in the Visual area.
by Bram Moolenaar
· 15 years ago
365bdf7
More runtime file updates.
by Bram Moolenaar
· 15 years ago
59f931e
Add the 'undoreload' option to be able to undo a file reload.
by Bram Moolenaar
· 15 years ago
72ada0f
Fix for cursor position in wrapped line with concealed text.
by Bram Moolenaar
· 15 years ago
ffbbcb5
Give each syntax item a sequence number, so that we know when it starts and
by Bram Moolenaar
· 15 years ago
2c3b1d9
Document extra argument for Python append().
by Bram Moolenaar
· 15 years ago
5dff57d
Remove -arch flag from build flags for Perl. (Bjorn Wickler)
by Bram Moolenaar
· 15 years ago
4f99eae
Better text for 'concealcursor' in :options window.
by Bram Moolenaar
· 15 years ago
ca8c986
Add the 'c' flag to 'concealcursor'.
by Bram Moolenaar
· 15 years ago
f70e3d6
Don't conceal text in lines inside the Visual area.
by Bram Moolenaar
· 15 years ago
d497a30
Window split didn't copy the value of 'conceallevel'.
by Bram Moolenaar
· 15 years ago
f5963f7
Add the 'concealcursor' option to decide when the cursor line is to be
by Bram Moolenaar
· 15 years ago
c88ebf7
Update Fortran indent and syntax file. (Ajit Thakkar)
by Bram Moolenaar
· 15 years ago
2334b6d
Make it possible to load Lua dynamically on Unix. (Luis Carvalho)
by Bram Moolenaar
· 15 years ago
c89533b
Update French and Esperanto translations. (Dominique Pelle)
by Bram Moolenaar
· 15 years ago
e06c188
Make it possible to load Perl dynamically on Unix. (James Vega)
by Bram Moolenaar
· 15 years ago
cdda8fe
Fix dependencies in help Makefile. (James Vega)
by Bram Moolenaar
· 15 years ago
60aad97
Small docs fixes.
by Bram Moolenaar
· 15 years ago
b659052
Fix that :py3file was not working.
by Bram Moolenaar
· 15 years ago
b852196
Update timestamps for recently changed help files.
by Bram Moolenaar
· 15 years ago
c095b28
Fix hang when resizing in diff mode and there are concealed items.
by Bram Moolenaar
· 15 years ago
cb9d45c
Fix some duplicates in ":find" completion. (Nazri Ramliy)
by Bram Moolenaar
· 15 years ago
49771f4
Change 'cryptmethod' from a number to a string option. Make it global-local.
by Bram Moolenaar
· 15 years ago
c7040a5
Fix: When 'searchhl' causes a hang make CTRL-C disable 'shearchhl'.
by Bram Moolenaar
· 15 years ago
fcb7ab6
Fix typos in documentation. (Dominique Pelle)
by Bram Moolenaar
· 15 years ago
368373e
Rename some "python3" symbols to "py3", as the command name.
by Bram Moolenaar
· 15 years ago
a7781e0
Never hide text for conceal in cursor line. Do hide when there is highlighting.
by Bram Moolenaar
· 15 years ago
c400cb9
Rename w_p_conceal to w_p_conc for consistency.
by Bram Moolenaar
· 15 years ago
d28478b
Vim 7.3a -> 7.3b.
by Bram Moolenaar
· 15 years ago
16d79a3
Fix: MS-Windows installer used wrong path for uninstaller key.
by Bram Moolenaar
· 15 years ago
4d32c2d
Last few changes for the 7.3a BETA release.
by Bram Moolenaar
· 15 years ago
69154f2
Fixes and improvements for MS-Windows build.
by Bram Moolenaar
· 15 years ago
607cc1e
Minor runtime file updates.
by Bram Moolenaar
· 15 years ago
6df6f47
Make automatic prototype generation work with more interfaces.
by Bram Moolenaar
· 15 years ago
dc53609
Added strdisplaywidth() function.
by Bram Moolenaar
· 15 years ago
72597a5
Added strwidth() and strchars() functions.
by Bram Moolenaar
· 15 years ago
9855d6b
Better conceal in help. (partly by Dominique Pelle)
by Bram Moolenaar
· 15 years ago
55d5c03
Whitespace cleanup.
by Bram Moolenaar
· 15 years ago
bd5e15f
Added support for Python 3. (Roland Puntaier)
by Bram Moolenaar
· 15 years ago
02c707a
Add the 'L' item to 'cinoptions'. (Manuel Konig)
by Bram Moolenaar
· 15 years ago
76b96fc
Mac: Support disabling antialias. (LC Mi)
by Bram Moolenaar
· 15 years ago
58f0a1f
Make it possible to drag a tab page label to another position. (Paul B. Mahol)
by Bram Moolenaar
· 15 years ago
c5604bc
Better implementation of creating the Color Scheme menu. (Juergen Kraemer)
by Bram Moolenaar
· 15 years ago
f91787c
In Visual mode with 'showcmd' display the number of bytes and characters.
by Bram Moolenaar
· 15 years ago
349b2fb
Improved version of 2html.vim.
by Bram Moolenaar
· 15 years ago
0ba0429
Added Lua interfae. (Luis Carvalho)
by Bram Moolenaar
· 15 years ago
26dcc7e
Fix: When entering a digraph or special character after a line that fits the
by Bram Moolenaar
· 15 years ago
6162336
Allow synIDattr() getting GUI attributes when build without GUI. (Matt Wozniski)
by Bram Moolenaar
· 15 years ago
865242e
Disallow setting 'enc' in a modeline. (Patrick Texier)
by Bram Moolenaar
· 15 years ago
23c347c
Fix: cursor line not properly concealed when moving between windows.
by Bram Moolenaar
· 15 years ago
66bd1c9
Remove obsolete Mac code.
by Bram Moolenaar
· 15 years ago
1a38442
Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.
by Bram Moolenaar
· 15 years ago
c8bbaa3
Missing piece for Mac console clipboard support. (Bjorn Winckler)
by Bram Moolenaar
· 15 years ago
cc448b3
Support completion for ":find". (Nazri Ramliy) Cleanup white space.
by Bram Moolenaar
· 15 years ago
d43848c
Fix a few compiler warnings.
by Bram Moolenaar
· 15 years ago
164fca3
Add clipboard support in Mac console. (Bjorn Winckler)
by Bram Moolenaar
· 15 years ago
7abcaab
Minor runtime file updates.
by Bram Moolenaar
· 15 years ago
2cefbed
Fix: exists() was causing an autload script to be loaded.
by Bram Moolenaar
· 15 years ago
b02cbe3
When the buffer is in diff mode, have :TOhtml create HTML to show the diff
by Bram Moolenaar
· 15 years ago
69f787a
Filter out -pthread for cproto.
by Bram Moolenaar
· 15 years ago
a9dc375
Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (Martin
by Bram Moolenaar
· 15 years ago
a3f4166
Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used.
by Bram Moolenaar
· 15 years ago
cabf201
Add back SAL lines for Swedish spell file.
by Bram Moolenaar
· 15 years ago
700303e
When 'formatexpr' evaluates to non-zero fall back to internal formatting, also
by Bram Moolenaar
· 15 years ago
3acfc30
Improve Javascript indenting. Add "J" flag to 'cino'. (Hari Kumar G)
by Bram Moolenaar
· 15 years ago
9028b10
Support :browse for commands that use an error file argument. (Lech Lorens)
by Bram Moolenaar
· 15 years ago
7e6d3bd
Support wide file names in gvimext. (Szabolcs Horvat)
by Bram Moolenaar
· 15 years ago
893eaab
Make joining a range of lines much faster. (Milan Vancura)
by Bram Moolenaar
· 15 years ago
6229258
Fix bug: spell menu moved cursor, causing Copy not to work. Spell replacement
by Bram Moolenaar
· 15 years ago
0bc380a
Fixed ":s" message. Docs updates.
by Bram Moolenaar
· 15 years ago
d04b750
Make synstack() work on the character just after the end of the line.
by Bram Moolenaar
· 15 years ago
ab8205e
Make the dos installer work with more compilers.
by Bram Moolenaar
· 15 years ago
ccd9ccf
Adjust MS-Windows installer so that it also works for 64 bit systems. (George
by Bram Moolenaar
· 15 years ago
e667c95
Change SKIP_GTK to SKIP_GTK2 in configure.
by Bram Moolenaar
· 15 years ago
996343d
Mainly documentation updates.
by Bram Moolenaar
· 15 years ago
b2c0350
Make updating text for conceal mode simpler. A few compiler warning fixes.
by Bram Moolenaar
· 15 years ago
730cde9
Added ":earlier 1f" and ":later 1f".
by Bram Moolenaar
· 15 years ago
Next »