Kien N
|
53f3b2b0d7
|
Match ampersands literally
|
2013-06-20 11:58:35 +07:00 |
|
Kien N
|
90fa9a5adc
|
Update ctrlp.txt
|
2013-06-11 13:10:24 +07:00 |
|
Kien N
|
f0458d7026
|
Add ToggleMRURelative
Closes #398
|
2013-06-10 09:51:43 +07:00 |
|
Kien N
|
0102255dce
|
Put s:byfname behind s:ispath
Closes #421
|
2013-06-06 13:15:35 +07:00 |
|
Kien N
|
27e2375bc0
|
Allow :CtrlPLine to take a bufname argument
Closes #396
|
2013-05-03 22:58:28 +07:00 |
|
Kien N
|
e927848400
|
Allow x_func function arguments to be passed in a Dictionary
|
2013-05-03 22:58:15 +07:00 |
|
Kien N
|
693f4d60e2
|
Inclusion filtering for cache files deletion
|
2013-04-13 13:04:07 +07:00 |
|
Kien N
|
6a06525595
|
Add to the overview the buffertag mode options
|
2013-04-07 18:02:36 +07:00 |
|
Kien N
|
865368d464
|
Combine the match_window options and allow more flexibility.
Closes #306
|
2013-03-29 08:18:58 +07:00 |
|
Kien N
|
4815dc9ada
|
Keep the deftxt string as-is
|
2013-03-29 07:29:49 +07:00 |
|
Kien N
|
287b9c12aa
|
Include [No Name] buffers
Closes #295
|
2013-03-26 11:10:15 +07:00 |
|
Kien N
|
50e494d635
|
Apply mruf_relative to the raw list
Closes #329
Closes #383
|
2013-03-25 16:13:13 +07:00 |
|
Kien N
|
76f4f42d50
|
Non-subdir completion for in-prompt cd
Refs #346
|
2013-03-22 23:26:48 +07:00 |
|
Kien N
|
7037f92f88
|
Revert "Move the completion function"
This reverts commit 3c6182371d .
Revert "Use a custom completion function"
This reverts commit bedfa3b6c3 .
|
2013-03-22 18:16:17 +07:00 |
|
Kien N
|
fe19bac49e
|
Specify the license
Closes #379
|
2013-03-22 03:10:28 +07:00 |
|
Kien N
|
f4f5d052b9
|
Ignore ignored cwd
|
2013-03-22 03:10:23 +07:00 |
|
Kien N
|
7bbe4054de
|
Call s:Close() directly
|
2013-02-28 20:45:18 +07:00 |
|
Kien N
|
d08fcae2f4
|
Update readme.md
|
2013-02-14 08:08:14 +07:00 |
|
Kien N
|
c1c00df70f
|
Simplify the filtering
|
2013-02-05 07:36:43 +07:00 |
|
Kien N
|
c1646e3c28
|
Version 1.79
|
2013-01-29 11:36:19 +07:00 |
|
Kien N
|
78303a2b5f
|
The message can be useful
|
2013-01-09 20:29:05 +07:00 |
|
Kien N
|
e71cb9f1da
|
Run :tag as if typed
Refs #339
|
2013-01-09 08:15:36 +07:00 |
|
Kien N
|
cec9e8113a
|
Reset 'cscopetag' temporarily while using :tag
Refs #235
|
2012-12-25 23:48:20 +07:00 |
|
Kien N
|
6c49f2a5b2
|
Check bufnr and bufname before closing
Refs #335
|
2012-12-25 04:33:14 +07:00 |
|
Kien N
|
675faa77f8
|
Fix for recognizing/expanding of environment variables
Thanks to Simon Ruderich
|
2012-12-21 08:48:12 +07:00 |
|
Kien N
|
5b98c7453f
|
Set pos when data is empty
Fixes #323
|
2012-12-04 07:14:02 +07:00 |
|
Kien N
|
254144e14b
|
Update ctrlp.txt
|
2012-12-03 04:29:14 +07:00 |
|
Kien N
|
4f996262b6
|
Check and insert the ending slash
Fixes #321
|
2012-12-03 04:23:35 +07:00 |
|
Kien N
|
f1acbbc503
|
Further reduce MRU saving
Only save once when a new entry is added.
|
2012-11-26 06:38:15 +07:00 |
|
mattn
|
f9ada48b58
|
Allow x_func options to be defined using dict functions
Closes #319
|
2012-11-22 16:55:18 +07:00 |
|
Kien N
|
4f7d0a30f4
|
Add an option for saving the MRU list on every update
Closes #317
|
2012-11-21 01:35:00 +07:00 |
|
Jo De Boeck
|
92b0774d35
|
Make ctrlp#call return the result
This is useful to make extensions/custom match functions to execute
internal methods like MatchIt
Closes #315
|
2012-11-17 07:09:30 +07:00 |
|
Kien N
|
7251d9dce8
|
Re-resize to work around windows with winfixheight set
Rix #302
|
2012-10-24 19:25:28 +07:00 |
|
Kien N
|
be5842a376
|
Correct a highlighting description
Closes #287
|
2012-09-25 16:02:49 +07:00 |
|
Zahary Karadjov
|
1757bade78
|
Display some status indicators in Buffer mode
Closes #283
|
2012-09-21 10:17:45 +07:00 |
|
Kien N
|
3c6182371d
|
Move the completion function
|
2012-09-20 19:12:54 +07:00 |
|
Kien N
|
bedfa3b6c3
|
Use a custom completion function
|
2012-09-20 18:00:16 +07:00 |
|
Kien N
|
10bbbfa7ba
|
Improve filename and path escaping
Refs #281
|
2012-09-20 17:51:51 +07:00 |
|
Kien N
|
51e26144c5
|
Expose the marked list
|
2012-09-18 10:52:26 +07:00 |
|
Kien N
|
20f6e4097c
|
Simplify some conditional expressions
|
2012-09-15 13:32:38 +07:00 |
|
Kien N
|
985c3b3541
|
Toggle &imdisable
|
2012-09-15 13:14:27 +07:00 |
|
Kien N
|
0d198fb507
|
Remove unneeded variables
|
2012-09-15 12:04:55 +07:00 |
|
Kien N
|
91a0dc5fa5
|
Match the tag pattern with "very nomagic"
Refs #272
|
2012-09-15 12:03:53 +07:00 |
|
Kien N
|
5bded09b77
|
Input abbreviations
|
2012-09-14 16:44:07 +07:00 |
|
Kien N
|
72ec4e95c9
|
Update ctrlp.txt
|
2012-09-14 16:43:49 +07:00 |
|
Kien N
|
b3334eb659
|
Escape cmd.exe reserved chars
|
2012-09-14 16:43:49 +07:00 |
|
mattn
|
6089090b85
|
Option for typing multi-byte and accented characters
Closes #276
|
2012-09-14 16:43:47 +07:00 |
|
Kien N
|
6dae84fd23
|
Support using a one-time value for some options
Refs #273
|
2012-09-11 21:01:01 +07:00 |
|
Kien N
|
c3eba28192
|
Remove an obsolete command
|
2012-09-11 21:01:01 +07:00 |
|
Kien N
|
4a66d00bc9
|
Add b:var support for some options
Refs #273
|
2012-09-11 21:00:59 +07:00 |
|