1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-09-19 16:42:47 +02:00
Commit Graph

6459 Commits

Author SHA1 Message Date
olegshpynov
73fcb876d0 file diff.txt was added on branch MAIA_BRANCH on 2010-02-25 16:20:42 +0000 2006-11-13 06:38:00 +00:00
olegshpynov
13b0fac12d file debugger.txt was added on branch MAIA_BRANCH on 2010-02-25 16:20:41 +0000 2006-11-13 06:38:00 +00:00
olegshpynov
ed435cb786 file digraph.txt was added on branch MAIA_BRANCH on 2010-02-25 16:20:41 +0000 2006-11-13 06:38:00 +00:00
olegshpynov
e004048fd1 file cmdline.txt was added on branch MAIA_BRANCH on 2010-02-25 16:20:42 +0000 2006-11-13 06:38:00 +00:00
olegshpynov
8e7ef028c6 file autocmd.txt was added on branch MAIA_BRANCH on 2010-02-25 16:20:41 +0000 2006-11-13 06:37:59 +00:00
olegshpynov
5614df69e6 file arabic.txt was added on branch MAIA_BRANCH on 2010-02-25 16:20:41 +0000 2006-11-13 06:37:59 +00:00
olegshpynov
c59f90fd50 file VimHelp.hs was added on branch MAIA_BRANCH on 2010-02-25 16:20:42 +0000 2006-11-13 06:37:59 +00:00
olegshpynov
e9ef0d8102 file change.txt was added on branch MAIA_BRANCH on 2010-02-25 16:20:42 +0000 2006-11-13 06:37:59 +00:00
olegshpynov
238134fd91 file VimTOC.xml was added on branch MAIA_BRANCH on 2010-02-25 16:20:42 +0000 2006-11-13 06:37:59 +00:00
olegshpynov
9e7a338bbc file VimIndex.xml was added on branch MAIA_BRANCH on 2010-02-25 16:20:42 +0000 2006-11-13 06:37:59 +00:00
olegshpynov
81e69198af file vim2jh.pl was added on branch MAIA_BRANCH on 2010-02-25 16:20:42 +0000 2006-11-13 06:37:58 +00:00
olegshpynov
9edea11b95 file vim16x16.gif was added on branch MAIA_BRANCH on 2010-02-25 16:20:42 +0000 2006-11-13 06:37:58 +00:00
rmaddy
6ac8fb815d Change commands in visual mode now exit visual mode. 2005-10-19 22:59:23 +00:00
rmaddy
8d99153030 Change commands in visual mode now exit visual mode. 2004-12-10 22:55:20 +00:00
rmaddy
79f33e9607 Fixed :quit command (not all forms recognized) 2004-12-10 22:31:18 +00:00
rmaddy
6b308bbdfe Initial changes to support repeating of inserted text via the Ctrl-Space sequence. 2004-12-10 21:59:27 +00:00
rmaddy
f0883393fb Pass Escape to IDEA if not used by Vim. 2004-12-10 21:58:51 +00:00
rmaddy
74cc46411c Initial changes to support repeating of inserted text via the Ctrl-Space sequence. Pass Escape to IDEA if not used by Vim. 2004-12-10 21:58:18 +00:00
rmaddy
eaff15dd49 Changed IDEA version to 4.x 2004-10-30 03:07:33 +00:00
rmaddy
66ac42a1b3 Can now delete blank line at end of file. 2004-10-29 05:58:05 +00:00
rmaddy
f0dbc9ce8d Some better checking when plugin disabled/enabled. Restore cursor. 2004-10-29 05:09:58 +00:00
rmaddy
4a9da395f9 Use file type's indent size instead of tab size for indenting lines. 2004-10-29 03:42:01 +00:00
rmaddy
91a35f4a43 Fixed duplicate characters getting added to a register during recording. 2004-10-22 05:34:08 +00:00
rmaddy
9e566f9ab5 Fixed NPE if no editor for highlighting. 2004-10-22 05:14:56 +00:00
rmaddy
aa787f47d1 Fixed *, #, e, and b commands when punctuation at end of range 2004-10-22 05:11:21 +00:00
rmaddy
77e9301a21 Fixed :class and :find 2004-07-13 16:39:37 +00:00
rmaddy
196a22c219 Fixed NPE if there is no previous search 2004-07-13 16:38:04 +00:00
rmaddy
e40c2bc4e9 Final update for new version and update for changes to plugin.xml 2004-07-02 05:31:09 +00:00
rmaddy
fedcd01019 Fixed NPE when using the :q related commands. Fixed any of the ex commands for selecting a different file. 2004-06-30 05:11:59 +00:00
rmaddy
3cbbe76d81 Tweaked some docs. 2004-06-30 03:59:42 +00:00
rmaddy
350190fa58 Add checks so this works with both 4.0.x and 4.5 2004-06-30 03:58:08 +00:00
rmaddy
8a3ca52196 Complete support of aw,aW,iw,iW text objects. 2004-06-28 22:14:52 +00:00
rmaddy
ae93e36ff6 Chages for text objects 2004-06-28 02:57:36 +00:00
rmaddy
0d3bd6086a Changes to support text objects 2004-06-28 02:49:29 +00:00
rmaddy
a89af1d32f Begin support of visual block mode. 2004-06-23 22:38:19 +00:00
rmaddy
d11e343c0d Changes to fully support hlsearch and :nohlsearch. 2004-06-22 21:45:14 +00:00
rmaddy
8bc96f5b6f *** empty log message *** 2004-06-22 21:33:26 +00:00
rmaddy
96712b60d2 Started changes for highlighted search 2004-06-21 17:29:23 +00:00
rmaddy
099d890012 Fixed BS to close ex window 2004-05-28 21:19:27 +00:00
rmaddy
e40d85a7ae Final changes for 0.7.3 2004-05-28 20:35:03 +00:00
rmaddy
46a97b3091 Fixed backspace in ex entry 2004-05-28 20:13:05 +00:00
rmaddy
7b4d5bfefc Finished support for digraphs. 2004-05-28 20:04:22 +00:00
rmaddy
fe05156454 Completed suppor for Ctrl-k and Ctrl-v for r,t,f,T,f and insert/replace modes. 2004-05-26 22:34:56 +00:00
rmaddy
d98a0b818f Updated docs for digraphs. 2004-05-25 06:20:38 +00:00
rmaddy
50c939a9f7 Added support for :digraph, and Ctrl-K {char1}{char2} for certain character arguments and while in insert mode. 2004-05-25 00:19:25 +00:00
rmaddy
01bb9f02fd Final changes for 0.7.2 2004-05-24 04:13:19 +00:00
rmaddy
6f087a96d5 Now allow space between range and command in : commands. 2004-05-24 03:46:12 +00:00
rmaddy
b28877b23f Added mnemonics and a default button for the search confirmation dialog. 2004-05-24 03:11:35 +00:00
rmaddy
679fb1307a Fixed using the O command on the first line. 2004-05-24 02:05:26 +00:00
rmaddy
cecf329832 Fixed the display of the "more" panel for some ex commands. 2004-05-24 02:00:19 +00:00