Commit Graph

137 Commits

Author SHA1 Message Date
Kien N
83397bd05b Use ts-prompt automatically when possible
Closes #451
2013-07-28 16:57:33 +07:00
Timothy Mellor
aa026c0b37 Accept an optional bookmark name argument
Closes #444
2013-07-19 02:12:36 +07:00
Rudi Grinberg
a14edbfc3d tags for ocaml
refs #401
2013-07-15 07:41:08 +07:00
Kien N
12c53bdbb9 Check and append ending slashes
Fixes #434
Fixes #437
2013-07-04 09:51:54 +07:00
Kien N
f0458d7026 Add ToggleMRURelative
Closes #398
2013-06-10 09:51:43 +07:00
Kien N
27e2375bc0 Allow :CtrlPLine to take a bufname argument
Closes #396
2013-05-03 22:58:28 +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
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
f4f5d052b9 Ignore ignored cwd 2013-03-22 03:10:23 +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
675faa77f8 Fix for recognizing/expanding of environment variables
Thanks to Simon Ruderich
2012-12-21 08:48:12 +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
Kien N
4f7d0a30f4 Add an option for saving the MRU list on every update
Closes #317
2012-11-21 01:35:00 +07:00
Kien N
3c6182371d Move the completion function 2012-09-20 19:12:54 +07:00
Kien N
10bbbfa7ba Improve filename and path escaping
Refs #281
2012-09-20 17:51:51 +07:00
Kien N
20f6e4097c Simplify some conditional expressions 2012-09-15 13:32:38 +07:00
Kien N
91a0dc5fa5 Match the tag pattern with "very nomagic"
Refs #272
2012-09-15 12:03:53 +07:00
Kien N
b3334eb659 Escape cmd.exe reserved chars 2012-09-14 16:43:49 +07:00
Kien N
32ac8d27cb Save the current cursor position before jumping
Closes #272
2012-09-11 20:58:38 +07:00
Kien N
767368d5e7 Also split if the buffer isn't writable 2012-09-06 10:13:34 +07:00
Kien N
44347fec88 Splitting instead of hiding
When the active buffer has been modified, instead of using :hide, open a new
split for the new buffer if `confirm`, `hidden`, `autowrite` and `autowriteall`
are all off.
2012-09-02 18:26:02 +07:00
Kien N
43ab14f8fe Small tweaks for tag and buffertag 2012-08-18 09:50:13 +07:00
Christopher
2bac5d9cca Make the circumflex and the dollar sign optional...
...when parsing the pattern part of the ctags output

http://pubs.opengroup.org/onlinepubs/009695399/utilities/ctags.html#tag_04_30_12

Closes #257
2012-08-18 09:38:02 +07:00
Kien N
08375f24d2 Allow manually adding MRU entries 2012-08-14 17:58:43 +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
5e4bfa660b Option to change the new tabpage's position
Close #225
2012-07-06 12:28:29 +07:00
Kien N
cb86f0f386 Use the global caching option for extensions 2012-06-19 23:28:10 +07:00
Kien N
b3d52edb01 Replace a few match() calls 2012-05-31 16:33:12 +07:00
Kien N
5042a5d0de Misc 2012-05-05 19:30:08 +07:00
Kien N
dc12e57ded Tweak tags filter 2012-05-02 03:25:30 +07:00
Seth Fowler
f8f8f56fae Fixed an issue that caused a large number of errors in the 'tag' plugin if a tagfile was empty. 2012-05-02 02:45:28 +07:00
Kien N
93ab44a31d Some clean ups 2012-04-22 08:42:05 +07:00
Kien N
d4e658caa9 Better option handling 2012-04-22 02:08:18 +07:00
Kien N
fa2d745b5d Get lines from buffers first 2012-04-19 17:53:45 +07:00
Kien N
c747af3ae6 Tweak MRE buffer sorting 2012-04-19 10:59:56 +07:00
Kien N
b3d9e480c8 Save bookmarks before exiting 2012-04-16 11:41:26 +07:00
Kien N
93414deb65 Use a few curly braces variables 2012-04-16 11:40:21 +07:00
Kien N
863996ce26 Change bookmarkdir's cache 2012-04-15 02:00:06 +07:00
Kien N
43915113db Check matchlist's result 2012-04-14 13:44:05 +07:00
Kien N
d6e5c56b04 Add BookmarkDir extension
Literally the only thing I was still using NERDTree for, so figured I'd bring it to CtrlP.
2012-04-13 14:30:36 +07:00
Kien N
13cf37f106 Apply case sensitivity option when deleting 2012-04-13 09:58:24 +07:00
Kien N
9cf53d959b Add a few local vars 2012-04-11 01:19:10 +07:00
Kien N
6863e650d4 Use bufnr directly 2012-04-08 07:33:04 +07:00
Kien N
ba7c2048a2 Get a separate buffer list 2012-04-08 06:33:05 +07:00
Kien N
f1dd272388 Revert "Keep s:mrufs separated"
This reverts commit fec6cf52ef.
2012-04-08 05:08:35 +07:00