Kien N
c01e1b6d71
Add a condition for switch_buffer
...
Fixes #233
2012-07-14 12:50:14 +07:00
Kien N
26c6f268c7
Improve s:findcount()
...
Fixes #235
2012-07-13 18:06:32 +07:00
Kien N
bf3f6cb2b1
Remove redundant fnamemodify() calls
2012-07-13 18:05:41 +07:00
Kien N
455cadb0a0
Improve OpenSelected
2012-07-13 18:05:40 +07:00
Kien N
6a01653744
Update .gitignore
2012-07-13 18:05:28 +07:00
Kien N
74155db2ef
Use %{} to evaluate the cwd displayed on the statusline
...
In case the cwd has %'s in it, resulting in a messed up looking cwd.
2012-07-09 18:43:05 +07:00
Kien N
4d5b39c0cf
Version 1.78
2012-07-08 09:58:31 +07:00
Kien N
da09f4b415
Extend tabpage_position
2012-07-07 09:21:24 +07:00
Kien N
5e4bfa660b
Option to change the new tabpage's position
...
Close #225
2012-07-06 12:28:29 +07:00
Kien N
f837c34774
Fix a typo
2012-06-30 20:28:14 +07:00
Kien N
5885da54be
Enable <c-o> when s:marked doesn't exist
...
Close #221
2012-06-29 18:39:45 +07:00
Kien N
6a3eecbda6
Enable default input for non-path
...
Close #218
2012-06-28 14:48:50 +07:00
Kien N
570e34315c
Remove a redundant description
2012-06-26 16:08:32 +07:00
Kien N
e2a180a41b
Change versioning scheme
2012-06-23 06:33:26 +07:00
Kien N
6c38c7e72e
Update readme
2012-06-20 22:18:29 +07:00
Kien N
4e38004029
Update docs
2012-06-19 23:45:00 +07:00
Kien N
a4882053b4
Ignore the vertical bar
2012-06-19 23:28:18 +07:00
Kien N
cb86f0f386
Use the global caching option for extensions
2012-06-19 23:28:10 +07:00
Kien N
5929844814
Update readme
2012-06-18 23:03:42 +07:00
Kien N
2310198033
Respect smartcase
2012-06-18 14:31:24 +07:00
Kien N
28d5e6f2cb
Option to follow all symlinks indiscriminately
...
Close #215
2012-06-14 21:22:53 +07:00
Kien N
4b9c014460
Update docs
2012-06-14 11:36:21 +07:00
Kien N
4645d04a3c
Slight sorting tweak
2012-06-06 09:23:07 +07:00
Kien N
b49cd99eea
Make the markers unique
2012-06-05 15:51:02 +07:00
Lowe Thiderman
1f9e7e196d
Fix root detection for new-style git submodules
...
In very recent versions of git, the submodule structure has changed. The .git
directory has been moved into the .git of super repo, and the .git in the
submodule is just a file with a relative path to the actual .git directory in
the supermodule.
Since this change, ctrlp will only find the super repo when running s:SetWD().
ctrlp will try to cache and search in all of your submodules, which quickly
becomes a problem if your project has many submodules.
This fix removes the trailing slash from the '.git/' entry in the markers list
in s:SetWD(), which makes ctrlp find the new-style submodule file before the
super repo.
2012-06-05 15:16:34 +07:00
Kien N
6801fa80dd
Include ansi terms
2012-06-04 08:31:02 +07:00
Kien N
6a9fda9304
Option to clear the marks
2012-05-31 16:54:54 +07:00
Kien N
fcda2e4d59
Add a flag to jump to the first opened tab or window
2012-05-31 16:33:17 +07:00
Kien N
3e36061fbd
Make <c-t>, <c-x>, <c-v> also open multiple files
2012-05-31 16:33:17 +07:00
Kien N
7581d159c9
Reuse normcmd's return
2012-05-31 16:33:17 +07:00
Kien N
b3d52edb01
Replace a few match() calls
2012-05-31 16:33:12 +07:00
Kien N
9b79b74c17
Support standard parent dir syntax
2012-05-31 15:49:45 +07:00
Kien N
96bd4b37f4
Use a custom pathshorten
2012-05-29 13:48:56 +07:00
Kien N
b1035a2c6d
Disable autocmds when opening/closing
2012-05-20 13:08:46 +07:00
Kien N
7fc15428c1
Update docs
2012-05-20 11:55:53 +07:00
Kien N
f7561810bf
Minor doc update
2012-05-14 19:25:47 +07:00
Kien N
b830093e3f
Open all files as hidden buffers
2012-05-14 19:19:08 +07:00
Kien N
4a4900ff09
Fix #200
2012-05-14 18:53:36 +07:00
Kien N
369bd81bbd
Update docs
2012-05-12 18:38:58 +07:00
Kien N
2826589dc6
Ver bump
2012-05-10 21:00:29 +07:00
Kien N
34881d22cd
Paste from registers
2012-05-10 20:55:06 +07:00
Kien N
bfbbbafa86
Extend '..' input
2012-05-10 20:39:13 +07:00
Kien N
a96f0b2204
Update docs
2012-05-10 20:39:06 +07:00
Kien N
a9262720c1
Use @cd like :cd
2012-05-10 09:38:33 +07:00
Kien N
9c9e120b81
Update readme
2012-05-10 08:04:56 +07:00
Kien N
3e83d624bb
Separate filename and path
...
Close #183
2012-05-08 21:22:46 +07:00
Kien N
4eae56d817
Adjust a change in 5042a5d
2012-05-08 20:22:19 +07:00
Kien N
c465ac3a79
Update docs
2012-05-08 15:22:20 +07:00
Kien N
8a2521c5bd
Merge remote-tracking branch 'mattn/fix-doc-quotes' into dev
...
Conflicts:
doc/ctrlp.txt
2012-05-08 15:12:03 +07:00
mattn
53b643dc75
use 0x27. doc file must be encoded with latin-1.
2012-05-08 16:30:35 +09:00